1. 24 Jul, 2008 1 commit
  2. 23 Jul, 2008 4 commits
  3. 22 Jul, 2008 16 commits
  4. 21 Jul, 2008 4 commits
  5. 24 Jul, 2008 1 commit
  6. 21 Jul, 2008 3 commits
  7. 24 Jul, 2008 1 commit
  8. 21 Jul, 2008 2 commits
  9. 19 Jul, 2008 4 commits
  10. 18 Jul, 2008 4 commits
    • Andrei Elkin's avatar
      merge · ca806cfd
      Andrei Elkin authored
      ca806cfd
    • Georgi Kodinov's avatar
      merge of 38158 to 5.1-bugteam · e456e8e7
      Georgi Kodinov authored
      e456e8e7
    • Andrei Elkin's avatar
      Bug #36818 rpl_server_id1 fails expecting slave has stopped · 439aeaf0
      Andrei Elkin authored
            
      the reason for the failure is that io thread passes through a sequence of state
      changes before it eventually got stuck at the expect running state as NO.
      It's unreasonble to wait for the running status while the whole idea of the test is
      to get to the IO thread error.
      
      Fixed with changing the waiting condition.
      
      mysql-test/suite/rpl/r/rpl_server_id1.result:
        results changed
      mysql-test/suite/rpl/t/disabled.def:
        re-enabling rpl_server_id1
      mysql-test/suite/rpl/t/rpl_server_id1.test:
        deploying the exact waiting condition i.e to wait for the slave io error.
      439aeaf0
    • Georgi Kodinov's avatar
      Bug 38158: mysql client regression, can't read dump files · 218c71c8
      Georgi Kodinov authored
      - Revert the fix for bug 33812
      - fixed a win32 warning
      
      client/mysql.cc:
        revert the fix for bug 33812
      mysql-test/r/mysql.result:
        revert the fix for bug 33812
      mysql-test/t/mysql_delimiter.sql:
        revert the fix for bug 33812
      mysys/default.c:
        fixed a win32 warning
      218c71c8