lp:~mysql/mysql-server/mysql-trunk-bugfixing

Created by Alik on 2009-08-26 and last modified on 2010-12-29
This branch may be out of date, because Launchpad has not been able to access it since 2011-09-10.
Get this branch:
bzr branch lp:~mysql/mysql-server/mysql-trunk-bugfixing

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Oracle/MySQL Engineering
Project:
MySQL Server
Status:
Merged
Location:
<private server>
Last mirrored:
2011-09-10
Next mirror:
Disabled

Updating branch...

Launchpad is processing new changes to this branch which will be available in a few minutes. Reload to see the changes.

Recent revisions

3474. By <email address hidden> on 2010-12-29

Bug #50914 mysqlbinlog not handling drop of current default database

mysqlbinlog only prints "use $database" statements to its output stream
when the active default database changes between events. This will cause
"No Database Selected" error when dropping and recreating that database.

To fix the problem, we clear print_event_info->db when printing an event
of CREATE/DROP/ALTER database statements, so that the Query_log_event
after such statements will be printed with the use 'db' anyway except
transaction keywords.

3473. By Kent Boortz on 2010-12-29

Merge

3472. By <email address hidden> on 2010-12-27

Bug #57918 rpl_get_master_version_and_clock times out sporadically

Post fix
Get rid of 'rpl_get_master_version_and_clock' entry from
collections/default.experimental.

3471. By Sergey Glukhov on 2010-12-24

5.5-bugteam->trunk-bugfixing merge

3470. By Tor Didriksen <email address hidden> on 2010-12-23

Change test names, and test case names, to be compliant with google recommendations.
See http://code.google.com/p/googletest/wiki/Primer#Simple_Tests
"Both names must be valid C++ identifiers, and they should not contain underscore (_)"

Switch from MySQL style do_some_test to camelcase DoSomeTest.

3469. By Alexander Nozdrin <email address hidden> on 2010-12-22

A patch for Bug#59022 (Valgrind warning in write_delayed() after InnoDB merge).

Fix memory leak introduced by WL#5092 'RBR: Options for writing
partial or full row images in RBR events'.

Free memory which is allocated for column bitmap associated with
each row to be processed by delayed insert handler thread.

3468. By He Zhenxing <email address hidden> on 2010-12-22

Auto merge

3467. By He Zhenxing <email address hidden> on 2010-12-22

BUG#59079 rpl_binlog_errors.test fails when enables binlog-checksum

The test case dependent on the size of incident event to calculate
the event offset, howerver, the size of Incident_log_event is different when binlog-checksum
is enabled, and caused the test case to fail.

Fixed the problem by use the event sequence number instead event
log file position to locate the incident event.

3466. By Alfranio Correia <email address hidden> on 2010-12-21

merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixing

3465. By Anitha Gopi on 2010-12-21

BUG #59055: Up merge revision 3225 from mysql-5.5-bugteam

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.