summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* merge with 3.23monty@hundin.mysql.fi2002-01-021-0/+38
|\
| * Bugfix for WHERE key=@a OR key=@bmonty@hundin.mysql.fi2001-12-271-0/+38
* | Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-021-16/+2
* | merge with 3.23.47 (DO statement)monty@hundin.mysql.fi2001-12-171-1/+1
|\ \ | |/
| * Added DO commandmonty@hundin.mysql.fi2001-12-171-1/+1
| * removed ftfuncs argument for mysql_selectserg@serg.mysql.com2001-11-211-4/+1
* | Removed compiler warnings.monty@hundin.mysql.fi2001-12-101-1/+3
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-1/+1
* | Query cache.monty@hundin.mysql.fi2001-12-021-3/+3
* | boolean fulltext search without an indexserg@serg.mysql.com2001-11-281-70/+34
* | Fixed fulltext after merge from 3.23.45monty@hundin.mysql.fi2001-11-221-4/+1
* | Fix bug when repairing compressed MyISAM filesmonty@hundin.mysql.fi2001-11-221-5/+5
* | Test of optimize table.monty@hundin.mysql.fi2001-11-181-2/+2
* | I have to commit to be able to pullserg@serg.mysql.com2001-10-221-6/+8
* | mergedserg@serg.mysql.com2001-10-091-12/+99
|\ \
| * \ mergemonty@hundin.mysql.fi2001-10-081-1/+2
| |\ \
| | * | Updated manual about embedded version.monty@hundin.mysql.fi2001-10-081-1/+2
| * | | Mergesasha@mysql.sashanet.com2001-10-041-1/+0
| |\ \ \ | | |/ /
| | * | Fixed some build problems.monty@hundin.mysql.fi2001-10-041-1/+0
| * | | mergedsasha@mysql.sashanet.com2001-10-031-6/+22
| |\ \ \ | | |/ /
| | * | Final fixes for INSERT into MERGE tables.monty@tik.mysql.fi2001-09-271-6/+22
| * | | fixed slave to clean up load data infile temp filessasha@mysql.sashanet.com2001-10-031-4/+75
| |/ /
* | | Boolean search passes _some_ testsserg@serg.mysql.com2001-10-091-40/+69
* | | get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ft...serg@serg.mysql.com2001-09-251-1/+1
* | | Initial checkin of the new boolean fulltext search codeserg@serg.mysql.com2001-09-211-9/+5
|/ /
* | merge with 3.23.42monty@work.mysql.com2001-09-021-29/+63
|\ \ | |/
| * Added testing of IN(value-list)monty@hundin.mysql.fi2001-09-021-1/+1
| * Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2001-09-011-11/+5
| |\
| | * Make killing of threads safermonty@hundin.mysql.fi2001-09-011-11/+5
| * | replicated get_lock() properlysasha@mysql.sashanet.com2001-08-311-0/+17
| |/
| * Fixes for OS2.monty@hundin.mysql.fi2001-08-221-0/+6
| * Fix for handling of floats inside val_int() of +, - * and /.monty@hundin.mysql.fi2001-08-181-20/+34
| * fixed bug in Item_func_div::val_int() that broke all functions thatsasha@mysql.sashanet.com2001-08-161-5/+8
* | mergedsasha@mysql.sashanet.com2001-08-091-5/+15
|\ \ | |/
| * Fix when using --without-server --with-thread-safe-clientmonty@tik.mysql.fi2001-08-041-5/+15
* | Fix UNIONmonty@tik.mysql.fi2001-08-021-2/+2
|/
* bug fixed (sometimes it broke filesort, due to too late maybe_null=1)serg@serg.mysql.com2001-07-031-2/+3
* Changed compare in MyISAM to use my_pread()monty@tik.mysql.fi2001-06-111-1/+1
* bugfix: HAVING MATCHserg@serg.mysql.com2001-04-171-3/+6
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macromonty@donna.mysql.fi2001-03-261-1/+1
* Added tests if a user variable is changed in the same query.monty@donna.mysql.fi2001-03-151-1/+5
* sql_select.cc MATCH ... AGAINST (NULL) bug fixedserg@serg.mysql.com2001-02-281-1/+7
* Added --replace to mysqltestmonty@donna.mysql.com2001-02-131-1/+1
* item_func.cc auto-init of ft-index restored (to cope with const/system tables)serg@serg.mysql.com2001-02-061-5/+4
* keep bk happymonty@donna.mysql.com2001-01-221-7/+11
* rpl000016.test syncsasha@mysql.sashanet.com2001-01-171-0/+23
* item_func.cc bug with several fulltext indexes fixedserg@serg.mysql.com2000-11-291-1/+1
* errmsg.txt translatedserg@serg.mysql.com2000-11-281-3/+6
* item_func.cc bugfix - two fulltext indices were not working sometimesserg@serg.mysql.com2000-11-161-15/+26
* fixed bug with FULLTEXT and ORDER BYserg@serg.mysql.com2000-11-041-23/+27