diff options
author | monty@mysql.com <> | 2004-04-09 07:12:41 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-04-09 07:12:41 +0300 |
commit | f96c4941d8244743ca74b133fe5fe814a52c5001 (patch) | |
tree | b87b57af080028a2afcfb4f98e8339b2b78c6b46 /mysql-test/r/lowercase_table2.result | |
parent | 0ade40177780e59957477db6bf251baac8f25899 (diff) | |
download | mariadb-git-f96c4941d8244743ca74b133fe5fe814a52c5001.tar.gz |
Fixed problems noticed with last build
Diffstat (limited to 'mysql-test/r/lowercase_table2.result')
-rw-r--r-- | mysql-test/r/lowercase_table2.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/lowercase_table2.result b/mysql-test/r/lowercase_table2.result index c29d52ffffc..d43a18c6a96 100644 --- a/mysql-test/r/lowercase_table2.result +++ b/mysql-test/r/lowercase_table2.result @@ -68,7 +68,7 @@ SHOW CREATE TABLE T1; Table Create Table T1 CREATE TABLE `T1` ( `a` int(11) default NULL -) ENGINE=InnoDB DEFAULT CHARSET=latin +) ENGINE=InnoDB DEFAULT CHARSET=latin1 RENAME TABLE T1 TO T2; SHOW TABLES LIKE "T2"; Tables_in_test (T2) |