Commit b25560b
docs(ai): clarify MySQL atomicity in DDL transaction-wrapper section
Per Reviewer A's nit on PR #2753: MySQL DDL also implicitly commits
(InnoDB transaction wrapper is a no-op for DDL). The MySQL atomicity
guarantee comes from `RENAME TABLE a, b` being a single multi-pair
statement, not from the transaction. Persistent `.ai/` reference now
reflects that distinction.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Peter Amiri <peter@alurium.com>1 parent 1f8a946 commit b25560b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments