1. 18 Jun, 2003 1 commit
    • unknown's avatar
      row0vers.c, row0sel.c: · fd6f519c
      unknown authored
        Backport the clust rec bug fix from 4.0
      
      
      innobase/row/row0sel.c:
        Backport the clust rec bug fix from 4.0
      innobase/row/row0vers.c:
        Backport the clust rec bug fix from 4.0
      fd6f519c
  2. 11 Jun, 2003 1 commit
    • unknown's avatar
      os0file.c: · de89a937
      unknown authored
        Prevent on Windows starting of two mysqld instances on SAME InnoDB files: that could cause severe database corruption
      
      
      innobase/os/os0file.c:
        Prevent on Windows starting of two mysqld instances on SAME InnoDB files: that could cause severe database corruption
      de89a937
  3. 08 Jun, 2003 1 commit
    • unknown's avatar
      Translation updated · aac41ae9
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      aac41ae9
  4. 07 Jun, 2003 1 commit
    • unknown's avatar
      page0page.c: · 233962b8
      unknown authored
        Fix a bug: a race condition could cause that the first B-tree page splits would get a corrupt page directory, whic often results in the assertion in page_dir_find_slot(); found with a test of 3000 startups/shutdowns; it is not clear that this would have caused any corruption which users have reported
      
      
      innobase/page/page0page.c:
        Fix a bug: a race condition could cause that the first B-tree page splits would get a corrupt page directory, whic often results in the assertion in page_dir_find_slot(); found with a test of 3000 startups/shutdowns; it is not clear that this would have caused any corruption which users have reported
      233962b8
  5. 06 Jun, 2003 2 commits
    • unknown's avatar
      In Start_log_event::print, don't print "created 1970 etc" if created == 0. · 557aae79
      unknown authored
      Otherwise, we'll get questions from users about this curious 1970.
      
      557aae79
    • unknown's avatar
      -- already approved; it would be nice if it goes into 3.23.57 -- · 92d1e362
      unknown authored
      Fix for bug 254 : the first Start_log_event after server startup will
      have created=now(), whereas the next ones (FLUSH LOGS, auto rotation)
      will have created=0. Before this, it was always now().
      This way, slaves >=4.0.14 will know when they must
      drop stale temp tables or not. The next task is now modify 4.0.14 to
      implement this.
      
      
      sql/log.cc:
        Fix for bug 254 : the first Start_log_event after server startup will
        have created=now(), whereas the next ones (FLUSH LOGS, auto rotation)
        will have created=0. Before this, it was always now().
        This way, slaves >=4.0.14 will know when they must
        drop stale temp tables or not.
      sql/log_event.h:
        An explanation.
      sql/sql_class.h:
        Prototype change (see log.cc).
      92d1e362
  6. 05 Jun, 2003 2 commits
  7. 31 May, 2003 2 commits
  8. 28 May, 2003 1 commit
    • unknown's avatar
      srv0srv.c: · d82ffec6
      unknown authored
        Prevent the InnoDB main thread from hogging CPU if a table lingers in the background drop queue (though it is essentially a bug if a table end up there at all)
      
      
      innobase/srv/srv0srv.c:
        Prevent the InnoDB main thread from hogging CPU if a table lingers in the background drop queue (though it is essentially a bug if a table end up there at all)
      d82ffec6
  9. 27 May, 2003 1 commit
  10. 26 May, 2003 6 commits
  11. 23 May, 2003 1 commit
  12. 21 May, 2003 2 commits
  13. 14 May, 2003 4 commits
  14. 07 May, 2003 2 commits
  15. 29 Apr, 2003 3 commits
  16. 28 Apr, 2003 1 commit
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-3.23/ · ae94ca33
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql
      
      
      client/mysqldump.c:
        Auto merged
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      ae94ca33
  17. 26 Apr, 2003 1 commit
  18. 23 Apr, 2003 1 commit
  19. 22 Apr, 2003 1 commit
    • unknown's avatar
      Fixed problem with timestamps in binary log on 64 bit machines · 158c0520
      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)
      158c0520
  20. 14 Apr, 2003 1 commit
  21. 07 Apr, 2003 2 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-3.23 · e54bad2a
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-3.23
      
      
      sql/slave.cc:
        Auto merged
      e54bad2a
    • unknown's avatar
      Changed innobase_flush_log_at_trx_commit to be 1 as default · 7f922eea
      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
      7f922eea
  22. 04 Apr, 2003 1 commit
    • unknown's avatar
      fux bug #183 · 060a2ce3
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      060a2ce3
  23. 03 Apr, 2003 2 commits