summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed a function call.jani@ua141d10.elisa.omakaista.fi2004-11-121-1/+1
* Merge with 4.0jani@ua141d10.elisa.omakaista.fi2004-11-121-3/+11
|\
| * A fix (bug #6564: QUOTE(NULL) returns NULL, not the string 'NULL')ram@gw.mysql.r18.ru2004-11-111-3/+11
* | Many files:bar@mysql.com2004-11-021-24/+34
* | A fix according to Monty's request:bar@mysql.com2004-10-291-3/+6
* | item_strfunc.cc:bar@mysql.com2004-10-291-1/+6
* | An extra "separator" class member was removed from Item_func_concat_ws.bar@mysql.com2004-10-281-52/+10
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mishka.local2004-10-141-20/+19
|\ \
| * | true,false -> TRUE, FALSEmonty@mishka.local2004-10-141-20/+19
* | | A small simplification: perform two actions at once, register akonstantin@mysql.com2004-10-101-4/+4
|/ /
* | Deployment of centralized Item change registry, step 2: Item_ref konstantin@mysql.com2004-10-081-9/+10
* | Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-061-3/+3
|\ \ | |/
| * A fix (bug #5498 TRIM fails with LEADING or TRAILING if remstr = str).ram@gw.mysql.r18.ru2004-09-131-3/+3
* | A fix (bug #5540: CONCAT function and 'double' type).ram@gw.mysql.r18.ru2004-09-151-1/+2
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2004-09-141-3/+9
|\ \
| * | A fix (bug #5497: COMPRESS() returns NULL for large strings).ram@gw.mysql.r18.ru2004-09-131-3/+9
* | | Code cleanuphf@deer.(none)2004-09-071-3/+2
* | | A set of mysql_home_path-related fixeshf@deer.(none)2004-09-071-3/+12
|/ /
* | Portability fixesmonty@mysql.com2004-08-261-10/+11
* | ctype_utf8.result, ctype_utf8.test, item_strfunc.cc:bar@mysql.com2004-08-131-3/+5
* | A fix (Bug #4878: Service crashes on query execution)ram@gw.mysql.r18.ru2004-08-121-1/+4
* | Final patch for WL#1600(warn if max_allowed_packet used)hf@deer.(none)2004-07-211-9/+18
* | Merginghf@deer.(none)2004-07-211-9/+56
|\ \
| * | WL#1600 (Warn if result is truncatet due to max_allowed_packet)hf@deer.(none)2004-06-291-9/+56
* | | Cleanup of db option cacheingmonty@mysql.com2004-07-091-15/+21
* | | bug#4441 - crash in UNHEX(NULL)serg@serg.mylan2004-07-071-3/+6
|/ /
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2004-06-151-11/+4
|\ \
| * | We don't need tmp_value member in the Item_func_left.ram@gw.mysql.r18.ru2004-06-151-2/+2
| * | a fixram@gw.mysql.r18.ru2004-06-081-11/+4
* | | Bug #3717 ENCODE returns a character string, not a binary stringbar@bar.intranet.mysql.r18.ru2004-06-081-0/+2
|/ /
* | Fix for bug#3946: Error in LPAD() when padstring is longer than 1 charactergluh@gluh.mysql.r18.ru2004-06-071-4/+2
* | Made my_snprintf() behavior snprintf() compatible when printing %x arguments ...dlenev@brandersnatch.localdomain2004-05-271-8/+5
* | Merge with 4.0, mainly to get changes to windows project filesmonty@mysql.com2004-05-201-0/+1
|\ \ | |/
| * A fix (bug #3756: ISNULL(QUOTE()) returns 1 for every row after 1st NULL)ram@gw.mysql.r18.ru2004-05-171-0/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-05-051-1/+1
|\ \
| * \ Merge with 4.0.19monty@mysql.com2004-05-051-1/+1
| |\ \ | | |/
| | * bug#3556 - soundexserg@serg.mylan2004-04-281-1/+1
| | * Mark that strings may change on index only reads (for BDB tables).monty@mysql.com2004-01-291-7/+4
| | * some ammendments (comments and code style)vva@eagle.mysql.r18.ru2004-01-221-1/+8
| | * added test for bug #2290 "output truncated with ELT when using DISTINCT"vva@eagle.mysql.r18.ru2004-01-211-1/+1
* | | Windows fixes for VC++ compiler compabilitymiguel@hegel.local2004-05-051-3/+3
|/ /
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-03-201-0/+2
|\ \
| * | Bug #3087 CONCAT_WS makes the server die in case of illegal mix of collationsbar@bar.intranet.mysql.r18.ru2004-03-191-0/+2
* | | after review changesbell@sanja.is.com.ua2004-03-201-3/+4
* | | DBUG_ASSERT(fixed == 1); added to val*bell@sanja.is.com.ua2004-03-181-1/+58
|/ /
* | Small fixhf@deer.(none)2004-03-161-2/+2
* | Fix for valgrind's warninghf@deer.(none)2004-03-151-2/+2
* | UUID() bug that manifests itself on low-res (<1 us) timers onlyserg@serg.mylan2004-03-141-1/+8
* | Fix for the bug #3089: SUBSTRING bug when mixed with CONCAT and ORDER BYram@gw.mysql.r18.ru2004-03-091-1/+1
* | UNHEX() functionserg@serg.mylan2004-03-041-1/+43