- 06 Jul, 2006 1 commit
-
-
guilhem@gbichot3.local authored
The bug was that if the server was running in mixed binlogging mode, and an INSERT DELAYED used some needing-row-based components like UUID(), the server didn't binlog this row-based but statement-based, which thus failed to insert correct data on the slave. This changeset implements that when a delayed_insert thread is created, if the server's global binlog mode is "mixed", that thread will use row-based. This also fixes BUG#20633 "INSERT DELAYED RAND() or @user_var does not replicate statement-based": we don't fix it in statement-based mode (would require bookeeping of rand seeds and user variables used by each row), but at least it will now work in mixed mode (as row-based will be used). We re-enable rpl_switch_stm_row_mixed.test (so BUG#18590 which was about re-enabling this test, will be closed) to test the fixes. Between when it was disabled and now, some good changes to row-based binlogging (no generation of table map events for non-changed tables) induce changes in the test's result file.
-
- 01 Jul, 2006 6 commits
-
-
mikael@dator5.(none) authored
into dator5.(none):/home/pappa/bug17138
-
mikael@dator5.(none) authored
into dator5.(none):/home/pappa/bug17138
-
mikael@dator5.(none) authored
into dator5.(none):/home/pappa/bug20583
-
mikael@dator5.(none) authored
into dator5.(none):/home/pappa/bug17138
-
mikael@dator5.(none) authored
Last round of review fixes
-
evgen@moonbone.local authored
into moonbone.local:/work/merge-5.1
-
- 30 Jun, 2006 8 commits
-
-
evgen@moonbone.local authored
-
knielsen@devsrv-b.mysql.com authored
into mysql.com:/data0/knielsen/tmp-5.1
-
knielsen@rt.int.sifira.dk authored
into mysql.com:/usr/local/mysql/tmp-5.1
-
knielsen@mysql.com authored
binary disctribution for Falcon.
-
evgen@moonbone.local authored
into moonbone.local:/work/merge-5.1
-
evgen@moonbone.local authored
-
petr@owlet. authored
into mysql.com:/home/cps/mysql/trees/5.1-team
-
petr@mysql.com authored
-
- 29 Jun, 2006 20 commits
-
-
petr@mysql.com authored
-
monty@hasky.mysql.fi authored
into mysql.com:/home/my/mysql-5.1
-
monty@mysql.com authored
(It failed even if test was marked as skipped)
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
tomas@poseidon.ndb.mysql.com authored
-
petr@owlet. authored
into mysql.com:/home/cps/mysql/trees/5.1-team
-
petr@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
stewart@willster.(none) authored
into mysql.com:/home/stewart/Documents/MySQL/5.1/ndb
-
lars@dl145k.mysql.com authored
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
tomas@poseidon.ndb.mysql.com authored
+ adopted signal to be as close as possible to 5.1...
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
gkodinov@mysql.com authored
into mysql.com:/home/kgeorge/mysql/5.0/warnings
-
gkodinov@mysql.com authored
into mysql.com:/home/kgeorge/mysql/4.1/warnings
-
monty@mysql.com authored
Mark events_stress.test as 'big' as it's very slow on some machines
-
- 28 Jun, 2006 5 commits
-
-
monty@narttu.mysql.fi authored
into mysql.com:/home/my/mysql-5.1
-
evgen@moonbone.local authored
into moonbone.local:/home/evgen/mysql-5.1-new
-
monty@narttu.mysql.fi authored
into mysql.com:/home/my/mysql-5.1
-
acurtis@ltamd64.xiphis.org authored
into xiphis.org:/home/antony/work2/p4-bug12096.3-merge
-
evgen@moonbone.local authored
-