Add Error injection hooks for rename table
Registered by
Stewart Smith
This allows us to re-introduce rename_concurrent test (correctly)
# What happens if other statement sneaks in after the table
# creation but before its opening ?
set session debug="
# Concurrent DROP TABLE
--send create table t1 select 1 as i;
connection addconroot1;
--sleep 2
drop table t1;
connection default;
--reap
# Concurrent RENAME TABLE
--send create table t1 select 1 as i;
connection addconroot1;
--sleep 2
rename table t1 to t2;
connection default;
--reap
Blueprint information
- Status:
- Not started
- Approver:
- Stewart Smith
- Priority:
- Low
- Drafter:
- Stewart Smith
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- Accepted for trunk
- Implementation:
-
Unknown
- Milestone target:
-
future
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
(?)
Work Items
Dependency tree

* Blueprints in grey have been implemented.