An error occurred fetching the project authors.
- 23 Aug, 2007 1 commit
-
-
- 02 Aug, 2007 1 commit
-
-
cbell/Chuck@mysql_cab_desk. authored
This patch corrects a problem found during testing on Solaris. The code changes how length values are retrieved on big endian machines. The patch allows the rpl_extraColmaster tests to run on these machines.
-
- 29 Jul, 2007 1 commit
-
-
cbell/Chuck@mysql_cab_desk. authored
This patch adds the ability to store extra field metadata in the table map event. This data can include pack_length() or field_lenght() for fields such as CHAR or VARCHAR enabling developers to add code that can check for compatibilty between master and slave columns. More importantly, the extra field metadata can be used to store data from the master correctly should a VARCHAR field on the master be <= 255 bytes while the same field on the slave is > 255 bytes. The patch also includes the needed changes to unpack to ensure that data which is smaller on the master can be unpacked correctly on the slave. WL#3915 : (NDB) master's cols > slave Slave starts accepting and handling rows of master's tables which have more columns. The most important part of implementation is how to caclulate the amount of bytes to skip for unknown by slave column.
-
- 26 Jul, 2007 1 commit
-
-
mats@kindahl-laptop.dnsalias.net authored
Adding code to filter out slave SQL errors since these are checked by the tests themselves.
-
- 16 Jul, 2007 1 commit
-
-
istruewing@chilla.local authored
Disabled a test that reports Slave SQL error in warnings file.
-
- 15 Jul, 2007 1 commit
-
-
istruewing@chilla.local authored
Disabled tests which break automatic merging due to non-empty warnings file.
-
- 09 Jul, 2007 1 commit
-
-
tsmith@sita.local authored
post-merge fix: re-enable rpl_udf test
-
- 04 Jul, 2007 1 commit
-
-
tsmith@maint1.mysql.com authored
Update the disabled.def files to reflect actual contents of the t/* directories. Also, move a few more tests into suite/*.
-
- 27 Jun, 2007 2 commits
-
-
msvensson@pilot.(none) authored
Move tests to their respective suite
-
msvensson@pilot.(none) authored
- Update mysql-test-run.pl to collect tests from several suites - Group test into suites - Add suite.opt file
-