summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2001-12-15 21:39:26 +0100
committerunknown <serg@serg.mysql.com>2001-12-15 21:39:26 +0100
commit9cf75151d1c5746e160f61935b47b19693d44800 (patch)
tree85451db091b2d55b35cc3b99896b0c1b3d925a6e /myisam
parent2bd6f1e8f54e45254158e9b2820719b43eda1a94 (diff)
downloadmariadb-git-9cf75151d1c5746e160f61935b47b19693d44800.tar.gz
freebsd fix for openssl
horrible bug fixed mysql-test/r/fulltext_multi.result: Change mode to -rw-rw-r-- mysql-test/r/fulltext_order_by.result: Change mode to -rw-rw-r-- mysql-test/r/fulltext_update.result: Change mode to -rw-rw-r-- mysql-test/r/fulltext_var.result: Change mode to -rw-rw-r-- mysql-test/r/bulk_replace.result: Change mode to -rw-rw-r-- mysql-test/r/handler.result: Change mode to -rw-rw-r-- include/my_global.h: FreeBSD fix for openssl myisam/ft_static.c: some boolean search operators added sql/sql_parse.cc: fixed horrible bug that makes mysqld CRASH when mysql client is started
Diffstat (limited to 'myisam')
-rw-r--r--myisam/ft_static.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/ft_static.c b/myisam/ft_static.c
index 184ce01b86b..3efb3a3ec74 100644
--- a/myisam/ft_static.c
+++ b/myisam/ft_static.c
@@ -21,7 +21,7 @@
ulong ft_min_word_len=4;
ulong ft_max_word_len=HA_FT_MAXLEN;
ulong ft_max_word_len_for_sort=20;
-const char *ft_boolean_syntax="+ -><()~*";
+const char *ft_boolean_syntax="+ -><()~*:\"\"&|";
const MI_KEYSEG ft_keysegs[FT_SEGS]={
{