diff options
author | unknown <istruewing@stella.local> | 2007-11-06 13:55:42 +0100 |
---|---|---|
committer | unknown <istruewing@stella.local> | 2007-11-06 13:55:42 +0100 |
commit | 1a359e14718bfe1b1b814aec3061ed5a2e38c8f3 (patch) | |
tree | 00940f09ca34ba8b0048153e0a3101c5147d10f2 /myisam | |
parent | 42829c61b6a912b51e4cebf8697307cbddc7bffd (diff) | |
parent | 0c1852547063ee9d79a8799cb1cf23f7247a040e (diff) | |
download | mariadb-git-1a359e14718bfe1b1b814aec3061ed5a2e38c8f3.tar.gz |
Merge stella.local:/home2/mydev/mysql-5.0-ateam
into stella.local:/home2/mydev/mysql-5.0-axmrg
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/ft_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/ft_parser.c b/myisam/ft_parser.c index 6d68542e4e2..1d3a19dd8c6 100644 --- a/myisam/ft_parser.c +++ b/myisam/ft_parser.c @@ -188,7 +188,7 @@ byte ft_simple_get_word(CHARSET_INFO *cs, byte **start, const byte *end, do { - for (;; doc+= mbl) + for (;; doc+= (mbl ? mbl : 1)) { if (doc >= end) DBUG_RETURN(0); if (true_word_char(cs, *doc)) break; |