mirror of
https://github.com/MariaDB/server.git
synced 2025-08-21 16:03:24 +03:00
IB: Fixes in logic when to do versioned or usual row updates. Now it is able to do unversioned updates for versioned tables just by disabling `TABLE_SHARE::versioned` flag. SQL: DDL tracking for: * RENAME TABLE, ALTER TABLE .. RENAME TO; * DROP TABLE; * data-modifying operations (f.ex. ALTER TABLE .. ADD/DROP COLUMN).
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
--innodb --default-storage-engine=innodb
|