lp:~mysql/mysql-server/mysql-next-mr-bugfixing
- Get this branch:
- bzr branch lp:~mysql/mysql-server/mysql-next-mr-bugfixing
Branch merges
Branch information
- Location:
- <private server>
- Last mirrored:
- 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
- 3382. By Alexander Nozdrin <email address hidden>
-
Fix rpl_conditional
_comments. test. It causes rpl_events to fail first time. - 3379. By Ramil Kalimullin <email address hidden>
-
Manual-merge from mysql-trunk-
bugfixing. Note: mysql-test/
include/ subquery. inc has been modified.
As we have some disabled (skipped) tests which include it,
their results must be adjusted when the tests are enabled.
E.g. subquery_all, subquery_nomat_nosj, subquery_none_jcl6. - 3378. By Magne Mahre <email address hidden>
-
Bug #53373 Comments are not properly removed from the
pre- processed query buffer. Preprocessing comments with embedded SQL, the "/*!<sql>*/"
style, failed to provide correct SQL. The preprocessed
output is used in the statement replication subsystem,
and in some cases, the SQL statement sent to the slave was
not functionally equivalent to the one executed on the
master.The C (and C++) programming language states that a
long ("/* ... */") comment in the input should be
preprocessed and replaced by a single space character
in the output. This behaviour is also adopted by this
fix. To reduce the number of affected test cases, this
space is only inserted when either the preceding or following
character is not a whitespace (i.e a whitespace duplication
removal) - 3375. By Tor Didriksen <email address hidden>
-
Bug #55790 Read_Master_Log_Pos is wrong after Slave_IO_Error= ER_NET_
PACKET_ TOO_LARGE
Post fix: LOAD_FILE silently fails when running in parallel because of is_secure_file_path( )
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)