Merge InnoDB test cases from MySQL 5.7
(MDEV-13626)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.2 |
| Fix Version/s: | N/A |
| Type: | Technical task | Priority: | Major |
| Reporter: | Alice Sherepa | Assignee: | Marko Mäkelä |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
|
| Comments |
| Comment by Marko Mäkelä [ 2023-11-08 ] |
|
In MySQL 5.7, CREATE TABLE would default to ENGINE=InnoDB, while in MariaDB, it would default to ENGINE=MyISAM. After I added explicit ENGINE=InnoDB, the test worked as expected. This test is included in our innodb_fts.misc_debug. |