An error occurred fetching the project authors.
- 22 Oct, 2009 1 commit
-
-
Alfranio Correia authored
Backporting BUG#47741 to mysql-5.1-bugteam
-
- 29 Aug, 2009 1 commit
-
-
Bjorn Munch authored
-
- 04 Nov, 2008 1 commit
-
-
Mattias Jonsson authored
The partitioning clause is only a very long single line, which is very hard to interpret for a human. This patch breaks the partitioning syntax into one line for the partitioning type, and one line per partition/subpartition.
-
- 06 Mar, 2008 1 commit
-
-
aelkin/andrei@mysql1000.(none) authored
There was a failure in that show slave status displayed a wrong message when slave stopped at processing a row event inserting to a default-less column. The problem seem to have ceased after recent fixes in rbr code. However, the test was not updated to carry testing of the case commented-out. Uncommenting and editing the test. Notice, Bug#23907 is most probably a duplicate of this one.
-
- 26 Oct, 2007 1 commit
-
-
gshchepa/uchum@gleb.loc authored
Error message numbers.
-
- 19 Oct, 2007 1 commit
-
-
mats@kindahl-laptop.dnsalias.net authored
is possible): When skipping the beginning of a transaction starting with BEGIN, the OPTION_BEGIN flag was not set correctly, which caused the slave to not recognize that it was inside a group. This patch sets the OPTION_BEGIN flag for BEGIN, COMMIT, ROLLBACK, and XID events. It also adds checks if inside a group before decreasing the slave skip counter to zero. Begin_query_log_event was not marked that it could not end a group, which is now corrected.
-
- 14 Sep, 2007 1 commit
-
-
gshchepa@devsrv-b.mysql.com authored
Merge with 5.0-opt.
-
- 16 Aug, 2007 1 commit
-
-
- 10 Aug, 2007 1 commit
-
-
cbell/Chuck@mysql_cab_desk. authored
This patch adds functionality to row-based replication to ensure the slave's column sizes are >= to that of the master. It also includes some refactoring for the code from WL#3228.
-
- 05 Aug, 2007 1 commit
-
-
gkodinov/kgeorge@magare.gmz authored
merged 5.1-main to 5.1-opt : error numbers changed. Many files: merged 5.1-main to 5.1-opt : error numbers changed rpl_extraCol_innodb.result: merged 5.1-main to 5.1-opt : error numbers changed
-
- 27 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Update mysql-test-run.pl to collect tests from several suites - Group test into suites - Add suite.opt file
-
- 26 Jun, 2007 1 commit
-
-
tsmith@maint1.mysql.com authored
Fix some error messages so that all error codes are equivalent in 5.0 and 5.1
-
- 11 Jun, 2007 1 commit
-
-
mats@kindahl-laptop.dnsalias.net authored
been reached): Post-merge patch to handle all the changes to the tree since the tree was cloned.
-
- 09 Jun, 2007 1 commit
-
-
mats@kindahl-laptop.dnsalias.net authored
Adding new fields Last_{IO,SQL}_Errno and Last_{IO,SQL}_Error to output of SHOW SLAVE STATUS to hold errors from I/O and SQL thread respectively. Old fields Last_Error and Last_Errno are aliases for Last_SQL_Error and Last_SQL_Errno respectively. Fields are added last to output of SHOW SLAVE STATUS to allow old applications to use the same positional arguments into the row, while allowing new application to benefit from the added information. In addition, some new error codes are added (especially for the I/O thread) to be able to provide sensible error message.
-
- 29 Mar, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
-
- 20 Mar, 2007 1 commit
-
-
mats@romeo.(none) authored
field does not work Fix to prevent MyISAM from reading data from NULL BLOB. Fix to make record comparison independent of values of unused bits in record. Updating binlog positions in tests.
-
- 18 Dec, 2006 1 commit
-
-
patg@radha.patg.net authored
- Added more test results for hard-coded error numbers - Fix for windows
-
- 03 Nov, 2006 1 commit
-
-
Has issues with original tree, so had to pull new tree and copy test over. Running last test now and will push after
-