summaryrefslogtreecommitdiff
path: root/mysql-test/main/func_str.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '43882e764d6867c6855b1ff057758a3f08b25c55' into 10.4Alexander Barkov2019-08-131-0/+60
|\
| * MDEV-20303 SPACE(-1) returns a wrong data typeAlexander Barkov2019-08-091-0/+47
| |
| * MDEV-20292 REPEAT(x,-1) returns a wrong data typeAlexander Barkov2019-08-081-0/+13
| |
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-0/+36
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-0/+36
| |
* | Merge 10.3 into 10.4Marko Mäkelä2019-03-221-0/+45
|\ \ | |/
| * Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-03-221-0/+45
| |
* | MDEV-18205 Assertion `str_length < len' failed in Binary_string::realloc_rawAlexander Barkov2019-01-141-0/+16
|/ | | | | | | | | | | | Bug was introduced in this commit: commit: a9ca819897f5c82582bfd3fedb09c78131cf8e00 Call alloc() instead of realloc() Use alloc() if we don't need original string (avoid copy) Removed not needed test of str_length in sql_string.cc copy_if_not_alloced() was forgotten when changing realloc()'s to alloc()'s. Changing it now.
* Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-121-0/+35
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+1918