mixed DML/DDL inconsistency with innodb_plugin
Bug #795075 reported by
Teemu Ollakka
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL patches by Codership |
Fix Released
|
High
|
Teemu Ollakka | ||
0.8 |
Fix Released
|
High
|
Teemu Ollakka | ||
Trunk |
Fix Committed
|
High
|
Teemu Ollakka | ||
codership-maria |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
To reproduce, configure server to use innodb_plugin, run
while ./scripts/
do ./bin/sqlgen --host 127.0.0.1 --port 3307 --users 12 --create 0 --alters 0.001 --drops 0 --rows 100 --duration 5;
sleep 1;
done
Related branches
Changed in codership-maria: | |
status: | New → Fix Committed |
Changed in codership-mysql: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.