1. 02 Mar, 2010 5 commits
  2. 01 Mar, 2010 24 commits
  3. 02 Mar, 2010 2 commits
  4. 01 Mar, 2010 8 commits
  5. 28 Feb, 2010 1 commit
    • Alexey Botchkov's avatar
      Bug#42465 mysqlhotcopy fails with "Table '<y>' was locked with a READ lock" error message. · a8d2da23
      Alexey Botchkov authored
          Since 5.5 FLUSH TABLES requires unlocked tables so the old LOCK TABLES/FLUSH TABLES
          model fails. Use atomic FLUSH TABLES WITH READ LOCK instead.
      
      per-file comments:
        scripts/mysqlhotcopy.sh
      Bug#42465      mysqlhotcopy fails with "Table '<y>' was locked with a READ lock" error message.
           Use FLUSH TABLES WITH READ LOCK instead of LOCK TABLES / FLUSH TABLES pair.
           Keep the old scheme for older servers.
      a8d2da23