Commit aab5779b authored by unknown's avatar unknown

Bug#30152 MySQLD crash duing alter table causes DROP DATABASE to FAIL due to temp file(addon)

result fix


mysql-test/r/drop.result:
  result fix
parent 6969f6cf
......@@ -88,5 +88,7 @@ End of 5.0 tests
create database mysql_test;
create table mysql_test.t1(f1 int);
create table mysql_test.`#sql-347f_7` (f1 int);
create table mysql_test.`#sql-347f_8` (f1 int);
drop table mysql_test.`#sql-347f_8`;
drop database mysql_test;
End of 5.1 tests
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