1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-21 06:21:35 +03:00
Files
mariadb/mysql-test/t
unknown 3e99fbbb7f BUG#29445 - match ... against () never returns
Part 1:
Do not perform index search for a plus-word with truncation operator
in case there are other plus-words in expression.

Specifically this optimization was enforced for expression like
"+word1 +word2*", but wasn't enforced for expression like
"+word1 word2*".


mysql-test/r/fulltext.result:
  A test case for BUG#29445.
mysql-test/t/fulltext.test:
  A test case for BUG#29445.
storage/myisam/ft_boolean_search.c:
  Do not perform index search for a plus-word with truncation operator
  in case there are other plus-words in expression.
  
  Specifically this optimization was enforced for expression like
  "+word1 +word2*", but wasn't enforced for expression like
  "+word1 word2*".
2007-07-10 15:37:39 +05:00
..
2007-07-01 11:56:01 +02:00
2007-06-07 20:25:22 +02:00
2007-05-23 15:26:16 +04:00
2007-06-29 16:52:05 +04:00
2007-06-29 16:52:05 +04:00
2007-04-10 16:55:48 +03:00
2007-07-01 11:00:29 -07:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-05-26 16:36:38 +02:00
2007-06-28 21:34:54 +04:00
2007-06-28 16:03:01 -07:00
2007-06-28 16:03:01 -07:00
2007-07-06 11:35:10 -07:00
2007-07-06 11:35:10 -07:00
2007-06-12 15:10:33 +03:00
2007-06-27 13:32:25 +02:00
2007-06-20 14:21:48 +05:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-28 07:06:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 13:32:25 +02:00
2007-06-01 17:49:01 +04:00
2007-06-21 16:55:52 +02:00
2007-06-01 18:04:25 +04:00
2007-06-27 22:23:44 +02:00
2007-04-28 10:32:14 +08:00
2007-06-27 22:23:44 +02:00
2007-06-21 21:58:59 +02:00
2007-06-27 11:31:07 +02:00
2007-04-28 10:32:14 +08:00
2007-06-21 21:58:59 +02:00
2007-06-27 13:32:25 +02:00
2007-06-27 09:58:58 +05:00
2007-05-21 11:34:39 +05:00
2007-05-21 11:34:39 +05:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-06-27 13:32:25 +02:00
2007-06-06 18:55:21 +05:00
2007-04-17 12:32:01 +02:00
2007-06-30 22:50:14 -07:00
2007-03-29 09:08:30 +05:00
2007-06-03 14:46:09 +04:00
2007-06-28 21:34:54 +04:00
2007-04-29 18:52:14 +05:00