DDL statements in an empty transaction are allowed. That is; if the connection is in
AutoCommit=false mode and no other statement has been executed, then executing a DDL statement
or a DDL batch is allowed.
AUTO_COMMIT_TRANSACTION
DDL statements automatically cause the current transaction to be committed and the DDL
statement is subsequently executed without a transaction. This is equal to how MySQL and Oracle
behave.
FAIL
All DDL statements in a read/write transaction fail.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-14 UTC."],[],[]]