diff options
author | unknown <gluh@mysql.com/eagle.(none)> | 2007-11-26 12:56:31 +0400 |
---|---|---|
committer | unknown <gluh@mysql.com/eagle.(none)> | 2007-11-26 12:56:31 +0400 |
commit | aab5779bcab9aa3c18eb556a4222e879e26cdd07 (patch) | |
tree | f5e32046c01c79b7140bac867db55e3ee73d8d94 /mysql-test/r/drop.result | |
parent | 6969f6cf8cecff29acab7494e350609a8815014f (diff) | |
download | mariadb-git-aab5779bcab9aa3c18eb556a4222e879e26cdd07.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.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 |