summaryrefslogtreecommitdiffstats
path: root/mysql-test/main/statistics_close.result
blob: d7f76e304e4d64943a9122db4a3941f84d49100e (plain)
1
2
3
4
5
6
7
8
9
10
11
CREATE TABLE t1 (i int);
connect  con1,localhost,root,,test;
RENAME TABLE t1 TO t2;
connection default;
FLUSH TABLES;
connection con1;
disconnect con1;
connection default;
DROP TABLE IF EXISTS t1, t2;
Warnings:
Note	1051	Unknown table 'test.t1'