diff options
author | unknown <monty@mysql.com> | 2005-04-27 14:31:04 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-04-27 14:31:04 +0300 |
commit | b00b2126de29598aa059a1c4a839f7c7f9ed1011 (patch) | |
tree | aebd3ecc452ccbe3a35112fe242ee9e5277bc4dd /mysql-test/r/drop.result | |
parent | bf17c826deb66a82fe528e4a95edb4caee0ff652 (diff) | |
download | mariadb-git-b00b2126de29598aa059a1c4a839f7c7f9ed1011.tar.gz |
Fixed core dump bug when hot link list in key cache was empty. Bug #10167
mysql-test/r/drop.result:
Fixed result
Diffstat (limited to 'mysql-test/r/drop.result')
-rw-r--r-- | mysql-test/r/drop.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/drop.result b/mysql-test/r/drop.result index 40dda86b729..b07cf16aa64 100644 --- a/mysql-test/r/drop.result +++ b/mysql-test/r/drop.result @@ -30,13 +30,13 @@ table7, table8, table9, table10, table11, table12, table13, table14, table15, table16, table17, table18, table19, table20, table21, table22, table23, table24, table25, table26, table27, table28; -ERROR 42S02: Unknown table 'table1,table2,table3,table4,table5,table6,table7,table8,table9,table10,table11,table12,table13,table14,table15,table16,table17,table18,table19,table20,table21,table22,table23,table' +ERROR 42S02: Unknown table 'table1,table2,table3,table4,table5,table6,table7,table8,table9,table10,table11,table12,table13,table' drop table table1, table2, table3, table4, table5, table6, table7, table8, table9, table10, table11, table12, table13, table14, table15, table16, table17, table18, table19, table20, table21, table22, table23, table24, table25, table26, table27, table28, table29, table30; -ERROR 42S02: Unknown table 'table1,table2,table3,table4,table5,table6,table7,table8,table9,table10,table11,table12,table13,table14,table15,table16,table17,table18,table19,table20,table21,table22,table23,table' +ERROR 42S02: Unknown table 'table1,table2,table3,table4,table5,table6,table7,table8,table9,table10,table11,table12,table13,table' use test; drop database mysqltest; flush tables with read lock; |