|
@ -1023,13 +1023,13 @@ err_exit: |
|
|
if (err != DB_SUCCESS) { |
|
|
if (err != DB_SUCCESS) { |
|
|
dict_table_remove_from_cache(table); |
|
|
dict_table_remove_from_cache(table); |
|
|
table = NULL; |
|
|
table = NULL; |
|
|
|
|
|
} else { |
|
|
|
|
|
table->fk_max_recusive_level = 0; |
|
|
} |
|
|
} |
|
|
} else if (!srv_force_recovery) { |
|
|
} else if (!srv_force_recovery) { |
|
|
dict_table_remove_from_cache(table); |
|
|
dict_table_remove_from_cache(table); |
|
|
table = NULL; |
|
|
table = NULL; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
table->fk_max_recusive_level = 0; |
|
|
|
|
|
#if 0 |
|
|
#if 0 |
|
|
if (err != DB_SUCCESS && table != NULL) { |
|
|
if (err != DB_SUCCESS && table != NULL) { |
|
|
|
|
|
|
|
|