An error occurred fetching the project authors.
  1. 11 Jun, 2007 1 commit
  2. 09 Jun, 2007 1 commit
    • mats@kindahl-laptop.dnsalias.net's avatar
      BUG#24954 (Last_errno and Last_error not set after master_retry_count was reached): · 9094e97a
      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.
      9094e97a
  3. 30 May, 2007 1 commit
  4. 11 Apr, 2007 1 commit
  5. 29 Mar, 2007 2 commits
  6. 22 Mar, 2007 1 commit
  7. 12 Jun, 2006 1 commit
    • mskold@mysql.com's avatar
      sql_delete.cc: · 38a445fe
      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
      38a445fe
  8. 19 Apr, 2006 1 commit
  9. 07 Mar, 2006 1 commit
  10. 12 Jan, 2006 1 commit