Below is the list of changes that have just been committed into a local
5.1 repository of anozdrin. When anozdrin 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, 2008-03-26 21:36:01+03:00, anozdrin@stripped +1 -0
A test case for bug#28274: Server crashes if general log
table is changed to innodb.
mysql-test/r/innodb_mysql_bug28274.result@stripped, 2008-03-26 21:36:00+03:00, anozdrin@stripped +12 -0
Result file.
mysql-test/r/innodb_mysql_bug28274.result@stripped, 2008-03-26 21:36:00+03:00, anozdrin@stripped +0 -0
diff -Nrup a/mysql-test/r/innodb_mysql_bug28274.result b/mysql-test/r/innodb_mysql_bug28274.result
--- /dev/null Wed Dec 31 16:00:00 196900
+++ b/mysql-test/r/innodb_mysql_bug28274.result 2008-03-26 21:36:00 +03:00
@@ -0,0 +1,12 @@
+SET GLOBAL general_log = OFF;
+use mysql;
+DROP TABLE IF EXISTS gl0, gl1;
+Warnings:
+Note 1051 Unknown table 'gl0'
+Note 1051 Unknown table 'gl1'
+CREATE TABLE gl1 LIKE general_log;
+ALTER TABLE gl1 ENGINE = innodb;
+RENAME TABLE general_log TO gl0, gl1 TO general_log;
+SET GLOBAL general_log = ON;
+SHOW TABLES;
+DROP TABLE gl0;
| Thread |
|---|
| • bk commit into 5.1 tree (anozdrin:1.2575) BUG#28274 | Alexander Nozdrin | 26 Mar |