summaryrefslogtreecommitdiff
path: root/mysql-test/r/statistics_close.result
blob: 348681c33116c8a1d106b4f0e4c8dead5c23891b (plain)
1
2
3
4
5
6
CREATE TABLE t1 (i int);
RENAME TABLE t1 TO t2;
FLUSH TABLES;
DROP TABLE IF EXISTS t1, t2;
Warnings:
Note	1051	Unknown table 'test.t1'