summaryrefslogtreecommitdiff
path: root/mysql-test/r/statistics_close.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/statistics_close.result')
-rw-r--r--mysql-test/r/statistics_close.result6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/statistics_close.result b/mysql-test/r/statistics_close.result
new file mode 100644
index 00000000000..348681c3311
--- /dev/null
+++ b/mysql-test/r/statistics_close.result
@@ -0,0 +1,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'