~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/tests/t/basic_rename_table.test

  • Committer: Brian Aker
  • Date: 2010-09-23 23:37:18 UTC
  • mfrom: (1786.2.1 drizzle)
  • mto: (1791.2.1 build)
  • mto: This revision was merged to the branch mainline in revision 1792.
  • Revision ID: brian@tangent.org-20100923233718-a1k2knibi5j5pq29
Latest work on boost + PBXT set to be linux only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--source include/have_linux.inc
1
2
SET SESSION storage_engine=pbxt;
2
3
create table t1 (a int primary key);
3
4
rename table t1 to t2;