1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00
Files
mariadb/mysql-test/r
unknown 030d98d397 BUG#29299 - repeatable myisam fulltext index corruption
Fulltext index may get corrupt by certain gbk characters.

The problem was that when skipping leading non-true-word-characters,
we assumed that these characters are always 1 byte long. This is not
the case with gbk character set, since non-true-word-characters may
be 2 bytes long.

Affects 5.0 only.


myisam/ft_parser.c:
  Leading non-true-word-characters may also be multi-byte (e.g. in
  gbk character set).
mysql-test/r/fulltext2.result:
  A test case for BUG#29299.
mysql-test/t/fulltext2.test:
  A test case for BUG#29299.
2007-06-27 18:10:19 +05:00
..
2007-03-29 11:20:08 +02:00
2007-03-29 11:20:08 +02:00
2007-05-17 19:38:34 +03:00
2007-05-30 10:56:18 +03:00
2007-06-15 23:57:53 +02:00
2007-05-24 15:35:43 +05:00
2007-02-23 18:49:41 +02:00
2006-11-29 13:56:59 -05:00
2007-01-03 03:35:57 +04:00
2007-04-11 13:58:16 +03:00
2007-05-12 00:46:07 +04:00
2007-06-07 20:25:22 +02:00
2007-02-23 21:13:21 +03:00
2006-11-15 10:23:27 +01:00
2007-03-29 11:20:08 +02:00
2007-04-18 19:36:22 -06:00
2007-02-07 14:22:19 -08:00
2007-05-31 12:10:21 +05:00
2007-03-31 17:18:03 +02:00
2007-03-21 09:13:05 +01:00
2007-03-29 11:20:08 +02:00
2007-02-21 19:38:40 +02:00
2007-06-17 22:04:01 +02:00
2006-11-15 10:23:27 +01:00
2006-11-15 10:23:27 +01:00
2007-02-08 15:53:14 +01:00
2007-05-24 15:35:43 +05:00
2006-11-15 10:23:27 +01:00
2007-05-31 17:30:56 +05:00
2007-04-10 19:08:08 +03:00
2007-06-06 18:55:21 +05:00
2007-02-01 18:00:24 +04:00
2007-04-17 12:32:01 +02:00
2007-01-18 15:28:45 +04:00
2006-12-04 14:29:51 +02:00
2007-03-29 09:08:30 +05:00
2007-06-03 15:56:48 +04:00
2007-04-23 17:15:51 +03:00