An error occurred fetching the project authors.
- 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.
-
- 30 May, 2007 1 commit
-
-
- 11 Apr, 2007 1 commit
-
-
jonas@perch.ndb.mysql.com authored
testcase
-
- 29 Mar, 2007 2 commits
-
-
msvensson@pilot.blaudden authored
-
tomas@whalegate.ndb.mysql.com authored
- quick workaround, better patch is needed later - test case
-
- 22 Mar, 2007 1 commit
-
-
mats@romeo.(none) authored
Post-merge fixes.
-
- 12 Jun, 2006 1 commit
-
-
mskold@mysql.com authored
Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: locked lock_OPEN mutex to support TRUNCATE with re-create and cluster binlog Many files: Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: adaption to MySQ Cluster replication ndb_lock.result, ha_ndbcluster.cc: Fix for Bug #18184 SELECT ... FOR UPDATE does not work..: Adaption to 5.1 code NdbDictionaryImpl.hpp: Fix of bad merge
-
- 19 Apr, 2006 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
- return correct object status from ndb dictionary - check for validity of index retrieved from index, and retry if invalid
-
- 07 Mar, 2006 1 commit
-
-
mats@mysql.com authored
Transaction aborted on slave should be retries. The OPTION_BEGIN bit was cleared prematurely. Removed dependence of code on value of OPTION_BEGIN bit when executing retries.
-
- 12 Jan, 2006 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-