summaryrefslogtreecommitdiff
path: root/mysql-test/r/case.result
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11839 move value caching from get_datetime_value to fix_fields timeSergei Golubchik2018-03-141-0/+34
* Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-0/+16
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-0/+16
| |\
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2017-10-171-0/+16
| | |\
| | | * Bug#19875294 ASSERTION `SRC' FAILED IN MY_STRNXFRM_UNICODE (SIG 6 -STRINGS/CT...Tor Didriksen2017-08-231-0/+16
| | | * Bug#54916 GROUP_CONCAT + IFNULL truncates outputAlexander Barkov2010-08-191-0/+2
| | | * WL#2649 Number-to-string conversionsAlexander Barkov2010-02-111-7/+7
| | | * Fix for Bug#32538: View definition picks up character set,anozdrin/alik@quad.2008-02-121-2/+2
| | | * Merge mysql.com:/home/ram/work/b30782/b30782.5.0ramil/ram@ramil.myoffice.izhnet.ru2007-10-291-1/+19
| | | |\
| | | | * Fix for bug #30782: Truncated UNSIGNED BIGINT columns only in SELECT w/ CASE, ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-10-291-1/+19
| | | * | BUG#14940 "MySQL choose wrong index", v.2sergefp@mysql.com2006-07-281-6/+6
| | | * | type_newdecimal.result, case.result:kent@mysql.com2006-05-181-3/+3
| | | * | Merge mysql.com:/data0/mysqldev/my/tmp_mergekent@mysql.com2006-05-171-1/+1
| | | |\ \ | | | | |/
| | | | * Bug#17048 CREATE TABLE ... SELECT truncate valuesgluh@eagle.intranet.mysql.r18.ru2006-05-131-4/+4
| | | * | Merge mysql.com:/home/elkin/MySQL/BARE/5.0aelkin@mysql.com2006-04-251-0/+8
| | | |\ \ | | | | |/
| | | | * Merge mysql.com:/usr/local/mysql/mysql-4.1knielsen@mysql.com2006-04-241-0/+8
| | | | |\
| | | | | * Fix for bug #17896: MIN of CASE WHEN returns non-minimum value!ramil@mysql.com2006-03-061-0/+8
| | | * | | Merge neptunus.(none):/home/msvensson/mysql/bug10460/my51-bug10460msvensson@neptunus.(none)2006-03-061-19/+19
| | | |\ \ \
| | | | * | | Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower casemsvensson@neptunus.(none)2006-02-221-19/+19
| | | | |/ /
| | | * | | This patch cleans up two tests which were a bit fragile from other failing te...brian@zim.(none)2006-02-241-1/+1
| | | |/ /
| | | * | Fixed BUG#12589: Assert when creating temp. table from decimal storedpem@mysql.com2005-09-271-4/+4
| | | * | Mergesergefp@mysql.com2005-06-231-0/+15
| | | |\ \ | | | | |/
| | | | * Fix for BUG#10151: In Item_func_case::find_item don't assume that parameter s...sergefp@mysql.com2005-06-201-0/+15
| | | | * 1. Item now uses my_charset_bin by default,bar@mysql.com2005-01-181-6/+6
| | | * | item_func.h:igor@igor-inspiron.creware.com2005-06-021-0/+17
| | | * | Tests and results fixed with last precision/decimal related modificationsholyfoot@hf-ibm.(none)2005-05-061-5/+5
| | | * | Precision Math implementationhf@deer.(none)2005-02-091-9/+15
| | | * | After-merge clean-upbar@mysql.com2005-01-181-6/+6
| | | * | Update results for new varchar handlingmonty@mysql.com2004-12-071-10/+10
| | | * | fixed open_and_lock_tables result processing (all open_and_lock_tables revision)bell@sanja.is.com.ua2004-08-311-1/+1
| | | * | mark subquery in the FROM clause like derived and quoate all identifiers (BUG...bell@sanja.is.com.ua2004-07-201-1/+1
| | | |/
| | | * fixed flags of printed querybell@sanja.is.com.ua2004-05-131-3/+3
| | | * WorkLog#1323antony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-101-2/+2
| | | * Merge key cache structures to onemonty@mysql.com2003-11-201-9/+11
| | | * CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSmonty@mashka.mysql.fi2003-11-181-2/+2
| | | * added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...bell@sanja.is.com.ua2003-10-301-0/+18
| | | * Some fixes in CASE.bar@bar.mysql.r18.ru2003-07-181-2/+44
| | | * COALESCE now aggregates its argument types in this way:bar@bar.mysql.r18.ru2003-07-141-0/+21
| | | * Merge with 4.0.8monty@mashka.mysql.fi2003-01-031-0/+8
| | | |\
| | | | * Test cleanupmonty@mashka.mysql.fi2002-12-261-2/+1
| | | | * Update of test resultsmonty@mashka.mysql.fi2002-12-261-0/+5
| | | | * Merge with 3.23:monty@mashka.mysql.fi2002-12-211-0/+4
| | | | |\
| | | | | * fix for a bug in CASE ...WHEN ...Sinisa@sinisa.nasamreza.org2002-12-161-0/+4
| | | * | | rename of net_pkg.cc to protocol.ccmonty@mashka.mysql.fi2002-12-111-2/+2
| | | |/ /
| | | * | client/mysqlmanagerc.csasha@mysql.sashanet.com2001-09-271-0/+23
| | | |/
| | | * New myisamchk option --sort-recovermonty@donna.mysql.com2001-01-311-0/+8
| | | * Added support for hex strings to mysqlimportmonty@donna.mysql.com2000-12-281-0/+34
* | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-101-3/+11
* | | Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-10/+10
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-0/+13
|\ \ | |/