summaryrefslogtreecommitdiff
path: root/mysql-test/r/ctype_utf8.result
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2020-06-061-2/+2
|\
| * MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 ...Varun Gupta2020-06-051-2/+2
* | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2019-09-241-1/+1
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-09-241-1/+1
| |\
| | * MDEV-20495 Assertion `precision > 0' failed in decimal_bin_size upon CREATE ....Alexander Barkov2019-09-241-1/+1
* | | Backporting 273d8eb12c40a6dcd05a8148bdfba3f1fd96e764 Proper fix for disabling...Varun Gupta2019-09-231-68/+9
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-0/+12
|\ \ \ | |/ /
| * | MDEV-13335 UTF8 escape wildcard LIKE match has different behavior in differen...Alexander Barkov2019-04-281-0/+12
* | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-43/+43
* | | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-0/+23
|\ \ \ | |/ /
| * | Merge branch '10.0' into bb-10.1-merge-sanjaOleksandr Byelkin2018-07-251-0/+23
| |\ \
| | * | MDEV-13118 Wrong results with LOWER and UPPER and subqueryAlexander Barkov2018-07-191-0/+23
* | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-03-211-0/+13
|\ \ \ \ | |/ / /
| * | | MDEV-15005 ASAN: stack-buffer-overflow in my_strnncollsp_simpleAlexander Barkov2018-03-191-0/+13
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-12-141-0/+15
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-12-121-0/+15
| |\ \ \ | | |/ /
| | * | MDEV-12681 Wrong VIEW results for CHAR(0xDF USING latin1)Alexander Barkov2017-11-151-0/+15
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-0/+24
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-0/+22
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-0/+22
| | |\ \ | | | |/
| | | * MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535Alexander Barkov2017-10-131-0/+22
| | | * MDEV-10524 Assertion `arg1_int >= 0' failed in Item_func_additive_op::result_...Alexander Barkov2016-12-191-4/+42
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-09-171-4/+29
|\ \ \ \ | |/ / /
| * | | MDEV-10191 non convertible chars convert() resulted in Null instead "?" on Wi...Alexander Barkov2017-09-151-2/+27
* | | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-101-162/+172
* | | | MDEV-7635: Part 1Nirbhay Choubey2017-02-101-7/+3
* | | | MDEV-12020 ctype tests are non-deterministic due to missing sortingAlexander Barkov2017-02-081-1/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-0/+26
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-0/+26
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-12-091-0/+26
| | |\ \ | | | |/
| | | * MDEV-10717 Assertion `!null_value' failed in virtual bool Item::send(Protocol...Alexander Barkov2016-12-061-0/+26
* | | | Item_func_like: print a not like b instead of !(a like b)Sergei Golubchik2016-12-121-2/+2
* | | | Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-17/+17
* | | | store/show vcols as item->print()Sergei Golubchik2016-12-121-9/+9
* | | | MDEV-9711 NO PAD collationsAlexander Barkov2016-09-061-0/+557
* | | | do not quote numbers in the DEFAULT clause in SHOW CREATESergei Golubchik2016-08-271-1/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-0/+48
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-0/+39
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-0/+39
| | |\ \ | | | |/
| | | * MDEV-8402 Bug #77473 Truncated data with subquery & UTF8Alexander Barkov2016-06-101-0/+39
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-0/+9
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-0/+9
| | |\ \ | | | |/
| | | * MDEV-9662 Assertion `precision || !scale' failed in my_decimal_precision_to_l...Alexander Barkov2016-04-201-0/+9
* | | | More tests for "MDEV-7563 Support CHECK constraint".Alexander Barkov2016-06-301-0/+76
* | | | Part of MDEV-10134 Add full support for DEFAULTMichael Widenius2016-06-301-3/+3
* | | | MDEV-10138 Support for decimals up to 38 digitsMonty2016-06-221-2/+2
* | | | MDEV-9874 LOAD XML INFILE does not handle well broken multi-byte charactersAlexander Barkov2016-04-061-0/+11
* | | | MDEV-9823 LOAD DATA INFILE silently truncates incomplete byte sequencesAlexander Barkov2016-04-061-0/+22
* | | | MDEV-9811 LOAD DATA INFILE does not work well with gbk in some casesAlexander Barkov2016-03-311-0/+27
|/ / /
* | | Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2016-02-241-4/+3
|\ \ \