summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* merge with 3.23.47 (DO statement)unknown2001-12-171-1/+1
|\
| * Added DO commandunknown2001-12-171-1/+1
| * removed ftfuncs argument for mysql_selectunknown2001-11-211-4/+1
* | Removed compiler warnings.unknown2001-12-101-1/+3
* | Update copyrightunknown2001-12-061-1/+1
* | Query cache.unknown2001-12-021-3/+3
* | boolean fulltext search without an indexunknown2001-11-281-70/+34
* | Fixed fulltext after merge from 3.23.45unknown2001-11-221-4/+1
* | Fix bug when repairing compressed MyISAM filesunknown2001-11-221-5/+5
* | Test of optimize table.unknown2001-11-181-2/+2
* | I have to commit to be able to pullunknown2001-10-221-6/+8
* | mergedunknown2001-10-091-12/+99
|\ \
| * \ mergeunknown2001-10-081-1/+2
| |\ \
| | * | Updated manual about embedded version.unknown2001-10-081-1/+2
| * | | Mergeunknown2001-10-041-1/+0
| |\ \ \ | | |/ /
| | * | Fixed some build problems.unknown2001-10-041-1/+0
| * | | mergedunknown2001-10-031-6/+22
| |\ \ \ | | |/ /
| | * | Final fixes for INSERT into MERGE tables.unknown2001-09-271-6/+22
| * | | fixed slave to clean up load data infile temp filesunknown2001-10-031-4/+75
| |/ /
* | | Boolean search passes _some_ testsunknown2001-10-091-40/+69
* | | get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ft...unknown2001-09-251-1/+1
* | | Initial checkin of the new boolean fulltext search codeunknown2001-09-211-9/+5
|/ /
* | merge with 3.23.42unknown2001-09-021-29/+63
|\ \ | |/
| * Added testing of IN(value-list)unknown2001-09-021-1/+1
| * Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2001-09-011-11/+5
| |\
| | * Make killing of threads saferunknown2001-09-011-11/+5
| * | replicated get_lock() properlyunknown2001-08-311-0/+17
| |/
| * Fixes for OS2.unknown2001-08-221-0/+6
| * Fix for handling of floats inside val_int() of +, - * and /.unknown2001-08-181-20/+34
| * fixed bug in Item_func_div::val_int() that broke all functions thatunknown2001-08-161-5/+8
* | mergedunknown2001-08-091-5/+15
|\ \ | |/
| * Fix when using --without-server --with-thread-safe-clientunknown2001-08-041-5/+15
* | Fix UNIONunknown2001-08-021-2/+2
|/
* bug fixed (sometimes it broke filesort, due to too late maybe_null=1)unknown2001-07-031-2/+3
* Changed compare in MyISAM to use my_pread()unknown2001-06-111-1/+1
* bugfix: HAVING MATCHunknown2001-04-171-3/+6
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macrounknown2001-03-261-1/+1
* Added tests if a user variable is changed in the same query.unknown2001-03-151-1/+5
* sql_select.cc MATCH ... AGAINST (NULL) bug fixedunknown2001-02-281-1/+7
* Added --replace to mysqltestunknown2001-02-131-1/+1
* item_func.cc auto-init of ft-index restored (to cope with const/system tables)unknown2001-02-061-5/+4
* keep bk happyunknown2001-01-221-7/+11
* rpl000016.test syncunknown2001-01-171-0/+23
* item_func.cc bug with several fulltext indexes fixedunknown2000-11-291-1/+1
* errmsg.txt translatedunknown2000-11-281-3/+6
* item_func.cc bugfix - two fulltext indices were not working sometimesunknown2000-11-161-15/+26
* fixed bug with FULLTEXT and ORDER BYunknown2000-11-041-23/+27
* Ill-minded FULLTEXT impilict initialization hack removed.unknown2000-11-021-16/+11
* Fixed indention, removed compiler varnings and fixed a bugunknown2000-09-291-1/+4
* RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,unknown2000-09-261-0/+13