1. 03 Oct, 2008 4 commits
    • Andrei Elkin's avatar
      merge with the main 5.1-bugteam · 6a57ea62
      Andrei Elkin authored
      6a57ea62
    • Davi Arnaut's avatar
      Bug#37481: status.test fails randomly · 57c85d55
      Davi Arnaut authored
      The problem was that the test was trying to obtain a lock on
      a table in one connection without ensuring that a insert which
      was executed in another connection had released the lock on the
      same table.
      
      The solution is to add a dummy select query after the insert to
      ensure that the table is unlocked and closed by the time it tries
      to lock it again. This is enough to prevent test failures described
      in the bug report. As an extra safety measure, concurrent inserts
      are disabled.
      
      Remove comments that calculated the Table_locks_immediate. This
      value is not tested anymore and it's calculation did not reflect
      the actual value.
      57c85d55
    • Davi Arnaut's avatar
      Wrap function used for debugging with the DBUG_OFF condition. · f18e4350
      Davi Arnaut authored
      Function uses a variable only available under debug mode.
      f18e4350
    • Andrei Elkin's avatar
      Bug #28786 binlog_killed.test fails: 'reset master' does not reset binlogging · 6a1cf73a
      Andrei Elkin authored
      The test failed originally -- did not reset binlogging - for the reason
      identified by bug@15580.
      However it never can be run on the embedded platfrom for yet another cause -
      the embedded can not KILL query.
            
      Comments added to the test particularly relating `reset master'
      to the mentioned bug.
      6a1cf73a
  2. 02 Oct, 2008 10 commits
  3. 01 Oct, 2008 17 commits
  4. 30 Sep, 2008 9 commits