1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-21 06:21:35 +03:00
Files
mariadb/mysql-test/r
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-05-30 20:25:16 +04:00
2007-06-22 11:22:29 +02:00
2007-05-30 10:56:18 +03:00
2007-06-28 00:49:54 +02:00
2007-05-23 15:26:16 +04:00
2007-05-29 15:58:18 +03:00
2007-06-28 21:34:54 +04:00
2007-06-28 16:03:01 -07:00
2007-04-04 21:35:58 +00:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-06-11 22:55:21 +04:00
2007-06-28 21:34:54 +04:00
2007-06-12 15:10:33 +03:00
2007-06-07 20:25:22 +02:00
2007-07-02 19:33:00 +02:00
2007-05-29 15:58:18 +03:00
2007-05-29 15:58:18 +03:00
2007-06-28 21:34:54 +04:00
2007-04-18 21:39:45 +02:00
2007-04-04 14:19:33 +05:00
2007-06-17 22:04:01 +02:00
2007-07-01 11:56:01 +02:00
2007-06-29 12:12:47 -06:00
2007-06-28 21:34:54 +04:00
2007-05-29 15:58:18 +03:00
2007-05-29 15:58:18 +03:00
2007-06-21 17:09:19 +02:00
2007-06-21 21:58:59 +02: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-06-25 05:35:45 +05:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-06-28 21:34:54 +04:00
2007-05-29 15:58:18 +03:00
2007-06-06 18:55:21 +05:00
2007-06-30 22:50:14 -07:00
2007-06-28 21:34:54 +04:00
2007-04-17 12:32:01 +02:00
2007-06-30 22:50:14 -07:00
2007-04-06 16:06:10 +05:00
2007-03-29 09:08:30 +05:00
2007-05-29 15:58:18 +03:00
2007-06-28 21:34:54 +04:00
2007-04-29 18:52:14 +05:00