- 09 Jul, 2006 1 commit
-
-
guilhem@gbichot3.local authored
into gbichot3.local:/home/mysql_src/mysql-5.1
-
- 08 Jul, 2006 1 commit
-
-
mats@romeo.(none) authored
Fixing typo and potential memory problem. Reducing number of concurrent mysqlslap threads since tests fail in pushbuild due to too many threads.
-
- 07 Jul, 2006 10 commits
-
-
mats@romeo.(none) authored
-
mats@romeo.(none) authored
-
mats@romeo.(none) authored
Previous patch didn't work: moving variable settings inside critical region.
-
mats@romeo.(none) authored
into romeo.(none):/home/bk/b20821-mysql-5.1-new-rpl
-
mats@romeo.(none) authored
in pushbuild on Replication/Backup team tree.
-
mats@romeo.(none) authored
into romeo.(none):/home/bkroot/mysql-5.1-new-rpl
-
grog@eucla.lemis.com authored
into eucla.lemis.com:/home/MySQL/5.1-Bug-20850
-
grog@eucla.lemis.com authored
BUG#20850: Assert during slave shutdown in many rpl_* tests. This was caused by a race condition at the end of handle_slave_io which under some circumstances allowed the cleanup to proceed before the thread had completed.
-
grog@eucla.lemis.com authored
Tidy up white space.
-
mats@romeo.(none) authored
-
- 06 Jul, 2006 3 commits
-
-
guilhem@gbichot3.local authored
into gbichot3.local:/home/mysql_src/mysql-5.0
-
guilhem@gbichot3.local authored
into gbichot3.local:/home/mysql_src/mysql-5.0
-
guilhem@mysql.com authored
a too large value": the bug was that if MySQL generated a value for an auto_increment column, based on auto_increment_* variables, and this value was bigger than the column's max possible value, then that max possible value was inserted (after issuing a warning). But this didn't honour auto_increment_* variables (and so could cause conflicts in a master-master replication where one master is supposed to generated only even numbers, and the other only odd numbers), so now we "round down" this max possible value to honour auto_increment_* variables, before inserting it.
-
- 05 Jul, 2006 4 commits
-
-
mats@mysql.com authored
-
mats@romeo.(none) authored
into mysql.com:/home/bk/b20821-mysql-5.1-new-rpl
-
mats@mysql.com authored
Reverting to old behaviour of writing the query before all rows have been written.
-
guilhem@mysql.com authored
auto_increment breaks binlog": if slave's table had a higher auto_increment counter than master's (even though all rows of the two tables were identical), then in some cases, REPLACE and INSERT ON DUPLICATE KEY UPDATE failed to replicate statement-based (it inserted different values on slave from on master). write_record() contained a "thd->next_insert_id=0" to force an adjustment of thd->next_insert_id after the update or replacement. But it is this assigment introduced indeterminism of the statement on the slave, thus the bug. For ON DUPLICATE, we replace that assignment by a call to handler::adjust_next_insert_id_after_explicit_value() which is deterministic (does not depend on slave table's autoinc counter). For REPLACE, this assignment can simply be removed (as REPLACE can't insert a number larger than thd->next_insert_id). We also move a too early restore_auto_increment() down to when we really know that we can restore the value.
-
- 03 Jul, 2006 5 commits
-
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bkroot/mysql-5.0-rpl
-
aivanov@mysql.com authored
Disabling 'rpl_openssl'.
-
aivanov@mysql.com authored
Enabling rpl_openssl.test for Windows to check that currently it still hangs (because I can't reproduce this on my machine).
-
lars@dl145j.mysql.com authored
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
-
- 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 9 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
-
lars@mysql.com authored
go from 623 seconds to 11 seconds on AMD64. This is because we have no native atomic implementation on AMD64, so the rwlock-based implementation is used, which is a bit slow. It will be probably be optimized for AMD64 quite soon, but for now this test case will do fewer iterations.
-
petr@owlet. authored
into mysql.com:/home/cps/mysql/trees/5.1-team
-
petr@mysql.com authored
-
- 29 Jun, 2006 1 commit
-
-
petr@mysql.com authored
-