1. 18 Oct, 2006 5 commits
  2. 17 Oct, 2006 8 commits
  3. 15 Oct, 2006 1 commit
    • unknown's avatar
      Cleanup mtr_timer · b8177c3e
      unknown authored
      Add verbose printouts making it possible to see what happens.
      Make it an error if trying to stop a non existing timer
      Print warning if fork fails.
      
      
      b8177c3e
  4. 14 Oct, 2006 8 commits
  5. 13 Oct, 2006 15 commits
  6. 12 Oct, 2006 3 commits
    • unknown's avatar
      Bug #19764: SHOW commands end up in the slow log as table scans · 99d42667
      unknown authored
      Do not consider SHOW commands slow queries, just because they don't use proper indexes.
      
      This bug fix is not needed in 5.1, and the code changes will be null merged.  However, the test cases will be propogated up to 5.1.
      
      
      mysql-test/t/show_check-master.opt:
        Rename: BitKeeper/deleted/.del-show_check-master.opt -> mysql-test/t/show_check-master.opt
      mysql-test/r/ps.result:
        Add test case for bug 19764
      mysql-test/r/show_check.result:
        Add test case for bug 19764
      mysql-test/r/union.result:
        Adjust test case results based on bug #19764 changes
      mysql-test/t/ps.test:
        Add test case for bug 19764
      mysql-test/t/show_check.test:
        Add test case for bug 19764
      sql/sql_parse.cc:
        Do not log SHOW commands as slow queries just because they don't use indexes.
      sql/sql_prepare.cc:
        Save stmt_backup.lex->orig_sql_command for use in log_slow_statement()
      mysql-test/t/ps-master.opt:
        Add log-slow-queries and --log-queries-not-using indexes, to test bug #19764
      99d42667
    • unknown's avatar
      7a9085c6
    • unknown's avatar
      Add ATTRIBUTE_FORMAT specifier to _db_doprnt, which is used by DBUG_PRINT · 23e94150
      unknown authored
      This will hopefully avoiid annoying crashes when running with --debug
      Fix warnings  from the above in mysqltest.c
      
      
      client/mysqltest.c:
        Fix format specifier warnings in mysqltest.c
      include/my_dbug.h:
        Add ATTRIBUTE_FORMAT specifier to _db_doprnt, which is used by DBUG_PRINT
        This will hopefully avoiid annoying crashes when running with --debug
      23e94150