lp:~stewart/drizzle/remove-ddl-implicit-commit

Created by Stewart Smith and last modified
Get this branch:
bzr branch lp:~stewart/drizzle/remove-ddl-implicit-commit
Only Stewart Smith can upload to this branch. If you are Stewart Smith please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Stewart Smith
Project:
Drizzle
Status:
Merged

Recent revisions

1943. By Stewart Smith

merge trunk

1942. By Stewart Smith

add test for EXECUTE WAIT doing DDL that will actually do the DDL - run a COMMIT first.

1941. By Stewart Smith

revert patch that changed EXECUTE to use AUTOCOMMIT=0 instead of START TRANSACTION. Of course, this means that you cannot do DDL inside EXECUTE, so change the test and result for execute_wait test which did that.

1940. By Stewart Smith

merge trunk

1939. By Stewart Smith

error out on DROP INDEX inside a transaction with ER_TRANSACTIONAL_DDL_NOT_SUPPORTED.

1938. By Stewart Smith

error out on CREATE INDEX inside a transaction with ER_TRANSACTIONAL_DDL_NOT_SUPPORTED.

1937. By Stewart Smith

statement_boundaries test relied on implicit commits in schema operations. use explicit commits instead

1936. By Stewart Smith

add test for DROP SCHEMA inside a txn erroring out

1935. By Stewart Smith

error out on DROP SCHEMA inside a transaction with ER_TRANSACTIONAL_DDL_NOT_SUPPORTED. You may have been mistaken that this would previously error out on ER_LOCK_OR_ACTIVE_TRANSACTION. It didn't.

1934. By Stewart Smith

error out on ALTER SCHEMA inside a transaction with ER_TRANSACTIONAL_DDL_NOT_SUPPORTED. Previously this would be ER_LOCK_OR_ACTIVE_TRANSACTION which isn't exactly correct or consistent with others.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:drizzle/7.0
This branch contains Public information 
Everyone can see this information.

Subscribers