summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* Configure.in/Makefile.in charset related things are now earier to maintainunknown2002-03-191-5/+5
* Hash now supports several charsetsunknown2002-03-141-1/+2
* use String->charset instead of default_charset_infounknown2002-03-141-6/+5
* New ctype functions/macros to support many charsets at a timeunknown2002-03-121-1/+2
* Added GIS extensionunknown2002-02-221-0/+129
* Merge work:/home/bk/mysql-4.0unknown2002-01-311-0/+3
|\
| * temporary commit to pull Monty's changesunknown2002-01-311-0/+3
* | Added --sql-mode=NO_UNSIGNED_SUBTRACTIONunknown2002-01-301-0/+15
|/
* Ugly merge! But I am not done yet - there are a number of things I need to fixunknown2002-01-191-1/+3
|\
| * Here comes a nasty patch, although I am not ready to push it yet. I willunknown2002-01-191-1/+3
* | merge with 3.23unknown2002-01-021-0/+38
|\ \
| * | Bugfix for WHERE key=@a OR key=@bunknown2001-12-271-0/+38
* | | Added macros for nice TIMESPEC usage.unknown2002-01-021-16/+2
* | | 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