Bug #36828 Backup, restore does not do implicit begin commit
Submitted: 20 May 2008 19:01 Modified: 26 May 2008 11:04
Reporter: Lars Thalmann Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Backup Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[20 May 2008 19:01] Lars Thalmann
Description:
There is no end_active_trans(thd), so BACKUP/RESTORE does not do
implicit commit of earlier transactions.

How to repeat:
Code inspection

Suggested fix:
Add end_active_trans().
[26 May 2008 11:04] Jørgen Løland
Duplicate of bug 34210