lp:~maria-captains/maria/mysql-trunk-bugfixing-we-took-subq-bugfixes-from

Created by Sergey Petrunia and last modified
Get this branch:
bzr branch lp:~maria-captains/maria/mysql-trunk-bugfixing-we-took-subq-bugfixes-from
Members of Maria-captains can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Maria-captains
Project:
MariaDB
Status:
Development

Recent revisions

3474. By <email address hidden>

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

Merge

3472. By <email address hidden>

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

5.5-bugteam->trunk-bugfixing merge

3470. By Tor Didriksen <email address hidden>

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>

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>

Auto merge

3467. By He Zhenxing <email address hidden>

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>

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

3465. By Anitha Gopi

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

Branch metadata

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

Subscribers