summaryrefslogtreecommitdiff
path: root/mysql-test/t/case.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/home/ram/work/b30782/b30782.5.0ramil/ram@ramil.myoffice.izhnet.ru2007-10-291-3/+20
|\ | | | | | | into mysql.com:/home/ram/work/b30782/b30782.5.1
| * Fix for bug #30782: Truncated UNSIGNED BIGINT columns only in SELECT w/ CASE, ramil/ram@mysql.com/ramil.myoffice.izhnet.ru2007-10-291-2/+19
| | | | | | | | | | | | | | | | | | | | JOIN, and ORDER BY Problem: improper maximum length calculation of the CASE function leads to decimal value truncation (storing/retrieving decimal field values). Fix: accurately calculate maximum length/unsigned flag/decimals parameters of the CASE function.
* | Merge polly.local:/tmp/20924/bug20294/my50-bug20294kaa@polly.local2006-09-131-9/+1
|\ \ | |/ | | | | into polly.local:/tmp/20924/bug20294/my51-bug20294
| * Merge polly.local:/tmp/20924/bug20294/my41-bug20294kaa@polly.local2006-09-131-9/+1
| |\ | | | | | | | | | into polly.local:/tmp/20924/bug20294/my50-bug20294
| | * Cset exclude: kaa@polly.local|ChangeSet|20060912122540|09861kaa@polly.local2006-09-131-9/+1
| | | | | | | | | | | | Cset exclude: kaa@polly.local|ChangeSet|20060908100829|09983
* | | Merge polly.local:/tmp/20924/bug20294/my50-bug20294kaa@polly.local2006-09-121-2/+9
|\ \ \ | |/ / | | | | | | into polly.local:/tmp/20924/bug20294/my51-bug20294
| * | Merge polly.local:/tmp/20924/bug20294/my41-bug20294kaa@polly.local2006-09-121-2/+9
| |\ \ | | |/ | | | | | | into polly.local:/tmp/20924/bug20294/my50-bug20294
| | * Post-review fixes for bug #20924kaa@polly.local2006-09-121-2/+4
| | |
| | * Bug #20924: CAST(expr as UNSIGNED) returns SIGNED value when used in various ↵kaa@polly.local2006-09-081-0/+6
| | | | | | | | | | | | | | | | | | | | | functions - Honor unsigned_flag in the corresponding functions - Use compare_int_signed_unsigned()/compare_int_unsigned_signed() instead of explicit comparison in GREATEST() and LEAST()
* | | Merge mysql.com:/home/elkin/MySQL/BARE/5.0aelkin@mysql.com2006-04-251-0/+11
|\ \ \ | |/ / | | | | | | into mysql.com:/home/elkin/MySQL/MERGE/5.1-new
| * | Merge mysql.com:/usr/local/mysql/mysql-4.1knielsen@mysql.com2006-04-241-0/+11
| |\ \ | | |/ | | | | | | into mysql.com:/usr/local/mysql/mysql-5.0-mtr-fix
| | * Fix for bug #17896: MIN of CASE WHEN returns non-minimum value!ramil@mysql.com2006-03-061-0/+11
| | |
* | | This patch cleans up two tests which were a bit fragile from other failing ↵brian@zim.(none)2006-02-241-1/+1
|/ / | | | | | | tests. It also removes some variables associated with removed RAID support.
* | Merge mysql.com:/home/my/mysql-4.1monty@mysql.com2005-07-281-0/+3
|\ \ | |/ | | | | into mysql.com:/home/my/mysql-5.0
| * Added end marker for tests to make future merges easiermonty@mysql.com2005-07-281-0/+2
| |
* | Mergesergefp@mysql.com2005-06-231-0/+11
|\ \ | |/
| * Fix for BUG#10151: In Item_func_case::find_item don't assume that parameter ↵sergefp@mysql.com2005-06-201-0/+11
| | | | | | | | str != &(this->str_value)
* | item_func.h:igor@igor-inspiron.creware.com2005-06-021-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug #9939: a wrong conversion of arguments for functions COALESCE and IFNULL. The str_op virtual method was added into Item_func_numhybrid. item_func.cc: Fixed bug #9939: a wrong conversion of arguments for functions COALESCE and IFNULL. The str_op virtual method was added into Item_func_numhybrid. item_cmpfunc.h, item_cmpfunc.cc: Fixed bug #9939: a wrong conversion of arguments for functions COALESCE and IFNULL. Item_func_coalesce and Item_func_ifnull now inherit from a modified Item_func_numhybrid. case.test, case.result: Added test cases for bug #9939.
* | Precision Math implementationhf@deer.(none)2005-02-091-1/+4
|/
* After merge fixesmonty@mysql.com2004-02-161-4/+4
| | | | | | | Added more DBUG statements Ensure that we are comparing end space with BINARY strings Use 'any_db' instead of '' to mean any database. (For HANDLER command) Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
* Merge key cache structures to onemonty@mysql.com2003-11-201-1/+2
| | | | Fixed compiler warnings (IRIX C compiler and VC++)
* added code covarage for functions convert(), nullif(), crc32(), ↵bell@sanja.is.com.ua2003-10-301-0/+6
| | | | | | | | is_used_lock(), char_lengtrh(), bit_xor() added string length for more speed made code covarage for print() method of Item fixed printability of some items (SCRUM) (WL#1274)
* After merge fixesmonty@mashka.mysql.fi2003-08-191-4/+4
| | | | | Use server character set if --default-character-set is not used Added convert_string() for more efficient alloc+character-set convert of strings
* Some fixes in CASE.bar@bar.mysql.r18.ru2003-07-181-1/+38
| | | | Test suit was extended to conver various arguments mixes.
* COALESCE now aggregates its argument types in this way:bar@bar.mysql.r18.ru2003-07-141-0/+22
| | | | | | if some of the arguments is STRING_RESULT the STRING_RESULT else if some of the arguments is REAL_RESULT then REAL_RESULT else INT_RESULT
* Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-0/+2
| | | | | | Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
* Test cleanupmonty@mashka.mysql.fi2002-12-261-2/+6
|
* fix for an error in the merge from 3.23Sinisa@sinisa.nasamreza.org2002-12-241-2/+2
|
* fix for a bug in CASE ...WHEN ...Sinisa@sinisa.nasamreza.org2002-12-161-0/+5
|
* New myisamchk option --sort-recovermonty@donna.mysql.com2001-01-311-0/+11
| | | | | | | | Allow delete of crashed MyISAM tables Fixed bug when BLOB was first part of key Fixed bug when using result from CASE in GROUP BY Fixed core-dump bug in monthname() Optimized calling of check_db_name()
* Added support for hex strings to mysqlimportmonty@donna.mysql.com2000-12-281-0/+21
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit