summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* fixed functions to be able work with group function as argumentunknown2003-01-291-0/+11
* Portability fixes for SCO and HPUXunknown2002-05-311-1/+6
* Fixed bug in @@unknown_variableunknown2002-04-191-1/+1
* SHOW VARIABLES LIKE ... are now case insensitiveunknown2002-04-181-4/+7
* Fixed pthread_cond_timedwait() for HPUX and DCE threadsunknown2002-04-161-1/+1
* Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2002-04-021-5/+5
|\
| * Fix for bug in WHERE key='j' or key='J'unknown2002-03-221-5/+5
* | fts+const_tables bug fixedunknown2002-04-021-0/+1
|/
* Bugfix for WHERE key=@a OR key=@bunknown2001-12-271-0/+38
* Added DO commandunknown2001-12-171-1/+1
* removed ftfuncs argument for mysql_selectunknown2001-11-211-4/+1
* 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
* Fix when using --without-server --with-thread-safe-clientunknown2001-08-041-5/+15
* 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
* Update to new root alloc, OPTIMIZE TABLE and some other changesunknown2000-09-121-1/+1
* ft_optimization: identical queries merging. collection -> fulltext. Bugs fixed.unknown2000-08-281-19/+50
* FLUSH TABLE table_listunknown2000-08-221-1/+1
* Many MATCH'es per query now allowed (i.e. AND's and OR's now work, butunknown2000-08-171-29/+31
* Fixed for Ia64 + delayed key creation + a lot of small bug fixesunknown2000-08-151-6/+10
* fixed coredump in UDFunknown2000-08-071-1/+3
* Import changesetunknown2000-07-311-0/+1981