Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
58182: sql: fix DDL after write error message r=lucy-zhang a=jayshrivastava Previously, the error message said "schema change statement cannot follow a statement that has written in the same transaction". This message is incorrect because DDLs after writes are allowed if the first schema change in a txn occurs before the first write. This change updates the error message to reflect the latter. Release note: None Co-authored-by: Jayant Shrivastava <[email protected]>
- Loading branch information