summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_str.result
Commit message (Expand)AuthorAgeFilesLines
* "SELECT BINARY x" now means "SELECT CAST(x AS BINARY)".unknown2004-08-261-1/+1
* A fix (Bug #4878: Service crashes on query execution)unknown2004-08-121-0/+3
* Final patch for WL#1600(warn if max_allowed_packet used)unknown2004-07-211-1/+1
* Mergingunknown2004-07-211-0/+2
|\
| * WL#1600 (Warn if result is truncatet due to max_allowed_packet)unknown2004-06-291-0/+2
* | bug#4441 - crash in UNHEX(NULL)unknown2004-07-071-3/+3
|/
* Bug #3717 ENCODE returns a character string, not a binary stringunknown2004-06-081-2/+7
* After merge fixesunknown2004-05-241-0/+9
* fixed flags of printed queryunknown2004-05-131-1/+1
* Portability fixesunknown2004-05-071-4/+11
* after merge fixesunknown2004-05-051-1/+1
* Merge with 4.0.19unknown2004-05-051-3/+3
|\
| * Merge ltantony.dsl-verizon.net:/usr/home/antony/work/mysql-4.0unknown2004-04-281-1/+1
| |\
| | * Fix for Bug 3481unknown2004-04-281-1/+1
| * | bug#3556 - soundexunknown2004-04-281-3/+3
| |/
* | Fixed crashing bug with alter table when table was in use (Bug #3643)unknown2004-05-051-0/+11
* | Bug #3087 CONCAT_WS makes the server die in case of illegal mix of collationsunknown2004-03-191-0/+2
* | Fix for bug#2972 Problem the the CONV() functionunknown2004-03-151-0/+3
* | Fix for the bug #3089: SUBSTRING bug when mixed with CONCAT and ORDER BYunknown2004-03-091-0/+10
* | UNHEX() functionunknown2004-03-041-0/+9
* | After merge fixesunknown2004-02-161-0/+352
* | Merge with 4.0.18unknown2004-02-111-345/+0
|\ \ | |/
| * added test for bug #2290 "output truncated with ELT when using DISTINCT"unknown2004-01-211-0/+7
* | Fix & test for the bug #2182: lpad returns incorrect result.unknown2003-12-221-0/+3
* | Fixes after merge with 4.0unknown2003-12-191-0/+337
* | Merge with 4.0.17unknown2003-12-171-343/+15
|\ \ | |/
| * Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-0/+3
| * Fix for bug#1944 'Function RPad() sometimes produce unexpected result'unknown2003-12-041-6/+12
* | WorkLog#1323unknown2003-12-101-4/+4
* | mergeunknown2003-11-181-1/+1
|\ \
| * | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-1/+1
* | | sunstring_index() code covarageunknown2003-11-071-2/+5
|/ /
* | after review fixunknown2003-11-031-1/+1
* | added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...unknown2003-10-301-3/+17
* | LPAD() and RPAD() are now multibyte-compatibleunknown2003-09-251-1/+1
* | After merge fixesunknown2003-08-191-4/+2
* | Merge with 4.0.14unknown2003-08-111-0/+23
|\ \ | |/
| * Fix for #739unknown2003-07-031-0/+10
| * Test case for bug #666unknown2003-06-241-0/+13
* | fix_fields recoursion didn't stop when some level's fix_length_and_decunknown2003-08-051-0/+5
* | Item_func_null doesn't have a separate Item for the first argument anymore.unknown2003-07-161-5/+5
* | ELT passes the first argument in args[0] instead of having a separate Item.unknown2003-07-151-2/+2
* | Item_func_field doesn't have a separate Item to store the first argument.unknown2003-07-151-2/+2
* | Add the support of 'SUBSTR' function compatible with Oracle and SAPDB (SCRUM ...unknown2003-07-111-0/+21
* | New methods unknown2003-07-041-0/+6
* | FIELD() now takes in account arguments collationsunknown2003-07-031-0/+19
* | Row comparison now does compare field collations, e.g.unknown2003-07-031-0/+29
* | str0 IN (str1, str2, ...) now works according to collation rulesunknown2003-06-271-0/+22
* | BETWEEN now works according to collation rulesunknown2003-06-271-0/+20
* | LOCATE(), INSTR(), POSITION(), FIND_IN_SET(), SUBSTRING_INDEX()unknown2003-06-251-0/+27