summaryrefslogtreecommitdiff
path: root/mysql-test/r/cast.result
Commit message (Expand)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-1279/+0
* MDEV-14376 Explicit CAST(CHAR(N)) erroneously escalates warnings to errors in...Alexander Barkov2017-11-131-0/+109
* Fixing a few problems with data type and metadata for INT result functions (M...Alexander Barkov2017-05-231-1/+39
* An after-fix for MDEV-12849 Out-of-range errors when casting hex-hybrid to SI...Alexander Barkov2017-05-191-2/+4
* MDEV-12849 Out-of-range errors when casting hex-hybrid to SIGNED and UNSIGNEDAlexander Barkov2017-05-191-0/+228
* MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-101-3/+10
* Merge 10.1 to 10.2.Marko Mäkelä2017-01-191-1/+72
|\
| * MDEV-11030 Assertion `precision > 0' failed in decimal_bin_sizeAlexander Barkov2017-01-121-1/+72
* | Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-2/+2
* | MDEV-11066 use MySQL terminology for "virtual columns"Sergei Golubchik2016-12-121-1/+1
* | store/show vcols as item->print()Sergei Golubchik2016-12-121-1/+1
* | Remove end . from error messages to get them consistentMonty2016-10-051-8/+8
* | Removing duplicate code in double-to-longlong conversion.Alexander Barkov2016-07-031-2/+2
* | MDEV-10138 Support for decimals up to 38 digitsMonty2016-06-221-2/+2
* | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-311-0/+3
|/
* MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty stringsAlexander Barkov2015-09-171-1/+1
* Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not ...Monty2015-08-181-18/+18
* MDEV-7661 Unexpected result for: CAST(0xHHHH AS CHAR CHARACTER SET xxx)Alexander Barkov2015-03-181-4/+4
* parser cleanup: don't store field properties in LEX, use Create_field directlySergei Golubchik2014-12-041-0/+23
* 5.5.38 mergeSergei Golubchik2014-06-061-8/+8
|\
| * Merge 5.3->5.5Alexander Barkov2014-06-041-8/+8
| |\
| | * MDEV-4858 Wrong results for a huge unsigned value inserted into a TIME columnAlexander Barkov2014-06-041-8/+8
| | * 5.2 mergeSergei Golubchik2014-03-161-0/+18
| | |\
* | | | MDEV-5372 Make "CAST(time_expr AS DATETIME)" compatible with MySQL-5.6 (and t...Alexander Barkov2014-03-071-8/+5
* | | | 10.0-base merge.Sergei Golubchik2013-09-211-1/+1
|\ \ \ \ | |/ / /
* | | | 10.0-monty mergeSergei Golubchik2013-07-211-3/+9
|\ \ \ \
| * | | | fix cast.test, select.test, select_jcl6.test: update results after strict_dat...Sergei Golubchik2013-07-101-3/+9
* | | | | 10.0-base mergeSergei Golubchik2013-07-181-11/+17
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merging from 5.3Alexander Barkov2013-07-081-11/+17
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | MDEV-4667 DATE('string') incompability between mysql and mariadbSergei Golubchik2013-07-031-11/+17
* | | | | Adding support for the SQL-standard temporal literals.Alexander Barkov2013-07-101-10/+10
|/ / / /
* | | | mysql-5.5.31 mergeSergei Golubchik2013-05-071-0/+18
|\ \ \ \
| * \ \ \ Bug#14096619: UNABLE TO RESTORE DATABASE DUMPChaithra Gopalareddy2013-01-311-0/+18
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Bug#14096619: UNABLE TO RESTORE DATABASE DUMPChaithra Gopalareddy2013-01-311-0/+18
* | | | | 5.3 mergeSergei Golubchik2013-03-271-10/+10
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | MDEV-4281 Assertion `maybe_null && item->null_value' fails in make_sortkey on...Sergei Golubchik2013-03-171-10/+10
| * | | 5.2 mergeSergei Golubchik2012-05-201-0/+9
| |\ \ \ | | | |/ | | |/|
* | | | cSergei Golubchik2012-05-211-0/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge 5.1-security => 5.5-securityTor Didriksen2012-02-221-0/+9
| |\ \ \ | | | |/ | | |/|
| | * | Bug#13519724 63793: CRASH IN DTCOLLATION::SET(DTCOLLATION &SET)Tor Didriksen2012-02-221-0/+9
* | | | 5.3 mergeSergei Golubchik2012-01-131-2/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge with 5.2.Michael Widenius2011-12-111-0/+18
| |\ \ \ | | | |/ | | |/|
* | | | after merge changes:Sergei Golubchik2011-12-121-11/+11
* | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-3/+8
|\ \ \ \ | |/ / /
| * | | cast.test: use exact double, to be independent from compiler optimizationsSergei Golubchik2011-11-031-3/+3
| * | | make sure that cast(... as date) returns a valid date, as specified by the ca...Sergei Golubchik2011-09-291-0/+5
* | | | merge with 5.3Sergei Golubchik2011-10-191-7/+288
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | fix for cast of negative numbers to datetimeSergei Golubchik2011-06-141-1/+1
| * | merge with 5.1-microSergei Golubchik2011-06-071-14/+12
| |\ \
| * \ \ Merge with 5.1-microsecondsMichael Widenius2011-05-281-13/+108
| |\ \ \ | | |/ /