1. 17 Dec, 2010 4 commits
  2. 16 Dec, 2010 1 commit
  3. 09 Dec, 2010 8 commits
  4. 03 Dec, 2010 1 commit
    • Ramil Kalimullin's avatar
      Fix for bug #58669: read_only not enforced on 5.5.x · db2f37dc
      Ramil Kalimullin authored
      Problem: "read-only" option ignored if it's enabled in
      the command line (or in the config file).
      
      Fix: sync opt_readonly (which is used for checks) with 
      read_only (global var) when all server options are handled.
      
      
      mysql-test/r/bug58669.result:
        Fix for bug #58669: read_only not enforced on 5.5.x
          - test result.
      mysql-test/t/bug58669-master.opt:
        Fix for bug #58669: read_only not enforced on 5.5.x
          - test case.
      mysql-test/t/bug58669.test:
        Fix for bug #58669: read_only not enforced on 5.5.x
          - test case.
      sql/mysqld.cc:
        Fix for bug #58669: read_only not enforced on 5.5.x
          - sync opt_readonly boolean with read_only boolean
        in the get_options().
      sql/mysqld.h:
        Fix for bug #58669: read_only not enforced on 5.5.x
          - sync opt_readonly boolean with read_only boolean
        in the get_options().
      sql/sys_vars.cc:
        Fix for bug #58669: read_only not enforced on 5.5.x
          - sync opt_readonly boolean with read_only boolean
        in the get_options().
      db2f37dc
  5. 01 Dec, 2010 1 commit
  6. 30 Nov, 2010 1 commit
    • Jon Olav Hauglid's avatar
      Bug #58414 mysql_upgrade fails on dump upgrade between 5.1.53 -> 5.5.8 · 6929cd95
      Jon Olav Hauglid authored
      The problem was that mysql_upgrade failed because DROP DATABASE
      refused to drop the 'performance_schema' database when the 
      mysql.proc table definition was made temporarily invalid
      by dump import.
      
      This patch fixes the problem by adding the error resulting
      from opening a damaged mysq.proc table (ER_CANNOT_LOAD_FROM_TABLE),
      to the list of errors DROP DATABASE will ignore when trying
      to lock stored procedures and functions before deletion.
      
      This problem was a regression introduced by the patch for
      Bug#57663.
      
      Test case added to sp-destruct.test.
      6929cd95
  7. 26 Nov, 2010 5 commits
  8. 25 Nov, 2010 7 commits
  9. 24 Nov, 2010 12 commits