diff options
author | unknown <heikki@hundin.mysql.fi> | 2005-01-15 01:10:40 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2005-01-15 01:10:40 +0200 |
commit | 540f0541ddb6039f174dd14eaeb6ffd229ce8cf0 (patch) | |
tree | a2c69cdf29e43b7c350233b72eb7752f04e93190 /innobase | |
parent | ae8cc9846f506ca28b91eb95144a0cd011d20346 (diff) | |
download | mariadb-git-540f0541ddb6039f174dd14eaeb6ffd229ce8cf0.tar.gz |
dict0load.c:
Correct typo in comment
innobase/dict/dict0load.c:
Correct typo in comment
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/dict/dict0load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/dict/dict0load.c b/innobase/dict/dict0load.c index e52c81c82e8..717c64c3963 100644 --- a/innobase/dict/dict0load.c +++ b/innobase/dict/dict0load.c @@ -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); |