diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-02-06 21:26:00 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-02-06 21:26:00 +0100 |
commit | 5084d8cfc5f11c9a4c06b88c7131d5bc69998a21 (patch) | |
tree | c301a9668251ff34748aa1e520e686ad3602b66e /mysql-test | |
parent | 1b3c15f1995531a1263139fe1bdde570f1b93b19 (diff) | |
download | mariadb-git-5084d8cfc5f11c9a4c06b88c7131d5bc69998a21.tar.gz |
update failing test to match recently updated result file
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/lowercase_table2.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/lowercase_table2.test b/mysql-test/t/lowercase_table2.test index 30433d15be4..2fcb38c229e 100644 --- a/mysql-test/t/lowercase_table2.test +++ b/mysql-test/t/lowercase_table2.test @@ -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; |