~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/tests/t/innodb_bug53756.test

updating to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
SET SESSION debug="+d,crash_commit_before";
138
138
#
139
139
# Execute the statement that causes the crash.
140
 
--error 2013
 
140
--error ER_LOCK_DEADLOCK
141
141
COMMIT;
142
142
--echo
143
143
--echo #