mariadb/unittest/mytap
Vladislav Vaintroub 3bd23b76c5 MDEV-34740 mariadb-import: optimize index and constraint creation
For InnoDB tables, parse the CREATE TABLE statement to defer index and
constraint creation until after data loading. For other storage engines,
the DISABLE/ENABLE KEYS commands achieve similar optimization.

This behavior is controlled by a new option, innodb-optimize-keys
(default: ON), compatible with mydumper.

Additionally, this commit separates the table creation phase from data
loading. Running DDL statements (such as DROP IF EXISTS) in a single
thread avoids the "table not locked" issue from MDEV-34741. As a bonus,
view creation no longer requires a separate step.
2025-01-24 13:15:05 +01:00
..
t Update FSF Address 2019-05-11 21:29:06 +03:00
CMakeLists.txt MDEV-34740 mariadb-import: optimize index and constraint creation 2025-01-24 13:15:05 +01:00
Doxyfile Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00
tap.c Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00
tap.h Cleanup Whitespace in unittest/ directory 2024-07-25 00:28:02 +10:00