Below is the list of changes that have just been committed into a local
5.1 repository of gluh. When gluh does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-11-26 12:56:31+04:00, gluh@stripped +1 -0
Bug#30152 MySQLD crash duing alter table causes DROP DATABASE to FAIL due to temp file(addon)
result fix
mysql-test/r/drop.result@stripped, 2007-11-26 12:56:29+04:00, gluh@stripped +2 -0
result fix
diff -Nrup a/mysql-test/r/drop.result b/mysql-test/r/drop.result
--- a/mysql-test/r/drop.result 2007-11-23 18:21:22 +04:00
+++ b/mysql-test/r/drop.result 2007-11-26 12:56:29 +04:00
@@ -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
| Thread |
|---|
| • bk commit into 5.1 tree (gluh:1.2649) BUG#30152 | gluh | 26 Nov |