Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed alias.test to also works with ps | Monty | 2021-09-17 | 1 | -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, | Monty | 2021-09-14 | 1 | -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' there | Michael Widenius | 2018-03-29 | 1 | -0/+228 |