- 14 Aug, 2007 1 commit
-
-
mskold/marty@mysql.com/linux.site authored
bug#30337 DELETE ... WHERE PK IN (..) and AFTER DELETE trigger crashes API node: Regenerated result
-
- 13 Aug, 2007 3 commits
-
-
mskold/marty@linux.site authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
mskold/marty@mysql.com/linux.site authored
-
mskold/marty@mysql.com/linux.site authored
bug#30337 DELETE ... WHERE PK IN (..) and AFTER DELETE trigger crashes API node: Disable multi_read_range if there are after delete/update triggers
-
- 07 Aug, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Drop the newly created user user1@localhost - Cleanup testcase
-
- 29 Jul, 2007 1 commit
-
-
cbell/Chuck@mysql_cab_desk. authored
This patch corrects a incorrect type conversion during encoding and decoding the length for VARCHAR fields.
-
- 28 Jul, 2007 3 commits
-
-
cbell/Chuck@mysql_cab_desk. authored
This patch changes the code to comply with different word order on Solaris
-
cbell/Chuck@mysql_cab_desk. authored
Patch for PB testing errors.
-
cbell/Chuck@mysql_cab_desk. authored
Patch corrects minor test anomolies and build warnings.
-
- 27 Jul, 2007 9 commits
-
-
cbell/Chuck@mysql_cab_desk. authored
Minor change to fix compile problems on 64-bit.
-
cbell/Chuck@mysql_cab_desk. authored
into mysql_cab_desk.:C:/source/c++/mysql-5.1-new-ndb-push
-
cbell/Chuck@mysql_cab_desk. authored
into mysql_cab_desk.:C:/source/c++/mysql-5.1_WL_3915_ndb
-
cbell/Chuck@mysql_cab_desk. authored
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. To solve that issue this WL adopts results of WL#3228 which introduces an addon to table_map event that carries the necessary part of information about sizes of data of columns. mysql-test/extra/rpl_tests/rpl_extraMaster_Col.test@stripped, 2007-07-26 21:31:54-04:00, cbell@mysql_cab_desk. +393 -0 WL#3915 master's cols > slave basic tests checking altering and skipping extra fields by slave. The fields can be of any possible types.
-
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.
-
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.
-
stewart@willster.(none) authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/ndb-merge
-
stewart@willster.(none) authored
-
stewart@willster.(none) authored
-
- 26 Jul, 2007 3 commits
-
-
stewart@willster.(none) authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/ndb-merge
-
stewart@flamingspork.com[stewart] authored
If ::exteral_lock hadn't been called, we'd have no NDB object, so need to check/get one here. It looks like sql_show.cc is the only place that does this.... or at least the other places will be well hidden. Index: ndb-work/sql/ha_ndbcluster.cc ===================================================================
-
stewart@flamingspork.com[stewart] authored
Reduce case and formalise into something we should be able to use in mysql-test-run. Index: ndb-work/mysql-test/t/ndb_bug26793.test ===================================================================
-
- 25 Jul, 2007 2 commits
-
-
tomas@whalegate.ndb.mysql.com authored
- let the receiving injector thread decide what to do
-
tomas@whalegate.ndb.mysql.com authored
-
- 13 Jul, 2007 6 commits
-
-
tomas@whalegate.ndb.mysql.com authored
-
tomas@whalegate.ndb.mysql.com authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
tomas@whalegate.ndb.mysql.com authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
tomas@whalegate.ndb.mysql.com authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
-
tomas@whalegate.ndb.mysql.com authored
-
tomas@whalegate.ndb.mysql.com authored
-
- 11 Jul, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
-
- 09 Jul, 2007 2 commits
-
-
tomas@whalegate.ndb.mysql.com authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
tomas@whalegate.ndb.mysql.com authored
- correct result files
-
- 06 Jul, 2007 2 commits
-
-
tomas@whalegate.ndb.mysql.com authored
- make sure error gets propagated to thd->net by calling print_error - also print the full error message
-
-
- 04 Jul, 2007 6 commits
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
-
jonas@perch.ndb.mysql.com authored
dont assert if 2 LCP's are being run during a node recovery
-
tomas@whalegate.ndb.mysql.com authored
-