summaryrefslogtreecommitdiff
path: root/myisam/ft_eval.c
Commit message (Collapse)AuthorAgeFilesLines
* Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-24/+38
| | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
* Added useful exit error code for programs using my_getopt in casejani@hynda.(none)2002-05-291-5/+2
| | | | | | | | | | | | | | of an error in option handling. This can sometimes be useful in scripts. Changed some exit code names and corresponding numbers. Fixed a bug in mysqld.cc, in replication related options. Added a global flag in my_getopt, which can be set by any program that is using my_getopt, which tells whether the client should print the error message itself, or whether my_getopt should do it. The default is that my_getopt will print the error messages.
* Changed ft_dump, ft_eval, ft_test1, mi_test1, myisampack, gen_lex_hash,jani@rhols221.arenanet.fi2002-05-241-47/+81
| | | | | | | | | | | mysqlmanager from using GNU getopt to use my_getopt. Changed some files that just included old getopt.h to include my_getopt.h now. Fixed a bug in my_print_help() in my_getopt.c. Made better documentation for option -G in mysql client.
* Portability fixmonty@hundin.mysql.fi2001-11-071-1/+1
| | | | Cleanup typos (like SKIPP -> SKIP)
* get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ↵serg@serg.mysql.com2001-09-251-4/+4
| | | | ft_boolean_*
* Portability fixesmonty@hundin.mysql.fi2001-08-311-2/+2
|
* Fixes for OS2.monty@hundin.mysql.fi2001-08-221-1/+3
| | | | | Fix bug in isamlog Add argument types to function declarations.
* Merge monty@work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2000-08-181-3/+0
|\
| * Force bitkeeper into syncmonty@donna.mysql.com2000-08-181-3/+0
| |
* | myisam/ft_* bugfixserg@infomag.ape.relarn.ru2000-08-181-1/+1
|/
* Many MATCH'es per query now allowed (i.e. AND's and OR's now work, butserg@infomag.ape.relarn.ru2000-08-171-6/+7
| | | | | slow - full table scan); ORDER BY now works with MATCH (slow, full table scan)
* Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-151-3/+3
|
* Import changesetbk@work.mysql.com2000-07-311-0/+208