Loading innobase/dict/dict0load.c +1 −1 Original line number Diff line number Diff line Loading @@ -617,7 +617,7 @@ dict_load_indexes( break; } if (rec_get_deleted_flag(rec, table->comp)) { if (rec_get_deleted_flag(rec, 0)) { dict_load_report_deleted_index(table->name, ULINT_UNDEFINED); Loading mysql-test/r/innodb_mysql.result 0 → 100644 +1 −0 Original line number Diff line number Diff line drop table if exists t1; mysql-test/t/innodb.test +13 −0 Original line number Diff line number Diff line ####################################################################### # # # Please, DO NOT TOUCH this file as well as the innodb.result file. # # These files are to be modified ONLY BY INNOBASE guys. # # # # Use innodb_mysql.[test|result] files instead. # # # # If nevertheless you need to make some changes here, please, forward # # your commit message To: dev@innodb.com Cc: dev-innodb@mysql.com # # (otherwise your changes may be erased). # # # ####################################################################### -- source include/have_innodb.inc # Loading mysql-test/t/innodb_mysql.test 0 → 100644 +5 −0 Original line number Diff line number Diff line -- source include/have_innodb.inc --disable_warnings drop table if exists t1; --enable_warnings Loading
innobase/dict/dict0load.c +1 −1 Original line number Diff line number Diff line Loading @@ -617,7 +617,7 @@ dict_load_indexes( break; } if (rec_get_deleted_flag(rec, table->comp)) { if (rec_get_deleted_flag(rec, 0)) { dict_load_report_deleted_index(table->name, ULINT_UNDEFINED); Loading
mysql-test/r/innodb_mysql.result 0 → 100644 +1 −0 Original line number Diff line number Diff line drop table if exists t1;
mysql-test/t/innodb.test +13 −0 Original line number Diff line number Diff line ####################################################################### # # # Please, DO NOT TOUCH this file as well as the innodb.result file. # # These files are to be modified ONLY BY INNOBASE guys. # # # # Use innodb_mysql.[test|result] files instead. # # # # If nevertheless you need to make some changes here, please, forward # # your commit message To: dev@innodb.com Cc: dev-innodb@mysql.com # # (otherwise your changes may be erased). # # # ####################################################################### -- source include/have_innodb.inc # Loading
mysql-test/t/innodb_mysql.test 0 → 100644 +5 −0 Original line number Diff line number Diff line -- source include/have_innodb.inc --disable_warnings drop table if exists t1; --enable_warnings