1. 01 Jun, 2003 1 commit
  2. 31 May, 2003 2 commits
    • unknown's avatar
      os0thread.c, os0thread.h, os0sync.h: · c01bcf47
      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
      c01bcf47
    • unknown's avatar
      Many files: · 3cba21f9
      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
      3cba21f9
  3. 30 May, 2003 4 commits
    • unknown's avatar
      fixed bug 549 - incorect query cache memory formating on very small query cache sizes · 185f0092
      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
      185f0092
    • unknown's avatar
      srv0start.c: · 5d1171c0
      unknown authored
        Cleanup
      
      
      innobase/srv/srv0start.c:
        Cleanup
      5d1171c0
    • unknown's avatar
      Many files: · d9711e32
      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
      d9711e32
    • unknown's avatar
      fadfa467
  4. 29 May, 2003 1 commit
  5. 28 May, 2003 3 commits
  6. 27 May, 2003 6 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. · 2917fdb9
      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).
      
      
      2917fdb9
    • unknown's avatar
      log.cc: · dc90f5cc
      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
      dc90f5cc
  9. 24 May, 2003 1 commit
    • unknown's avatar
      Fix for bug #490 and #491 (see details below) · 73e80314
      unknown authored
      
      mysql-test/r/insert_select.result:
        Result update.
      mysql-test/r/rpl_insert_id.result:
        Test update
      mysql-test/t/insert_select.test:
        Check if a partly completed INSERT SELECT (failing because of "Duplicate key"
        after successfully inserting other rows) is written to the binlog if the
        table is not transactional and at least one row has been inserted (bug #491)
      mysql-test/t/rpl_insert_id.test:
        Test for bug #490 (INSERT SELECT in auto_increment)
      sql/sql_insert.cc:
        - In INSERT ... SELECT, if it fails with error but one row has been inserted and
        the table is not transactional, we must write to the binlog (the slave will stop
        because of the error code in the binlog event, this is normal). bug 491.
        - we must set INSERT_ID before writing to the binlog (bug 490
        accidentally introduced by another dev in 4.0.13).
      73e80314
  10. 23 May, 2003 4 commits
  11. 21 May, 2003 2 commits
    • unknown's avatar
      row0ins.c: · eb4755c9
      unknown authored
        Disable UNIQU KEY error reporting in SHOW INNODB STATUS until we know if it slows down REPLACE significantly
      
      
      innobase/row/row0ins.c:
        Disable UNIQU KEY error reporting in SHOW INNODB STATUS until we know if it slows down REPLACE significantly
      eb4755c9
    • unknown's avatar
      Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-3.23 · 9f1da8ad
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/LOADDATA/mysql-3.23
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/log_event.cc:
        Auto merged
      9f1da8ad