Commit 422071a8 authored by aivanov@mysql.com's avatar aivanov@mysql.com

Applied innodb-5.0-ss492 snapshot.

 Fixed BUG#19217 "dict_load_indexes() may read the delete-mark incorrectly".
parent 8301e6f6
...@@ -617,7 +617,7 @@ dict_load_indexes( ...@@ -617,7 +617,7 @@ dict_load_indexes(
break; break;
} }
if (rec_get_deleted_flag(rec, table->comp)) { if (rec_get_deleted_flag(rec, 0)) {
dict_load_report_deleted_index(table->name, dict_load_report_deleted_index(table->name,
ULINT_UNDEFINED); ULINT_UNDEFINED);
......
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