Commit 5084d8cf authored by Sergei Golubchik's avatar Sergei Golubchik

update failing test to match recently updated result file

parent 1b3c15f1
...@@ -251,7 +251,7 @@ let $MYSQLD_DATADIR= `select @@datadir`; ...@@ -251,7 +251,7 @@ let $MYSQLD_DATADIR= `select @@datadir`;
--echo # Check that still there is an entry for table in TDC. --echo # Check that still there is an entry for table in TDC.
show open tables like 't_bug44738_%'; show open tables like 't_bug44738_%';
--echo # So attempt to create table with the same name should fail. --echo # So attempt to create table with the same name should fail.
--error ER_FILE_NOT_FOUND --error ER_TABLE_EXISTS_ERROR
create table t_bug44738_UPPERCASE (i int); create table t_bug44738_UPPERCASE (i int);
--echo # And should succeed after FLUSH TABLES. --echo # And should succeed after FLUSH TABLES.
flush tables; flush tables;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment