~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/tests/r/basic_rename_table.result

  • Committer: lbieber
  • Date: 2010-09-17 22:44:06 UTC
  • mfrom: (1773.1.3 stewart)
  • Revision ID: lbieber@orisndriz08-20100917224406-j4hfl9f08ey9fsbk
Merge Stewart - remove a bunch of trailing whitespaces
Merge Stewart - fix pbxt test cases to run with  pbxt
Merge Stewart - more moving math functions to plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET SESSION storage_engine=pbxt;
1
2
create table t1 (a int primary key);
2
3
rename table t1 to t2;
3
4
show tables;