summaryrefslogtreecommitdiff
path: root/mysql-test/main/metadata.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.6 into 10.7Marko Mäkelä2022-09-211-2/+2
|\
| * Merge 10.3 into 10.4Marko Mäkelä2022-09-131-2/+2
| |\
| | * MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-121-2/+2
| | |
* | | MDEV-26637: (variables) ASAN: main.metadata and user_variables.basic MTR ↵Oleksandr Byelkin2021-10-121-6/+6
|/ / | | | | | | | | | | failures after MDEV-26572 Prohibit user variables without name
* | MDEV-23337 Rounding functions create a wrong data type for integer inputAlexander Barkov2020-07-311-20/+20
|/ | | | | | | | | | | | | 1. Fixing ROUND(x) and TRUNCATE(x,0) with TINYINT, SMALLINT, MEDIUMINT, BIGINT input to preserve the exact data type of the argument when it's possible. 2. Fixing FLOOR(x) and CEILING(x) with TINYINT, SMALLINT, MEDIUMINT, BIGINT to preserve the exact data type of the argument. 3. Adding dedicated Type_handler_year::Item_func_round_fix_length_and_dec() to easier handle ROUND(x) and TRUNCATE(x,y) for the YEAR(2) and YEAR(4) input. They still return INT(2) UNSIGNED and INT(4) UNSIGNED correspondingly, as before.
* Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-09-241-11/+11
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+804