~jan-kneschke/mysql-proxy/packet-tracking-assertions

« back to all changes in this revision

Viewing changes to tests/suite/base/t/resultset.test

  • Committer: Kay Roepke
  • Date: 2008-11-12 14:10:22 UTC
  • Revision ID: kay@mysql.com-20081112141022-ccx7xglj8nxd32m9
merge head

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
INSERT INTO test.t1 VALUES ( 1 );
25
25
SELECT error_msg();
26
26
SELECT row_count(1), bytes();
 
27
SELECT 5.0;
 
28
SELECT 4.1;