~patrick-crews/drizzle/dbqp_freebsd_ports

« back to all changes in this revision

Viewing changes to plugin/storage_engine_api_tester/tests/t/select.test

  • Committer: Brian Aker
  • Date: 2011-01-24 06:00:51 UTC
  • mfrom: (2107.1.3 drizzle-build)
  • Revision ID: brian@tangent.org-20110124060051-o8qvrxgw4nwc94nr
Merge in error message number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
start transaction with consistent snapshot;
4
4
select * from data_dictionary.seapitester_engine_state_history;
5
5
select seapitester_clear_engine_state_history();
6
 
#--error 1146
 
6
#--error ER_NO_SUCH_TABLE
7
7
select * from t2;
8
8
commit;
9
9
drop table t2;