~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/storage_engine_api_tester/tests/r/create_table.result

  • Committer: Brian Aker
  • Date: 2011-01-13 07:03:39 UTC
  • mfrom: (2077.1.3 drizzle)
  • Revision ID: brian@gir-3-20110113070339-bnfp4yvngb6frhru
Merge in all of the fixes for definition to instance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
select seapitester_clear_engine_state_history();
2
 
seapitester_clear_engine_state_history()
3
 
0
4
1
CREATE TABLE t1 (a int) ENGINE=STORAGE_ENGINE_API_TESTER;
5
 
select * from data_dictionary.seapitester_engine_state_history;
6
 
STATE
7
 
::max_supported_key_length()
8
 
::max_supported_keys()
9
 
::doCreateTable()
10
 
::SEAPITester()
11
 
select seapitester_clear_engine_state_history();
12
 
seapitester_clear_engine_state_history()
13
 
0
14
2
drop table t1;