summaryrefslogtreecommitdiff
path: root/mysql-test/r/lowercase_table2.result
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-03-06 20:06:56 +0100
committerunknown <msvensson@neptunus.(none)>2006-03-06 20:06:56 +0100
commit7388e0bda19f3925061d43094c245e63d6bf2a58 (patch)
treef3caf8e7fc4b1cb81d18c3d28a51b2b3223843a9 /mysql-test/r/lowercase_table2.result
parent44bcc85b1212bc2c7c08709d8fb4a136c26350cd (diff)
downloadmariadb-git-7388e0bda19f3925061d43094c245e63d6bf2a58.tar.gz
Update test result
mysql-test/r/lowercase_table2.result: Update test result for "lowercase_tabe2" after push of fix for bug10460
Diffstat (limited to 'mysql-test/r/lowercase_table2.result')
-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 44235cbf900..a55ebaf7766 100644
--- a/mysql-test/r/lowercase_table2.result
+++ b/mysql-test/r/lowercase_table2.result
@@ -13,7 +13,7 @@ T1
SHOW CREATE TABLE T1;
Table Create Table
T1 CREATE TABLE `T1` (
- `a` int(11) default NULL
+ `a` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
RENAME TABLE T1 TO T2;
SHOW TABLES LIKE "T2";
@@ -68,7 +68,7 @@ T1
SHOW CREATE TABLE T1;
Table Create Table
T1 CREATE TABLE `T1` (
- `a` int(11) default NULL
+ `a` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1
RENAME TABLE T1 TO T2;
SHOW TABLES LIKE "T2";