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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-01 UTC."],[],[]]