#At file:///home/mysql_src/bzrrepos/mysql-trunk2/ based on revid:alik@stripped
2874 Guilhem Bichot 2009-08-25
Applying fix from Oracle (Marko) for Bug #46657 "InnoDB plugin: invalid read in index_merge_innodb test (Valgrind)"
modified:
storage/innobase/handler/handler0alter.cc
=== modified file 'storage/innobase/handler/handler0alter.cc'
--- a/storage/innobase/handler/handler0alter.cc 2009-07-30 12:42:56 +0000
+++ b/storage/innobase/handler/handler0alter.cc 2009-08-25 15:12:44 +0000
@@ -863,6 +863,7 @@ error_handling:
indexed_table->n_mysql_handles_opened++;
error = row_merge_drop_table(trx, innodb_table);
+ innodb_table = indexed_table;
goto convert_error;
case DB_TOO_BIG_RECORD:
Attachment: [text/bzr-bundle] bzr/guilhem@mysql.com-20090825151244-bmpefjjf486rqww5.bundle
| Thread |
|---|
| • bzr commit into mysql-5.4 branch (guilhem:2874) Bug#46657 | Guilhem Bichot | 25 Aug |