diff options
author | monty@mashka.mysql.fi <> | 2003-09-11 19:06:23 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-09-11 19:06:23 +0300 |
commit | 45aa92c574e032bcf85b7207732158433e64afd5 (patch) | |
tree | ba442d57a65bd55a0d0fec02aa6abeae237a568b /mysql-test/r/lowercase_table.result | |
parent | 80565e13527206b0e8fac4a1f01cea96dd23423a (diff) | |
download | mariadb-git-45aa92c574e032bcf85b7207732158433e64afd5.tar.gz |
After merge fixes.
Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)
Diffstat (limited to 'mysql-test/r/lowercase_table.result')
-rw-r--r-- | mysql-test/r/lowercase_table.result | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/r/lowercase_table.result b/mysql-test/r/lowercase_table.result index dc5ae633ca5..9c6b212a4b6 100644 --- a/mysql-test/r/lowercase_table.result +++ b/mysql-test/r/lowercase_table.result @@ -13,7 +13,8 @@ SELECT T2.id from t1 as T2 LIMIT 1; id 1 SELECT T2.id from t1 as t2 LIMIT 1; -Unknown table 'T2' in field list +id +1 RENAME TABLE T1 TO T2; ALTER TABLE T2 ADD new_col int not null; ALTER TABLE T2 RENAME T3; |