mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
update failing test to match recently updated result file
This commit is contained in:
parent
1b3c15f199
commit
5084d8cfc5
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ let $MYSQLD_DATADIR= `select @@datadir`;
|
|||
--echo # Check that still there is an entry for table in TDC.
|
||||
show open tables like 't_bug44738_%';
|
||||
--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);
|
||||
--echo # And should succeed after FLUSH TABLES.
|
||||
flush tables;
|
||||
|
|
Loading…
Add table
Reference in a new issue