1. 01 Jun, 2003 4 commits
    • unknown's avatar
      Merge · 9d9bd91d
      unknown authored
      
      BitKeeper/deleted/.del-global.h~e80d28157acfdcb5:
        Auto merged
      BitKeeper/deleted/.del-internals.texi~62b6f580a41c2a43:
        Auto merged
      innobase/srv/srv0srv.c:
        Use local version. Heikki needs to check if the os_thread_sleep() should go to 4.0 or not
      9d9bd91d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · c1166bb9
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      sql/mysql_priv.h:
        Auto merged
      c1166bb9
    • unknown's avatar
      Fixed bug in ALTER TABLE DISABLE KEYS and INSERT DELAYED. Bug #478 · 53cd6b90
      unknown authored
      
      mysql-test/r/alter_table.result:
        new results
      mysql-test/r/lowercase_table.result:
        new results
      mysql-test/t/alter_table.test:
        Test of ALTER TABLE DISABLE KEYS + INSERT DELAYED
      mysql-test/t/lowercase_table.test:
        Added test of alias name comparison
      sql/mysql_priv.h:
        Made closed_cached_table local
      sql/sql_table.cc:
        Fixed bug in ALTER TABLE DISABLE KEYS and INSERT DELAYED
      53cd6b90
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0 · e01d3393
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
      
      e01d3393
  2. 31 May, 2003 4 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-3.23 · 251b9353
      unknown authored
      into narttu.mysql.fi:/my/mysql-3.23
      
      251b9353
    • unknown's avatar
      Fixed compiler optimization problem with doubleget() · 5fde4798
      unknown authored
      (Casused problems in GIS functions in 4.1)
      
      
      include/global.h:
        Fixed compiler optimization problem with doubleget()
      5fde4798
    • unknown's avatar
      os0thread.c, os0thread.h, os0sync.h: · 77d38f20
      unknown authored
        Cleanup
      os0sync.c:
        Free all OS sync primitives and allocated memory in InnoDB shutdown
      
      
      innobase/os/os0sync.c:
        Free all OS sync primitives and allocated memory in InnoDB shutdown
      innobase/include/os0sync.h:
        Cleanup
      innobase/include/os0thread.h:
        Cleanup
      innobase/os/os0thread.c:
        Cleanup
      77d38f20
    • unknown's avatar
      Many files: · 1093f996
      unknown authored
        Free all OS sync primitives and allocated memory in InnoDB shutdown
      
      
      innobase/os/os0sync.c:
        Free all OS sync primitives and allocated memory in InnoDB shutdown
      innobase/os/os0thread.c:
        Free all OS sync primitives and allocated memory in InnoDB shutdown
      innobase/include/os0sync.h:
        Free all OS sync primitives and allocated memory in InnoDB shutdown
      innobase/include/srv0srv.h:
        Free all OS sync primitives and allocated memory in InnoDB shutdown
      innobase/include/srv0start.h:
        Free all OS sync primitives and allocated memory in InnoDB shutdown
      innobase/ibuf/ibuf0ibuf.c:
        Free all OS sync primitives and allocated memory in InnoDB shutdown
      innobase/srv/srv0srv.c:
        Free all OS sync primitives and allocated memory in InnoDB shutdown
      innobase/srv/srv0start.c:
        Free all OS sync primitives and allocated memory in InnoDB shutdown
      innobase/sync/sync0sync.c:
        Free all OS sync primitives and allocated memory in InnoDB shutdown
      innobase/ut/ut0mem.c:
        Free all OS sync primitives and allocated memory in InnoDB shutdown
      1093f996
  3. 30 May, 2003 4 commits
    • unknown's avatar
      fixed bug 549 - incorect query cache memory formating on very small query cache sizes · 8a28f90a
      unknown authored
      
      mysql-test/r/query_cache.result:
        test of 2 parts of bug 549
      mysql-test/t/query_cache.test:
        test of 2 parts of bug 549
      sql/sql_cache.cc:
        fixed query cache size showing
        fixed query cache low memory detection
      8a28f90a
    • unknown's avatar
      srv0start.c: · c361cc19
      unknown authored
        Cleanup
      
      
      innobase/srv/srv0start.c:
        Cleanup
      c361cc19
    • unknown's avatar
      Many files: · 6b0bd9b0
      unknown authored
        Exit all threads created by innoDB at shutdown
      
      
      innobase/os/os0file.c:
        Exit all threads created by innoDB at shutdown
      innobase/os/os0sync.c:
        Exit all threads created by innoDB at shutdown
      innobase/os/os0thread.c:
        Exit all threads created by innoDB at shutdown
      innobase/include/os0file.h:
        Exit all threads created by innoDB at shutdown
      innobase/include/os0sync.h:
        Exit all threads created by innoDB at shutdown
      innobase/include/os0thread.h:
        Exit all threads created by innoDB at shutdown
      innobase/log/log0log.c:
        Exit all threads created by innoDB at shutdown
      innobase/srv/srv0srv.c:
        Exit all threads created by innoDB at shutdown
      innobase/srv/srv0start.c:
        Exit all threads created by innoDB at shutdown
      6b0bd9b0
    • unknown's avatar
      6d12c84a
  4. 29 May, 2003 1 commit
  5. 28 May, 2003 4 commits
    • 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
    • unknown's avatar
      item_cmpfunc.cc: · f17f6cb4
      unknown authored
        Fix for multibyte charsets
      
      
      sql/item_cmpfunc.cc:
        Fix for multibyte charsets
      f17f6cb4
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 5aa275df
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      5aa275df
    • unknown's avatar
      Removed not used variable · 8713607e
      unknown authored
      8713607e
  6. 27 May, 2003 7 commits
  7. 26 May, 2003 14 commits
  8. 25 May, 2003 2 commits
    • unknown's avatar
      - Fix for memory leak if the SQL slave thread is killed just after reading an event. · 1f58d28c
      unknown authored
      - A few more mutex locks and unlocks of rli.log_space_lock for doing clean reads of
      rli.ignore_log_space_limit
      - Broadcast after unlock, not before (small speed optimisation).
      
      1f58d28c
    • unknown's avatar
      log.cc: · 141956b2
      unknown authored
        If FOREIGN_KEY_CHECKS=0, wrap in binlog SQL statements inside SET FOREIGN_...=0; ... ; SET FOREIGN_...=1
      
      
      sql/log.cc:
        If FOREIGN_KEY_CHECKS=0, wrap in binlog SQL statements inside SET FOREIGN_...=0; ... ; SET FOREIGN_...=1
      141956b2