1. 28 Jan, 2012 1 commit
    • Alexey Botchkov's avatar
      mdev57 5.5 main.file_contents fails on debian5-i386-fulltest. · de3cdcfa
      Alexey Botchkov authored
      The line in the file_contents.test removes all the '/lib' substrings from the
      path, so file cannot be found if a path contains such a substring.
      As i didn't find where it is needed, the line was just removed
      
      per-file comments:
        mysql-test/t/file_contents.test
      mdev57 5.5 main.file_contents fails on debian5-i386-fulltest.
              no '/lib' substring cutting.
      de3cdcfa
  2. 27 Jan, 2012 3 commits
    • unknown's avatar
      Fix main.openssl_1 failures for -DWITH_SSL=system build. · 9c922f48
      unknown authored
      In 5.5, ssl_do() no longer calls report_errors() in case of ssl error.
      Since report_errors() iterated over the list of errors, this means that we
      now report the first error in the list, rather than the last. Adjust the
      --replace_regex line for OpenSSL build accordingly in the test case.
      9c922f48
    • unknown's avatar
      Revert some earlier changes to my.cnf and mariadb.cnf. · 595cbf09
      unknown authored
      I want to avoid that upgrades silently change important config parameters
      that users have come to rely on. This could happen if users changed their
      my.cnf themselves, and then an upgrade introduces mariadb.cnf which silently
      overrides the settings in my.cnf. Avoid this by having mariadb.cnf mostly
      empty for now, and in the future we can add just new mariadb-specific
      options there that do not break existing installations.
      595cbf09
    • unknown's avatar
      b0a17a2f
  3. 26 Jan, 2012 8 commits
  4. 25 Jan, 2012 3 commits
  5. 24 Jan, 2012 4 commits
    • Michael Widenius's avatar
      Don't crash with: UPDATE performance_schema.setup_instruments SET ENABLED="NO"; · 59f5c05a
      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.
      59f5c05a
    • unknown's avatar
      More 5.5 .deb packaging fixes · 3b85e2b5
      unknown authored
      3b85e2b5
    • unknown's avatar
      92bd8a5c
    • unknown's avatar
  6. 23 Jan, 2012 4 commits
  7. 20 Jan, 2012 5 commits
  8. 19 Jan, 2012 4 commits
  9. 18 Jan, 2012 3 commits
  10. 17 Jan, 2012 2 commits
  11. 16 Jan, 2012 3 commits
    • Sergei Golubchik's avatar
      merge · 8b278b44
      Sergei Golubchik authored
      8b278b44
    • Sergei Golubchik's avatar
      remove unused flag · 8d13f970
      Sergei Golubchik authored
      8d13f970
    • Sergei Golubchik's avatar
      query cache sysvar fixes · 2ec0f46b
      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
      2ec0f46b