Commit 6f03e15c authored by Jimmy Yang's avatar Jimmy Yang

Merge fix for bug#57616 from mysql-5.5-security to mysql-5.5-innodb.

parent e3decfa0
......@@ -1733,13 +1733,13 @@ dict_load_table(
if (err != DB_SUCCESS) {
dict_table_remove_from_cache(table);
table = NULL;
} else {
table->fk_max_recusive_level = 0;
}
} else if (!srv_force_recovery) {
dict_table_remove_from_cache(table);
table = NULL;
}
table->fk_max_recusive_level = 0;
#if 0
if (err != DB_SUCCESS && table != NULL) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment