Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-27393 Timezone tables cannot have descending indexes | Sergei Golubchik | 2022-01-26 | 1 | -0/+15 |
| | | | | | | | replace the assert with an if(). asserts should not be used on the input (even without DESC indexes the table could've been corrupted) | ||||
* | cleanup: tests | Sergei Golubchik | 2022-01-26 | 1 | -19/+15 |
| | | | | | * combine two test files with seemingly the same name * comments | ||||
* | Create 'main' test directory and move 't' and 'r' there | Michael Widenius | 2018-03-29 | 1 | -0/+65 |