[MDEV-17507] Make MTR tests work for builds without Aria for temporary tables Created: 2018-10-19 Updated: 2020-08-25 Resolved: 2018-11-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Fix Version/s: | 10.4.1, 10.2.20, 10.3.12 |
| Type: | Task | Priority: | Minor |
| Reporter: | Kyle Joiner (Inactive) | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Create a test suite option that will test the MariaDB server that is built without Aria. |
| Comments |
| Comment by Elena Stepanova [ 2018-11-19 ] |
|
Added include/have_aria_used_for_temp_tables.inc which checks the value of the (read-only) variable and can be called by the tests which depend on Aria temporary tables being in use. Currently it's called by 4 tests. |