~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
--source include/have_linux.inc
--source include/not_valgrind.inc
SET SESSION storage_engine=pbxt;
create table t1 (a int primary key);
rename table t1 to t2;
show tables;
drop table t2;