1. 11 Mar, 2009 2 commits
    • Leonard Zhou's avatar
      Merge · 77ffa795
      Leonard Zhou authored
      77ffa795
    • Leonard Zhou's avatar
      BUG#39858 rpl.rpl_rotate (rpl.rpl_rotate_logs) failed on pushbuild: result mismatch · cd80cee7
      Leonard Zhou authored
      The method to purge binary log files produces different results in some platforms.
      The reason is that the purge time is calculated based on table modified time and
      that can't guarantee to purge master-bin.000002 in all platforms.(eg. windows)
      
      Use a new way that sets the time to purge binlog file 1 second after the last modified time of master-bin.000002.
      That can be sure that the file is always deleted in any platform.
      cd80cee7
  2. 10 Mar, 2009 5 commits
  3. 09 Mar, 2009 13 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