1. 12 Mar, 2009 1 commit
  2. 10 Mar, 2009 4 commits
  3. 09 Mar, 2009 15 commits
  4. 06 Mar, 2009 6 commits
    • Tatiana A. Nurnberg's avatar
      manual merge · 6d5ccfa1
      Tatiana A. Nurnberg authored
      6d5ccfa1
    • Matthias Leich's avatar
      e7004ec5
    • Kristofer Pettersson's avatar
      Manual merge · d6634f46
      Kristofer Pettersson authored
      d6634f46
    • He Zhenxing's avatar
      4cef9cc0
    • He Zhenxing's avatar
      Auto merge · c8532bc9
      He Zhenxing authored
      c8532bc9
    • He Zhenxing's avatar
      BUG#22082 Slave hangs(holds mutex) on "disk full" · e7605e33
      He Zhenxing authored
      When disk is full, server may waiting for free space while
      writing binlog, relay-log or MyISAM tables. The server will 
      continue after user have freed some space. But the error
      message printed was not quite clear about the how often the
      error message is printed, and there will be a delay before
      the server continue and user freeing space. And caused users
      thinking that the server was hanging forever.
      
      This patch fixed the problem by making the error messages
      printed more clear. The error message is split into two part,
      the first part will only be printed once, and the second part
      will be printed very 10 times.
      
      Message first part:
      Disk is full writing '<filename>' (Errcode: <errorno>). Waiting
      for someone to free space... (Expect up to 60 secs delay for 
      server to continue after freeing disk space)
      
      Message second part:
      Retry in 60 secs, Message reprinted in 600 secs
      e7605e33
  5. 05 Mar, 2009 10 commits
  6. 06 Mar, 2009 3 commits
  7. 05 Mar, 2009 1 commit