1. 10 Jun, 2002 1 commit
    • unknown's avatar
      Fixed bug in SQL_CALC_FOUND_ROWS + LIMIT · 45e0cd61
      unknown authored
      
      Docs/manual.texi:
        Changelog
      mysql-test/r/select_found.result:
        Test of FOUND_ROWS() bug fix
      mysql-test/t/select_found.test:
        Test of FOUND_ROWS() bug fix
      45e0cd61
  2. 09 Jun, 2002 7 commits
  3. 08 Jun, 2002 5 commits
    • unknown's avatar
      Merge abelkin@work.mysql.com:/home/bk/mysql-4.0 · a47f9028
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
      
      
      a47f9028
    • unknown's avatar
      removed unneeded table name pointer · 6a2eec80
      unknown authored
      transaction-live memory cleanup moved to ha_commit/ha_rollback
      fixed query cache validator to work correctly on systems that allocate unaligned dat
      
      
      sql/handler.cc:
        transaction-live memory cleanup moved to ha_commit/ha_rollback
      sql/sql_cache.cc:
        removed unneeded table name pointer
        fixed debug enter message
        fixed query cache validator to work correctly on systems that allocate unaligned data
      sql/sql_class.cc:
        removed unneeded table name pointer
      sql/sql_parse.cc:
        transaction-live memory cleanup moved to ha_commit/ha_rollback
      sql/table.h:
        removed unneeded table name pointer
      6a2eec80
    • unknown's avatar
    • unknown's avatar
      Added a lot of DBUG_xxx statements to be able to find replication bug. · 770aa9f2
      unknown authored
      Fixed critical bug on 64 bit systems.
      Cleanups
      
      
      BUILD/compile-solaris-sparc-purify:
        Added --debug option.
      sql/log_event.cc:
        Added DBUG_xxx statements.
        Cleanup
      sql/opt_range.h:
        Dummy fix to remove warnings in purify
      sql/repl_failsafe.cc:
        Cleanup
      sql/slave.cc:
        Added DBUG statements to be able to find bugs.
        Optimized code.
        Fixed critical bug on 64 bit systems.
      sql/sql_repl.cc:
        Added DBUG_xx statements.
      770aa9f2
    • unknown's avatar
      A bug fix and test case for a bug that appears in quereis where there · ec09d2e5
      unknown authored
      is a GROUP BY a column that is not NOT NULL and ORDER BY is done by
      another column.
      
      Even better fix would be to make a separate function for this.
      
      
      ec09d2e5
  4. 07 Jun, 2002 2 commits
  5. 06 Jun, 2002 5 commits
  6. 05 Jun, 2002 5 commits
    • unknown's avatar
      Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0 · fe5504fd
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      fe5504fd
    • unknown's avatar
      Merge hundin.mysql.fi:/my/mysql-3.23 · 62aa4e9f
      unknown authored
      into hundin.mysql.fi:/my/bk/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      62aa4e9f
    • unknown's avatar
      changelog · ab32dcd3
      unknown authored
      ab32dcd3
    • unknown's avatar
      removed init_count from IO_CACHE. · 03728196
      unknown authored
      Added missing mutex_unlock to slave replication code.
      
      
      include/my_sys.h:
        removed init_count from IO_CACHE.
        General cleanup.
      innobase/srv/srv0srv.c:
        Initailize slots to avoid purify warnings.
        Removed some compiler warnings.
      mysql-test/mysql-test-run.sh:
        Automatic start of slave under gdb
      mysys/mf_iocache.c:
        removed init_count
      sql/field.cc:
        Cleanup
      sql/log.cc:
        Cleanup
        added open_count variable.
      sql/log_event.cc:
        cleanup
        use is_prefix instead of memcmp()
      sql/repl_failsafe.cc:
        cleanup
      sql/slave.cc:
        cleanup
        use MYSQL_LOG->open_count instead of IO_CACHE->init_count
        Added missing mutex_unlock()
      sql/slave.h:
        cleanup
      sql/sql_class.h:
        cleanup
        Added open_count to MYSQL_LOGL
      sql/sql_parse.cc:
        removed compiler warning
      sql/sql_repl.cc:
        added DBUG_xxx
      sql/unireg.h:
        Added BIN_LOG_HEADER_SIZE
      03728196
    • unknown's avatar
      Fixed mysql_info() result when using INSERT DELAYED · 47c4352b
      unknown authored
      
      Docs/manual.texi:
        changelog
      47c4352b
  7. 04 Jun, 2002 5 commits
  8. 03 Jun, 2002 10 commits