Commit 540f0541 authored by unknown's avatar unknown
Browse files

dict0load.c:

  Correct typo in comment


innobase/dict/dict0load.c:
  Correct typo in comment
parent ae8cc984
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -777,7 +777,7 @@ dict_load_table(
	}

	/* 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);
	ut_a(len == 4);