diff options
author | gluh@mysql.com/eagle.(none) <> | 2007-11-26 12:56:31 +0400 |
---|---|---|
committer | gluh@mysql.com/eagle.(none) <> | 2007-11-26 12:56:31 +0400 |
commit | a983a564868335c4f247a548ec418985b5d4ce0e (patch) | |
tree | f5e32046c01c79b7140bac867db55e3ee73d8d94 /mysql-test | |
parent | 5cdc1b0bb0a5a1a5af54921e3c32c0d580bb4367 (diff) | |
download | mariadb-git-a983a564868335c4f247a548ec418985b5d4ce0e.tar.gz |
Bug#30152 MySQLD crash duing alter table causes DROP DATABASE to FAIL due to temp file(addon)
result fix
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/drop.result | 2 |
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 |