1. 27 Jan, 2012 1 commit
  2. 26 Jan, 2012 8 commits
  3. 25 Jan, 2012 3 commits
  4. 24 Jan, 2012 4 commits
    • Michael Widenius's avatar
      Don't crash with: UPDATE performance_schema.setup_instruments SET ENABLED="NO"; · adf9dadf
      Michael Widenius authored
      Don't log updates to performance schema in replication log.
      Ensure that we don't call ha_update after ha_index_or_rnd_end() is called on slave.
      
      
      .bzrignore:
        Ignore some generated files
      mysql-test/include/show_slave_status.inc:
        Ensure that ./ is removed from file names
      mysql-test/suite/perfschema/r/binlog_mix.result:
        Updated results
      mysql-test/suite/perfschema/r/binlog_row.result:
        Updated results
      mysql-test/suite/perfschema/r/binlog_stmt.result:
        Updated results
      mysql-test/suite/rpl/r/rpl_cant_read_event_incident.result:
        Updated results
      mysql-test/suite/rpl/r/rpl_performance_schema.result:
        Ensure that we don't crash slave when we update performance schema
      mysql-test/suite/rpl/t/rpl_performance_schema.test:
        Ensure that we don't crash slave when we update performance schema
      sql/log_event.cc:
        Ensure that we don't call ha_update after ha_index_or_rnd_end() is called.
        Remove old code that is not needed anymore (like restarting read loop over all rows if no matcing row is found)
        Simplify code
      sql/log_event_old.cc:
        Ensure that we don't call ha_update after ha_index_or_rnd_end() is called.
      storage/myisam/ha_myisam.cc:
        More DBUG_PRINT
      storage/perfschema/ha_perfschema.h:
        Don't log updates to performance schema in replication log.
      adf9dadf
    • unknown's avatar
      More 5.5 .deb packaging fixes · 34655221
      unknown authored
      34655221
    • unknown's avatar
      a2a6880c
    • unknown's avatar
  5. 23 Jan, 2012 4 commits
  6. 20 Jan, 2012 5 commits
  7. 19 Jan, 2012 4 commits
  8. 18 Jan, 2012 3 commits
  9. 17 Jan, 2012 2 commits
  10. 16 Jan, 2012 6 commits
    • Sergei Golubchik's avatar
      merge · 91303ace
      Sergei Golubchik authored
      91303ace
    • Sergei Golubchik's avatar
      remove unused flag · c218b0b9
      Sergei Golubchik authored
      c218b0b9
    • Sergei Golubchik's avatar
      query cache sysvar fixes · d95b83b0
      Sergei Golubchik authored
      sql/share/errmsg-utf8.txt:
        correct the error message, as query_cache_type variable is not read-ony anymore
      sql/sql_cache.cc:
        the caller should verify that query cache resize
        is possible, before trying it
      sql/sys_vars.cc:
        * test if qc resize is possible in the sysvar on_check() funntion,
          not in the on_update() function.
        * use the error message that better describes the problem
      d95b83b0
    • Sergei Golubchik's avatar
      enable test cases for bugs fixed in xtradb. · f51da272
      Sergei Golubchik authored
      disable test cases for bugs not fixed in xtradb.
      
      mysql-test/suite/innodb/t/innodb-lock.test:
        instead of disabling the test in disabled.def
        (hoping that somebody someday will enable it),
        skip it only for xtradb (not for innodb), and
        only for the current xtradb version. the test
        will enable itself automatically on the next
        xtradb merge
      mysql-test/suite/innodb/t/innodb_cmp_drop_table.test:
        instead of disabling the test in disabled.def
        (hoping that somebody someday will enable it),
        skip it only for xtradb (not for innodb), and
        only for the current xtradb version. the test
        will enable itself automatically on the next
        xtradb merge
      mysql-test/suite/innodb/t/innodb_corrupt_bit.test:
        fix the error number
      storage/innobase/handler/ha_innodb.cc:
        fix the error number
      storage/xtradb/handler/ha_innodb.cc:
        fix the error number
      f51da272
    • Sergei Golubchik's avatar
      minor mtr fix · 7aa55124
      Sergei Golubchik authored
      mysql-test/mysql-test-run.pl:
        strace-client does not take an argument
      7aa55124
    • Sergei Golubchik's avatar
      mysql-5.5 merge · b6c72e72
      Sergei Golubchik authored
      b6c72e72