lp:~vlad-lesin/percona-server/5.1-bug1049871-injections-gca
- Get this branch:
- bzr branch lp:~vlad-lesin/percona-server/5.1-bug1049871-injections-gca
Branch merges
- Stewart Smith (community): Approve on 2013-01-03
- Laurynas Biveinis (community): Approve on 2012-10-12
-
Diff: 3096 lines (+1134/-485)37 files modifiedPercona-Server/client/sql_string.cc (+44/-0)
Percona-Server/client/sql_string.h (+10/-0)
Percona-Server/mysql-test/r/func_compress.result (+2/-2)
Percona-Server/mysql-test/r/mysqlbinlog.result (+12/-12)
Percona-Server/mysql-test/r/mysqlbinlog2.result (+35/-35)
Percona-Server/mysql-test/r/mysqlbinlog_row.result (+1/-1)
Percona-Server/mysql-test/r/mysqlbinlog_row_innodb.result (+4/-4)
Percona-Server/mysql-test/r/mysqlbinlog_row_myisam.result (+4/-4)
Percona-Server/mysql-test/r/mysqlbinlog_row_trans.result (+1/-1)
Percona-Server/mysql-test/r/user_var-binlog.result (+1/-1)
Percona-Server/mysql-test/r/variables.result (+1/-1)
Percona-Server/mysql-test/suite/binlog/r/binlog_base64_flag.result (+1/-1)
Percona-Server/mysql-test/suite/binlog/r/binlog_stm_ctype_ucs.result (+1/-1)
Percona-Server/mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result (+2/-2)
Percona-Server/mysql-test/suite/rpl/r/rpl_mdev382.result (+275/-0)
Percona-Server/mysql-test/suite/rpl/r/rpl_row_mysqlbinlog.result (+4/-4)
Percona-Server/mysql-test/suite/rpl/r/rpl_sp.result (+6/-6)
Percona-Server/mysql-test/suite/rpl/t/rpl_mdev382.test (+249/-0)
Percona-Server/sql/ha_ndbcluster_binlog.cc (+17/-8)
Percona-Server/sql/item.cc (+2/-1)
Percona-Server/sql/item_func.cc (+3/-3)
Percona-Server/sql/item_func.h (+1/-1)
Percona-Server/sql/log.cc (+5/-6)
Percona-Server/sql/log_event.cc (+251/-203)
Percona-Server/sql/log_event.h (+25/-22)
Percona-Server/sql/log_event_old.cc (+1/-1)
Percona-Server/sql/log_event_old.h (+1/-1)
Percona-Server/sql/mysql_priv.h (+1/-1)
Percona-Server/sql/sql_base.cc (+23/-12)
Percona-Server/sql/sql_db.cc (+19/-30)
Percona-Server/sql/sql_insert.cc (+7/-7)
Percona-Server/sql/sql_load.cc (+35/-56)
Percona-Server/sql/sql_repl.cc (+1/-1)
Percona-Server/sql/sql_show.cc (+6/-37)
Percona-Server/sql/sql_string.cc (+61/-10)
Percona-Server/sql/sql_string.h (+11/-0)
Percona-Server/sql/sql_table.cc (+11/-10)
Branch information
- Owner:
- Vlad Lesin
- Status:
- Merged
Recent revisions
- 484. By Vlad Lesin on 2012-12-30
-
Output REAL numbers in right format
(see https://code.launchpad .net/~vlad- lesin/percona- server/ 5.1-bug1049871- injections- gca/+merge/ 126236/ comments/ 305498 note). - 483. By Vlad Lesin on 2012-10-05
-
merge -r482..483 lp:percona-server/5.1
merge fix for: Bug #1046389: UNIV_DEBUG build broken
- 482. By Vlad Lesin on 2012-10-05
-
Fix for bug #1049871.
The original patch can be found here:
http://bazaar. launchpad. net/~maria- captains/ maria/5. 1/revision/ 3151.1. 1 . The difference between original patch and this one is this patch doesn't
use custom %`s "printf" specifier for identifiers quoting. Using that specifier
leads to compiller warnings/errors. That warnings/errors could be suppressed
with certain compiler options but such approach can lead to runtime errors
in the code that is not checked on valid printf specifiers. Besides that
the original patch contains two quoting functions (one for mysqlsql string
class and one for mysql prinf functions) which leads to necessity to edit
two places if something should be changed in quoting function. - 480. By Stewart Smith on 2012-09-05
-
merge Bug #747032: Flashcache throws an error on startup when flashcache is not used
- 479. By Stewart Smith on 2012-09-05
-
merge fix for Bug #902471: Lots of ssl tests failures on oneiric hosts
- 478. By Stewart Smith on 2012-09-05
-
merge fix for Bug #1039931: 64-bit atomic operation Autoconf tests duplicated in regular atomic operation tests
- 476. By Stewart Smith on 2012-08-27
-
merge fix for Bug #902472: main.subselect_
notembedded fails on Ubuntu Oneiric in Jenkins - 475. By Stewart Smith on 2012-08-27
-
merge fix for Bug #1023883: libmysqlclient1
6-dev 'Replaces' libmysqlclient1 6-dev but doesn't 'Provides' it
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