diff options
author | svoj@mysql.com <> | 2005-08-02 12:57:26 +0500 |
---|---|---|
committer | svoj@mysql.com <> | 2005-08-02 12:57:26 +0500 |
commit | a4d6113d2228e7eab50547508f49baf0fd72d515 (patch) | |
tree | c85610aa73f8e8de878e7c75d458986d8f995e31 /myisam | |
parent | 0f98bf44ef55cb12d3c4965ffdfc25d00d5a765d (diff) | |
download | mariadb-git-a4d6113d2228e7eab50547508f49baf0fd72d515.tar.gz |
After merge fix.
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/sort.c b/myisam/sort.c index 0bbf7efa659..e8cd9938e42 100644 --- a/myisam/sort.c +++ b/myisam/sort.c @@ -589,7 +589,7 @@ int thr_write_keys(MI_SORT_PARAM *sort_param) !my_b_read(&sinfo->tempfile_for_exceptions,(byte*)&key_length, sizeof(key_length))) { - byte ft_buf[HA_FT_MAXLEN + HA_FT_WLEN + 10]; + byte ft_buf[HA_FT_MAXBYTELEN + HA_FT_WLEN + 10]; if (key_length > sizeof(ft_buf) || my_b_read(&sinfo->tempfile_for_exceptions, (byte*)ft_buf, (uint)key_length) || |