summaryrefslogtreecommitdiff
path: root/mysql-test/main/alias.test
Commit message (Collapse)AuthorAgeFilesLines
* Fixed alias.test to also works with psMonty2021-09-171-1/+1
| | | | | | 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/+15
| | | | | | | | | 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/+228