diff options
Diffstat (limited to 'mysql-test/main/create.test')
-rw-r--r-- | mysql-test/main/create.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/create.test b/mysql-test/main/create.test index 6b91a84197f..7611505b9ef 100644 --- a/mysql-test/main/create.test +++ b/mysql-test/main/create.test @@ -846,7 +846,7 @@ drop table t1; --echo --echo Bug #26104 Bug on foreign key class constructor --echo ---echo Check that ref_columns is initalized correctly in the constructor +--echo Check that ref_columns is initialized correctly in the constructor --echo and semantic checks in mysql_prepare_table work. --echo --echo We do not need a storage engine that supports foreign keys |