dict0load.c:

  Correct typo in comment
parent 71ec20ec
...@@ -777,7 +777,7 @@ dict_load_table( ...@@ -777,7 +777,7 @@ dict_load_table(
} }
/* Track a corruption bug reported on the MySQL mailing list Jan 14, /* Track a corruption bug reported on the MySQL mailing list Jan 14,
2005: mix_id had a value different from 0 */ 2005: mix_len had a value different from 0 */
field = rec_get_nth_field(rec, 7, &len); field = rec_get_nth_field(rec, 7, &len);
ut_a(len == 4); ut_a(len == 4);
......
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