summaryrefslogtreecommitdiff
path: root/mysql-test/main/alias.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2022-09-131-14/+14
|\
| * MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-121-14/+14
| |
* | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2021-10-271-0/+151
|\ \ | |/
| * MDEV-22380: Assertion `name.length == strlen(name.str)' failed ...bb-10.3-bar-MDEV-22380Alexander Barkov2021-10-271-0/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes: MDEV-25399 Assertion `name.length == strlen(name.str)' failed in Item_func_sp::make_send_field Also fixes a problem that in this scenario: SET NAMES binary; SELECT 'some not well-formed utf8 string'; the auto-generated column name copied the binary string value directly to the Item name, without checking utf8 well-formedness. After this change auto-generated column names work as follows: - Zero bytes 0x00 are copied to the name using HEX notation - In case of "SET NAMES binary", all bytes sequences that do not make well-formed utf8 characters are copied to the name using HEX notation.
* | Updated main.alias test to fix max_lengthMonty2021-09-211-6/+6
| | | | | | | | | | The test will work after libmariadb has been updated to return correct max_length for prepared statements
* | Fixed alias.test to also works with psMonty2021-09-171-6/+6
| | | | | | | | | | | | The issue is that max_length for prepared statements are different from normal queries, which can optimize the max_length based on the result length.
* | MDEV-23519 Protocol packet - "Original Name" info is showing alias name,Monty2021-09-141-0/+19
|/ | | | | | | | | instead of original name of the column When doing refactoring of temporary table field creation a mistake was done when copying the column name when creating internal temporary tables. For internal temporary tables we should use the original field name, not the item name (= alias).
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+220