- 30 Mar, 2007 17 commits
-
-
mleich@four.local.lan authored
into four.local.lan:/WORK/mysql-5.1-rpl/src-rpl-ddlx
-
cbell/Chuck@mysql_cab_desk. authored
some build machines during testing.
-
cbell/Chuck@mysql_cab_desk. authored
the SELECT in the test to only the expected rows. This helps eliminate the possibility of spurious rows causing the test to fail.
-
cbell/Chuck@mysql_cab_desk. authored
into mysql_cab_desk.:C:/source/c++/mysql-5.1_WL_3629_kostja
-
cbell/Chuck@mysql_cab_desk. authored
This patch removes the SLAVESIDE_DISABLED token from the event status clause and adds the ability to mark an event as status = SLAVESIDE_DISABLED by using the syntax DISABLE ON SLAVE instead. The patch also adds tests to rpl_events to check the new syntax.
-
mleich@four.local.lan authored
into four.local.lan:/WORK/mysql-5.1-rpl/src-rpl-ddlx
-
mats@romeo.(none) authored
into romeo.(none):/home/bk/w3464-mysql-5.1-new-rpl
-
mats@romeo.(none) authored
Fixing automerge problem and updating comments referring to exec_event().
-
cbell/Chuck@mysql_cab_desk. authored
into mysql_cab_desk.:C:/source/c++/mysql-5.1-new-rpl
-
cbell/Chuck@mysql_cab_desk. authored
into mysql_cab_desk.:C:/source/c++/mysql-5.1_WL_3629_test
-
mats@romeo.(none) authored
-
mats@romeo.(none) authored
into romeo.(none):/home/bk/w3464-mysql-5.1-new-rpl
-
mats@romeo.(none) authored
- Eliminating some compiler warnings
-
bar@bar.myoffice.izhnet.ru authored
into mysql.com:/home/bar/mysql-5.1.test
-
bar@mysql.com authored
into mysql.com:/home/bar/mysql-5.0.b22638
-
mats@romeo.(none) authored
into romeo.(none):/home/bkroot/mysql-5.1-rpl
-
mats@romeo.(none) authored
-
- 29 Mar, 2007 20 commits
-
-
cbell/Chuck@mysql_cab_desk. authored
This patch adds code to the binlog calls for replication of the CREATE, DROP, and UPDATE event commands. An extra gate was added to ensure a query with length 0 is not binlogged. This corrects the problem of events_scheduling and rpl_events failing on some build machines.
-
cbell/Chuck@mysql_cab_desk. authored
into mysql_cab_desk.:C:/source/c++/mysql-5.1_WL_3629_test
-
cbell/Chuck@mysql_cab_desk. authored
This patch changes test to remove Windows-specific limitations and potential rounding errors in the calculation of a UDF. Also corrects a minor merge conflict.
-
mats@romeo.(none) authored
-
mats@romeo.(none) authored
into romeo.(none):/home/bk/w3464-mysql-5.1-new-rpl
-
mats@romeo.(none) authored
Adding an event that can be used to denote that an incident occured on the master. The event can be used to denote a gap in the replication stream, but can also be used to denote other incidents. In addition, the injector interface is extended with functions to generate an incident event. The function will also rotate the binary log after generating an incident event to get a fresh binary log.
-
cbell/Chuck@mysql_cab_desk. authored
This patch corrects an error in the header file concerning a method declaration in the header file. Compiles ok on Windows, but not on Linux.
-
cbell/Chuck@mysql_cab_desk. authored
This patch corrects errors that occurred in a local manual merge. It adds the originator column in the results of the SHOW EVENTS command for a series of tests. The only code change is to correct references to the classname in enums.
-
cbell/Chuck@mysql_cab_desk. authored
into mysql_cab_desk.:C:/source/c++/mysql-5.1-new-rpl
-
cbell/Chuck@mysql_cab_desk. authored
into mysql_cab_desk.:C:/source/c++/mysql-5.1_WL_3629
-
-
cbell/Chuck@mysql_cab_desk. authored
This patch corrects errors that occurred in a local manual merge as a result of updating the local repository and includes changes necessary to correct problems found during the recalculation of next execution of events in RBR.
-
lars/lthalmann@dl145j.mysql.com authored
into mysql.com:/nfsdisk1/lars/MERGE/mysql-5.1-merge
-
lars/lthalmann@dl145j.mysql.com authored
into mysql.com:/nfsdisk1/lars/MERGE/mysql-5.1-merge
-
into mysql.com:/nfsdisk1/lars/MERGE/mysql-5.0-merge
-
bar@bar.myoffice.izhnet.ru authored
into mysql.com:/home/bar/mysql-5.1-new-rpl
-
bar@mysql.com authored
Thanks to Gluh for suggestion.
-
bar@mysql.com authored
into mysql.com:/home/bar/mysql-5.0.b27079
-
bar@mysql.com authored
into mysql.com:/home/bar/mysql-5.1-new-rpl
-
bar@mysql.com authored
into mysql.com:/home/bar/mysql-5.0.b22378
-
- 28 Mar, 2007 3 commits
-
-
baker@bk-internal.mysql.com authored
into bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
-
bar@mysql.com authored
Problem: SOUNDEX returned an invalid string for international characters in multi-byte character sets. For example: for a Chinese/Japanese 3-byte long character _utf8 0xE99885 it took only the very first byte 0xE9, put it into the outout string and then appended with three DIGIT ZERO characters, so the result was 0xE9303030 - which is an invalide utf8 string. Fix: make SOUNDEX() multi-byte aware and - put only complete characters into result, thus return only valid strings. This patch also makes SOUNDEX() compatible with UCS2.
-
mats@romeo.(none) authored
into romeo.(none):/home/bkroot/mysql-5.1-rpl
-