summaryrefslogtreecommitdiff
path: root/mysql-test/r/drop.result
diff options
context:
space:
mode:
authorunknown <gluh@mysql.com/eagle.(none)>2007-11-26 12:56:31 +0400
committerunknown <gluh@mysql.com/eagle.(none)>2007-11-26 12:56:31 +0400
commit2c7c4bf043be9126fc3002a926da1d81c2a5fd7c (patch)
treef5e32046c01c79b7140bac867db55e3ee73d8d94 /mysql-test/r/drop.result
parent5b555c36f32be3370709871ba2ae98405d66f320 (diff)
downloadmariadb-git-2c7c4bf043be9126fc3002a926da1d81c2a5fd7c.tar.gz
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
Diffstat (limited to 'mysql-test/r/drop.result')
-rw-r--r--mysql-test/r/drop.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/drop.result b/mysql-test/r/drop.result
index 4626dd580f7..71d6fcc7cd0 100644
--- a/mysql-test/r/drop.result
+++ b/mysql-test/r/drop.result
@@ -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