lp:~tsarev/percona-server/percona-server-two-fixes

Created by Oleg Tsarev and last modified
Get this branch:
bzr branch lp:~tsarev/percona-server/percona-server-two-fixes
Only Oleg Tsarev can upload to this branch. If you are Oleg Tsarev please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

142. By Stewart Smith

merge 5.5.12-20.3 release tree

141. By Stewart Smith

merge 5.5.13-20.4 release branch

140. By Stewart Smith

merge FEDERATED bug fix of not clearing errors on close

139. By Stewart Smith

merge bug745241

138. By Alexey Kopytov

Merge from LP.

137. By Alexey Kopytov

Bug #745241: quering global_temporary_tables causes server crash

The problem was in an insufficient locking in
fill_global_temporary_tables(). Iterating thread's temporary_tables list
could lead to race conditions, because other server code assumes that
list to only be accessed by a single (the current) thread at any time.

Fixed by introducing a new mutex in THD protecting the temporary_tables
list and acquiring that mutex when modifying the list or in
fill_global_temporary_tables().

136. By Stewart Smith

merge fdatasync() usage for innodb log files

135. By Stewart Smith

merge bug 802829 fix

Branch metadata

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

Subscribers