- 10 Jul, 2006 4 commits
-
-
aelkin/elkin@andrepl.(none) authored
into andrepl.(none):/home/elkin/MySQL/TEAM/FIXES/5.1/20919_temp_nlog
-
mats@romeo.(none) authored
into romeo.(none):/home/bk/b20821-mysql-5.1-new-rpl
-
into dsl-hkigw8-feb1fb00-100.dhcp.inet.fi:/usr_rh9/home/elkin.rh9/MySQL/TEAM/FIXES/5.0/20919_temp_nlog
-
mats@romeo.(none) authored
set properly.
-
- 09 Jul, 2006 1 commit
-
-
closing temp tables through end_thread had a flaw in binlog-off branch of close_temporary_tables where next table to close was reset via table->next for (table= thd->temporary_tables; table; table= table->next) which was wrong since the current table instance got destoyed at close_temporary(table, 1); The fix adapts binlog-on branch method to engage the loop's internal 'next' variable which holds table->next prior table's destoying.
-
- 08 Jul, 2006 3 commits
-
-
manual merge of 5.0 patch and fixing an issue with closing temp tables when no binlog or RBR. Note, that despite temporary_tables is indeed double-linked list in 5.1 (patch for bug #19881) it is still enough to use only 'next' reference, as it was done for 5.0, when the list is sorted and destoyed after.
-
into dsl-hkigw8-feb1fb00-100.dhcp.inet.fi:/usr_rh9/home/elkin.rh9/MySQL/TEAM/FIXES/5.1/bug19188_graved_temp
-
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 11 commits
-
-
mats@romeo.(none) authored
-
into dsl-hkigw8-feb1fb00-100.dhcp.inet.fi:/usr_rh9/home/elkin.rh9/MySQL/TEAM/FIXES/5.1/bug19188_graved_temp
-
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
-
- 05 Jul, 2006 3 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.
-
- 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 7 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.
-