summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* #2244 User variables collation conflict is not detectedbar@bar.intranet.mysql.r18.ru2003-12-311-1/+5
* Portability fixes found during 5.0 test compilationmonty@mysql.com2003-12-211-3/+11
* THD::lex now points to THD::main_lex like in 5.0konstantin@oak.local2003-12-191-3/+3
* Fixes after merge with 4.0monty@mysql.com2003-12-191-15/+16
* Merge with 4.0.17monty@mysql.com2003-12-171-15/+10
|\
| * cleanup: if there is return from if-part, we don't need else statementkonstantin@mysql.com2003-12-101-15/+10
* | Added missing SSL library (Should be in source distribution)monty@mysql.com2003-11-281-4/+4
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2003-11-231-0/+1
|\ \
| * | Fixed compiler warnings from Intel compiler in Win64monty@mysql.com2003-11-231-0/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2003-11-231-4/+9
|\ \ \ | |/ / |/| |
| * | Fix for bug #1500 "Server crash with mysql_prepare"dlenev@dlenev.mshome2003-11-231-4/+9
* | | Merge key cache structures to onemonty@mysql.com2003-11-201-3/+0
|/ /
* | changed name of bit on more descriptive (after rewie change)bell@sanja.is.com.ua2003-11-181-2/+2
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-11-181-2/+2
|\ \
| * | fixed using 'uncachable' tag and RAND_TABLE_BIT settingbell@sanja.is.com.ua2003-11-171-2/+2
* | | mergemonty@mashka.mysql.fi2003-11-181-1/+4
|\ \ \ | |/ / |/| |
| * | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSmonty@mashka.mysql.fi2003-11-181-1/+4
* | | Fixed minor compiler errors encountered during pre-final builds.greg@mysql.com2003-11-121-2/+2
* | | Merge kosipov@bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2003-11-051-9/+5
|\ \ \ | |/ / |/| |
| * | follow-up to Sanja fix: konstantin@oak.local2003-10-311-9/+5
* | | Merge with 4.0monty@narttu.mysql.fi2003-11-041-1/+1
|\ \ \ | | |/ | |/|
| * | Fix for bug #1271: Undefined variable in PASSWORD() function is not gluh@gluh.mysql.r18.ru2003-10-211-1/+1
* | | Mergemonty@narttu.mysql.fi2003-11-031-7/+8
|\ \ \
| * | | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...monty@narttu.mysql.fi2003-11-031-7/+8
| | |/ | |/|
* | | after review fixbell@sanja.is.com.ua2003-11-031-19/+11
* | | mergebell@sanja.is.com.ua2003-10-311-6/+78
|\ \ \
| * | | added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...bell@sanja.is.com.ua2003-10-301-14/+48
| * | | mergebell@sanja.is.com.ua2003-10-281-0/+38
| |\ \ \ | | |/ / | |/| |
| | * | Mergebell@sanja.is.com.ua2003-10-221-0/+38
| | |\ \
| | | * | fixed printability of Items (all items except subselects)bell@laptop.sanja.is.com.ua2003-10-121-0/+38
* | | | | Merge serg.mylan:/usr/home/serg/Abk/mysql-4.1-bugserg@serg.mylan2003-10-251-48/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MATCH ... AGAINST ("..." WITH QUERY EXPANSION) syntaxserg@serg.mylan2003-10-221-7/+7
| * | | | mergedserg@serg.mylan2003-10-211-41/+36
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | FULLTEXT: correct charset support (UTF included, UCS2 - not)serg@serg.mylan2003-10-201-40/+35
| | * | | mergedserg@serg.mylan2003-10-151-1/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | key_map with more that 64 bits widthserg@serg.mylan2003-10-111-1/+1
* | | | | support 'parallel' updates and rallback of whole statement in case of error i...bell@sanja.is.com.ua2003-10-241-11/+60
|/ / / /
* | | | Add warnings for single line inserts. To do this I had to convert count_cuted...monty@mashka.mysql.fi2003-10-111-0/+9
|/ / /
* | | Merge with 4.0.16monty@narttu.mysql.fi2003-10-071-106/+137
|\ \ \ | | |/ | |/|
| * | Optimized code for setting user variables with := and fixed some bugs in old ...monty@mishka.mysql.fi2003-10-031-98/+136
| * | turn Item_func_set_user_var vva@eagle.mysql.r18.ru2003-10-011-32/+0
| * | rewrite Item_func_set_user_var ::val, ::val_str, ::val_int, ::updatevva@eagle.mysql.r18.ru2003-09-301-89/+46
| * | fixed bug #1194 vva@eagle.mysql.r18.ru2003-09-241-17/+102
* | | Had mangled the order of if()s in a previous changeset (1.1596) (not pushed),guilhem@gbichot22003-10-021-12/+10
* | | fix for BUG#1331: "Unexistent user variable is not replicated".guilhem@gbichot22003-10-021-39/+98
* | | CHARSET_INFO::instr was extended to return more substring match results:bar@bar.mysql.r18.ru2003-09-251-5/+6
| |/ |/|
* | Merge abarkov@build.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2003-09-191-42/+12
|\ \
| * | Fixed that multibyte charsets didn't honor multibytebar@bar.mysql.r18.ru2003-09-191-42/+12
* | | SCRUMhf@deer.(none)2003-09-191-2/+2
|/ /
* | merge with 4.1 treemonty@mashka.mysql.fi2003-09-111-2/+6
|\ \