summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-07-09 02:03:19 +0300
committerunknown <monty@mysql.com>2004-07-09 02:03:19 +0300
commitda4f3b371adf1249dfac74e546fd8cc42209bc27 (patch)
tree8706f39d537051b31a99a81a57fd5e844c7fa9d7 /mysql-test
parent85c57e7048362f91b42015f41cc9831673f288ee (diff)
downloadmariadb-git-da4f3b371adf1249dfac74e546fd8cc42209bc27.tar.gz
Updated result sets (from 4.1)
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/lowercase_table2.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/lowercase_table2.result b/mysql-test/r/lowercase_table2.result
index d2283927789..929cedb2ee3 100644
--- a/mysql-test/r/lowercase_table2.result
+++ b/mysql-test/r/lowercase_table2.result
@@ -32,7 +32,7 @@ T1
ALTER TABLE T1 add b int;
SHOW TABLES LIKE "T1";
Tables_in_test (T1)
-t1
+T1
ALTER TABLE T1 RENAME T2;
SHOW TABLES LIKE "T2";
Tables_in_test (T2)
@@ -41,7 +41,7 @@ LOCK TABLE T2 WRITE;
ALTER TABLE T2 drop b;
SHOW TABLES LIKE "T2";
Tables_in_test (T2)
-t2
+T2
UNLOCK TABLES;
RENAME TABLE T2 TO T1;
SHOW TABLES LIKE "T1";