1. 26 Apr, 2003 1 commit
  2. 22 Apr, 2003 1 commit
    • unknown's avatar
      Fixed problem with timestamps in binary log on 64 bit machines · 963d57a3
      unknown authored
      Backported fix from 4.1 for bug 212: SELECT query containing a NATURAL JOIN and parentheses in the WHERE clause
      
      
      mysql-test/r/join.result:
        New test results
      mysql-test/t/join.test:
        Test for bug 212
      sql/log_event.cc:
        Removed wrong cast
      sql/log_event.h:
        Fixed problem with timestamps in binary log on 64 bit machines
      sql/sql_list.h:
        Fix for bug 212 (back ported from 4.1)
      963d57a3
  3. 07 Apr, 2003 2 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-3.23 · a312e137
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-3.23
      
      
      sql/slave.cc:
        Auto merged
      a312e137
    • unknown's avatar
      Changed innobase_flush_log_at_trx_commit to be 1 as default · da68e3d6
      unknown authored
      Fixed problem with not freed thr_alarm() on slave connect
      
      
      mysql-test/t/rpl_alter.test:
        Changed name of created test database
      sql/ha_innobase.cc:
        Changed innobase_flush_log_at_trx_commit to be 1 as default
      sql/mini_client.cc:
        Fixed problem with not freed thr_alarm()
      sql/mysqld.cc:
        Allocate some extra thr_alarm slots just to be safe
      sql/slave.cc:
        Simple code cleanup
      da68e3d6
  4. 04 Apr, 2003 1 commit
    • unknown's avatar
      fux bug #183 · 654d1026
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      654d1026
  5. 03 Apr, 2003 2 commits
  6. 01 Apr, 2003 1 commit
    • unknown's avatar
      Small-and-safe fix for bug #218: "LOAD DATA INFILE IGNORE is well · 241b6c05
      unknown authored
      logged, but read as LOAD DATA INFILE REPLACE"
      This was just bad && instead of &, but nasty consequences.
      This should be merged to 4.0 BUT it will not be automatic (some code
      has moved from log_event.h to log_event.cc, and log_event.cc has changed);
      please Merging Man, do 'bk grep REPLACE_FLAG' in 4.0/sql
      to find all the new places.
      
      
      sql/log_event.cc:
        & instead of && when testing flags
      sql/slave.cc:
        & instead of && when testing flags
      241b6c05
  7. 25 Mar, 2003 1 commit
  8. 24 Mar, 2003 2 commits
  9. 19 Mar, 2003 2 commits
  10. 18 Mar, 2003 1 commit
  11. 16 Mar, 2003 2 commits
  12. 15 Mar, 2003 2 commits
    • unknown's avatar
      row0sel.c: · 3ad8b4c1
      unknown authored
        Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal
      
      
      innobase/row/row0sel.c:
        Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal
      3ad8b4c1
    • unknown's avatar
      - tagged ChangeSet 1.1358 as mysql-3.23.56 · d8ea9fc9
      unknown authored
       - bumped up version number to 3.23.57 in configure.in
      
      
      d8ea9fc9
  13. 14 Mar, 2003 3 commits
  14. 13 Mar, 2003 4 commits
    • unknown's avatar
      ha_innobase.cc: · 11881c42
      unknown authored
        Fix bug: MySQL could erroneously return Empty set if InnoDB estimated index range size to 0 records though the range was not empty; MySQL also failed to do the next-key locking in the case of an empty index range
      
      
      sql/ha_innobase.cc:
        Fix bug: MySQL could erroneously return Empty set if InnoDB estimated index range size to 0 records though the range was not empty; MySQL also failed to do the next-key locking in the case of an empty index range
      11881c42
    • unknown's avatar
      fix for crash with small sort_buffer · ae01a353
      unknown authored
      ae01a353
    • unknown's avatar
      Better fix for GRANT bug · f3eb7fe0
      unknown authored
      
      tests/grant.pl:
        More options for test
      tests/grant.res:
        new test results
      f3eb7fe0
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-3.23/ · c7551b88
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql
      
      
      c7551b88
  15. 12 Mar, 2003 6 commits
  16. 11 Mar, 2003 9 commits