1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00
Commit Graph

144 Commits

Author SHA1 Message Date
2263e3e51f Merge with 4.0.14 2003-08-11 22:44:43 +03:00
fb5a1da621 bug #942. docid == ftb->lastpos in join on looping over nested table 2003-07-31 13:45:35 +02:00
bbe08e4a03 finally proper recursive descent for parsing expressions with MATCH ... AGAINST in add_ft_keys() 2003-07-07 19:02:58 +02:00
b387b5add9 fulltext and left join bug fixed 2003-06-16 23:05:45 +02:00
7a08f3653b bad merge fixed 2003-06-16 00:13:23 +02:00
6aa8929cf3 After merge fixes
Added initialization of all important global variables
2003-05-21 21:39:58 +03:00
dd2b7918cd Merge with 4.0.13 2003-05-19 16:35:49 +03:00
fa456991fa bug 283: FULLTEXT index on a TEXT filed converted to a CHAR field doesn't work anymore 2003-04-23 15:44:39 +04:00
3f55032c12 merged 2003-01-21 19:37:38 +01:00
0dff67cba2 Two-level index structure for FULLTEXT indexes 2003-01-21 19:24:34 +01:00
1f6ecc0cd3 Changed mysql-test to print warnings for not existing table to DROP TABLE
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names.
changed store_warning() -> push_warning_print()
2003-01-06 01:48:59 +02:00
35282f8967 bug in _ftb_strstr fixed :) 2002-11-20 15:17:17 +01:00
32dff16a72 fixed repair_by_sort FULLTEXT bug 2002-10-09 18:57:13 +00:00
84103d36d7 parser bug of "phrase search" fixed 2002-06-28 15:18:45 +02:00
078dada497 Fixed a rare bug when fulltext index is present and no tables are used.
A better fix would be to have a map of tables that are not used at all, 
and to annul just fledls in that TABLE.
2002-06-14 15:06:01 +03:00
8667b0a2d9 yet another ft-trunc bug fixed 2002-05-15 20:31:24 +02:00
7347504ed6 phrase search parser bug 2002-05-08 16:47:27 +00:00
a902712b93 "duplicated rows" bug 2002-05-07 18:27:39 +00:00
2e6b3c2673 ftb bug fixed 2002-04-18 18:44:18 +00:00
3cc69d5a64 phrase search 2002-04-18 14:12:29 +00:00
ec80dec9b0 Making full-text queries working with UNION's 2002-03-15 14:11:11 +02:00
2a973ced22 bug with indexless boolean fts fixed 2002-03-04 13:17:49 +00:00
4e6150d4c7 fulltext+const_table bug fixed 2002-03-01 16:57:08 +00:00
cffbd7e3d8 ft-bugfix (UPDATE something -> NULL) 2002-01-13 15:35:12 +00:00
34779f4ee2 test added 2001-12-12 12:25:20 +01:00
3e4bdf6014 test for truncation operator in indexless bolelan fts
mysys/queue.c: /* comment added */
2001-12-10 12:59:11 +01:00
4a5ca1073b boolean fulltext search without an index 2001-11-28 17:55:45 +01:00
9265a4df45 merge 2001-11-22 14:40:38 +02:00
e8b45861e9 (UPDATE|DELETE) ...WHERE MATCH bugfix 2001-11-21 18:25:44 +01:00
9fdd88e1f3 bug in relevance calculation fixed 2001-11-08 00:06:07 +01:00
c4229a8dcd two bugs in ft_update 2001-10-20 16:37:26 +02:00
5051120313 typo fixed 2001-10-17 14:49:54 +02:00
8ad15872a5 misc. fulltext staff 2001-10-11 18:46:35 +02:00
3d3ef6528a Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
b1cb5b6ff0 Portability fixes.
Let myisamchk generate a new checksum for compressed data.
Don't unconditionally force filenames to lower case on windows.
Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23)
2001-08-18 10:49:00 +03:00
4a470fcc99 Fix error messages after merge from 3.23 2001-08-13 15:24:29 +03:00
0d55e93614 Fix when using --without-server --with-thread-safe-client
Added prototype for my_thread_end
New error message for MATCH
Give error when using myisamchk --force --readonly
2001-08-04 00:10:00 +03:00
389a7c0286 bugfix: HAVING MATCH 2001-04-17 14:17:22 +02:00
1cca44ab11 Merge 2001-03-01 21:04:36 +01:00
bc52b4a280 text/blob fields in some cases were not handled properly 2001-03-01 11:49:06 -07:00
444cd700a6 sql_select.cc MATCH ... AGAINST (NULL) bug fixed
item_func.cc	MATCH ... AGAINST (NULL) bug fixed
fulltext.test	MATCH ... AGAINST (NULL) bug fixed
fulltext.result	MATCH ... AGAINST (NULL) bug fixed
2001-02-28 11:43:08 +01:00
01370b46ca mysql-test/t/fulltext.test
added a test case for a coredump bug.
2001-02-27 18:32:40 -07:00
6d0e529042 Fixed bug when having many binary log files
Fixed bug when deleting keys with possible NULL values
many changes to mysqltest
2001-01-08 00:04:30 +02:00
c0f40d14cc Added support for hex strings to mysqlimport
A lot of new tests to mysqltest
Fixed bug with BDB tables and autocommit
2000-12-28 03:56:38 +02:00