mariadb/storage/innobase/handler
Jimmy Yang a51779c7c2 Fix an assertion failure with UNIV_DEBUG is set. Initialize a
dict_index_t structure to NULL in dict_load_index(), we could
enter SYS_INDEXES and got table id value comparision failure
for system tables such as SYS_TABLES. In addition, remove
dict_sys mutex assertion when fill I_S table, as we no longer
hold mutex accross the fill operation.

rb://367 approved by Marko.
2010-05-27 04:15:54 -07:00
..
ha_innodb.cc Check in the support for Information Schema System Table Views. Users 2010-05-25 18:44:33 -07:00
ha_innodb.h Merge from mysql-5.1-innodb: 2010-05-14 16:31:44 +03:00
handler0alter.cc Merge from mysql-5.1-innodb: 2010-05-12 14:19:26 +03:00
i_s.cc Fix an assertion failure with UNIV_DEBUG is set. Initialize a 2010-05-27 04:15:54 -07:00
i_s.h Check in the support for Information Schema System Table Views. Users 2010-05-25 18:44:33 -07:00
mysql_addons.cc Replay c2996 on top of the new storage/innobase 2010-04-13 18:26:27 +03:00