1. 26 Sep, 2006 1 commit
  2. 25 Sep, 2006 1 commit
    • msvensson@neptunus.(none)'s avatar
      Bug #22379 im_daemon_life_cycle.test fails on merge of 5.1 -> 5.1-engines · d2ebe6be
      msvensson@neptunus.(none) authored
      Remove race situations that occur when removing pidfiles. Primarily each process should remove its own
      pidfile, secondly it should be removed by the process that created it and _only_ if it's
      certain the process is dead. Third, mysql-test-run.pl will remove the pidfile when process has been killed.
      - Set state of an instance to STARTING _before_ calling instance->start()
      - Check that pidfile of instance has been created before changing STARTING => STARTED
      - Only remove the pidfile if IM kills an instance with SIGKILL, otherwise the instance will remove it itself
      d2ebe6be
  3. 11 Sep, 2006 1 commit
  4. 08 Sep, 2006 4 commits
  5. 07 Sep, 2006 5 commits
  6. 06 Sep, 2006 4 commits
  7. 05 Sep, 2006 2 commits
    • guilhem@gbichot3.local's avatar
      Fix for BUG#11151 "LOAD DATA INFILE commits transaction in 5.0". · e4d3595b
      guilhem@gbichot3.local authored
      In 5.0 we made LOAD DATA INFILE autocommit in all engines, while
      only NDB wanted that. Users and trainers complained that it affected
      InnoDB and was a change compared to 4.1 where only NDB autocommitted.
      To revert to the behaviour of 4.1, we move the autocommit logic out of mysql_load() into
      ha_ndbcluster::external_lock().
      The result is that LOAD DATA INFILE commits all uncommitted changes
      of NDB if this is an NDB table, its own changes if this is an NDB
      table, but does not affect other engines.
      Note: even though there is no "commit the full transaction at end"
      anymore, LOAD DATA INFILE stays disabled in routines (re-entrency
      problems per a comment of Pem).
      Note: ha_ndbcluster::has_transactions() does not give reliable results
      because it says "yes" even if transactions are disabled in this engine...
      e4d3595b
    • anozdrin/alik@alik.'s avatar
      Merge alik.:/mnt/raid/alik/MySQL/devel/5.0-tree · 6b6ba582
      anozdrin/alik@alik. authored
      into  alik.:/mnt/raid/alik/MySQL/devel/5.0-rt
      6b6ba582
  8. 04 Sep, 2006 11 commits
  9. 03 Sep, 2006 1 commit
  10. 02 Sep, 2006 5 commits
  11. 01 Sep, 2006 5 commits