mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
When CREATE TABLE wasn't given ENGINE=... it would determine the default ENGINE at parse-time rather than at execution time, leading to incorrect behaviour (namely, later changes to the default engine being ignore) when calling CREATE TABLE from a stored procedure. We now defer working out the default engine till execution of CREATE TABLE.
16 KiB
16 KiB