diff options
author | monty@mysql.com <> | 2004-03-25 15:05:42 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-25 15:05:42 +0200 |
commit | eb91f7b478938969b4a182aed5d624c2f8fce38a (patch) | |
tree | b090f762169aabf4fa3602b52d4463cd9c66106b /myisam/mi_check.c | |
parent | ed33257c6e34a2e4670f08471051813308023460 (diff) | |
parent | ebc3b3afac575b2c2a3e89823dfba217436a85c4 (diff) | |
download | mariadb-git-eb91f7b478938969b4a182aed5d624c2f8fce38a.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
Diffstat (limited to 'myisam/mi_check.c')
-rw-r--r-- | myisam/mi_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_check.c b/myisam/mi_check.c index 79167a885cd..433724a21e6 100644 --- a/myisam/mi_check.c +++ b/myisam/mi_check.c @@ -3314,7 +3314,7 @@ static int sort_ft_key_write(MI_SORT_PARAM *sort_param, const void *a) if (val_off == a_len && mi_compare_text(sort_param->seg->charset, ((uchar *)a)+1,a_len-1, - ft_buf->lastkey+1,val_off-1, 0)==0) + ft_buf->lastkey+1,val_off-1, 0, 0)==0) { if (!ft_buf->buf) /* store in second-level tree */ { |