3441 Vasil Dimov 2011-09-27
Comment out a debug assertion because it is causing an unexpected
crash. Comment it out until investigating whether there is a bug or the
assertion is too strong.
modified:
storage/innobase/handler/ha_innodb.cc
3440 Vasil Dimov 2011-09-27
Improve comment and add a debug assertion in
innobase_get_mysql_key_number_for_index()
Discussed with: Jimmy (over IM)
modified:
storage/innobase/handler/ha_innodb.cc
=== modified file 'storage/innobase/handler/ha_innodb.cc'
--- a/storage/innobase/handler/ha_innodb.cc revid:vasil.dimov@stripped
+++ b/storage/innobase/handler/ha_innodb.cc revid:vasil.dimov@stripped
@@ -8295,7 +8295,9 @@ innobase_get_mysql_key_number_for_index(
unsigned int i;
ut_a(index);
+ /*
ut_ad(strcmp(index->table->name, ib_table->name) == 0);
+ */
/* If index does not belong to the table object of share structure
(ib_table comes from the share structure) search the index->table
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (vasil.dimov:3440 to 3441) | vasil.dimov | 29 Sep |