mirror of
https://github.com/MariaDB/server.git
synced 2025-08-17 21:39:33 +00:00

Since high-level index tables do not participate in thr_multi_lock(), added explicit call to THR_LOCK::start_trans(). This is needed mostly for Aria to handle transaction logging.
10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
[innodb]
|
|
innodb
|
|
default-storage-engine=innodb
|
|
|
|
[myisam]
|
|
default-storage-engine=myisam
|
|
|
|
[aria]
|
|
default-storage-engine=aria
|