1. 14 Jul, 2002 1 commit
  2. 12 Jul, 2002 1 commit
    • unknown's avatar
      my-huge.cnf.sh, my-small.cnf.sh, my-medium.cnf.sh, my-large.cnf.sh: · 9ae7aad2
      unknown authored
        Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
      
      
      support-files/my-large.cnf.sh:
        Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
      support-files/my-medium.cnf.sh:
        Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
      support-files/my-small.cnf.sh:
        Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
      support-files/my-huge.cnf.sh:
        Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
      9ae7aad2
  3. 10 Jul, 2002 1 commit
    • unknown's avatar
      row0mysql.c: · 8b1e3977
      unknown authored
        Forgot to release an x-latch in DROP DATABASE
      
      
      innobase/row/row0mysql.c:
        Forgot to release an x-latch in DROP DATABASE
      8b1e3977
  4. 09 Jul, 2002 2 commits
    • unknown's avatar
      srv0srv.c: · b0b67eff
      unknown authored
        Protect InnoDB monitor with a mutex
      
      
      innobase/srv/srv0srv.c:
        Protect InnoDB monitor with a mutex
      b0b67eff
    • unknown's avatar
      This is the only way to fix ALTER TABLE bug with BDB · a0a0af76
      unknown authored
      I wish I had connection stop  / start so that I could have made a 
      test case.
      
      
      Docs/manual.texi:
        This is the only way to fix ALTER TABLE bug with BDB
      sql/sql_table.cc:
        This is the only way to fix ALTER TABLE bug with BDB
      a0a0af76
  5. 08 Jul, 2002 3 commits
    • unknown's avatar
      srv0srv.c: · 68c79127
      unknown authored
        Remove debug code
      
      
      innobase/srv/srv0srv.c:
        Remove debug code
      68c79127
    • unknown's avatar
      srv0srv.c: · 5db805be
      unknown authored
        Eliminate potential division by zero
      
      
      innobase/srv/srv0srv.c:
        Eliminate potential division by zero
      5db805be
    • unknown's avatar
      Many files: · c0e8c9a1
      unknown authored
        Merge InnoDB-3.23.52b
      
      
      innobase/btr/btr0btr.c:
        Merge InnoDB-3.23.52b
      innobase/btr/btr0cur.c:
        Merge InnoDB-3.23.52b
      innobase/btr/btr0sea.c:
        Merge InnoDB-3.23.52b
      innobase/buf/buf0buf.c:
        Merge InnoDB-3.23.52b
      innobase/ha/ha0ha.c:
        Merge InnoDB-3.23.52b
      innobase/ibuf/ibuf0ibuf.c:
        Merge InnoDB-3.23.52b
      innobase/include/btr0cur.h:
        Merge InnoDB-3.23.52b
      innobase/include/buf0buf.h:
        Merge InnoDB-3.23.52b
      innobase/include/ha0ha.h:
        Merge InnoDB-3.23.52b
      innobase/include/ibuf0ibuf.h:
        Merge InnoDB-3.23.52b
      innobase/include/lock0lock.h:
        Merge InnoDB-3.23.52b
      innobase/include/log0log.h:
        Merge InnoDB-3.23.52b
      innobase/include/os0file.h:
        Merge InnoDB-3.23.52b
      innobase/include/rem0rec.ic:
        Merge InnoDB-3.23.52b
      innobase/include/srv0srv.h:
        Merge InnoDB-3.23.52b
      innobase/include/sync0arr.h:
        Merge InnoDB-3.23.52b
      innobase/include/sync0sync.h:
        Merge InnoDB-3.23.52b
      innobase/include/trx0trx.h:
        Merge InnoDB-3.23.52b
      innobase/lock/lock0lock.c:
        Merge InnoDB-3.23.52b
      innobase/log/log0log.c:
        Merge InnoDB-3.23.52b
      innobase/os/os0file.c:
        Merge InnoDB-3.23.52b
      innobase/row/row0mysql.c:
        Merge InnoDB-3.23.52b
      innobase/row/row0umod.c:
        Merge InnoDB-3.23.52b
      innobase/row/row0upd.c:
        Merge InnoDB-3.23.52b
      innobase/srv/srv0srv.c:
        Merge InnoDB-3.23.52b
      innobase/srv/srv0start.c:
        Merge InnoDB-3.23.52b
      innobase/sync/sync0arr.c:
        Merge InnoDB-3.23.52b
      innobase/sync/sync0sync.c:
        Merge InnoDB-3.23.52b
      innobase/trx/trx0trx.c:
        Merge InnoDB-3.23.52b
      sql/ha_innobase.h:
        Merge InnoDB-3.23.52b
      sql/ha_innobase.cc:
        Merge InnoDB-3.23.52b
      sql/sql_lex.h:
        Merge InnoDB-3.23.52b
      sql/mysqld.cc:
        Merge InnoDB-3.23.52b
      sql/sql_parse.cc:
        Merge InnoDB-3.23.52b
      sql/sql_yacc.yy:
        Merge InnoDB-3.23.52b
      c0e8c9a1
  6. 04 Jul, 2002 2 commits
  7. 03 Jul, 2002 2 commits
    • unknown's avatar
      ha_innobase.cc: · 99bde364
      unknown authored
        Remove a debug printf which unintentionally was committed to the source tree
      
      
      sql/ha_innobase.cc:
        Remove a debug printf which unintentionally was committed to the source tree
      99bde364
    • unknown's avatar
      ha_innobase.cc: · 6f1f9d5c
      unknown authored
        Clarify the setting of innodb_data_file_path in my.cnf: it is in the [mysqld] section
      
      
      sql/ha_innobase.cc:
        Clarify the setting of innodb_data_file_path in my.cnf: it is in the [mysqld] section
      6f1f9d5c
  8. 01 Jul, 2002 1 commit
    • unknown's avatar
      srv0start.c: · 12fae523
      unknown authored
        Remove freeing of all memory at shutdown: since we do not exit the i/o-handlers and other threads, we could potentially get a seg fault at shutdown
      
      
      innobase/srv/srv0start.c:
        Remove freeing of all memory at shutdown: since we do not exit the i/o-handlers and other threads, we could potentially get a seg fault at shutdown
      12fae523
  9. 30 Jun, 2002 2 commits
    • unknown's avatar
      row0ins.c: · ea13cafb
      unknown authored
        The UNIV_DEBUG version asserted if a foreign key check failed because of a lock wait timeout
      btr0cur.c:
        Fix a bug: if the primary key was updated (or delete + insert) so that only the case of characters changed, we were left with a dangling adaptive hash index pointer, often causing an assertion failure in page0page.ic line 515
      
      
      innobase/btr/btr0cur.c:
        Fix a bug: if the primary key was updated (or delete + insert) so that only the case of characters changed, we were left with a dangling adaptive hash index pointer, often causing an assertion failure in page0page.ic line 515
      innobase/row/row0ins.c:
        The UNIV_DEBUG version asserted if a foreign key check failed because of a lock wait timeout
      ea13cafb
    • unknown's avatar
      Fixed bug in binary log when using LOAD DATA INFILE without active database. · fbaede45
      unknown authored
      
      Docs/manual.texi:
        Changelog and fix of typo
      fbaede45
  10. 28 Jun, 2002 2 commits
  11. 26 Jun, 2002 5 commits
    • unknown's avatar
      b9d64a6f
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/bk/mysql · 6a51cbb0
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql3
      
      
      6a51cbb0
    • unknown's avatar
      buf0buf.ic: · 36bcddf9
      unknown authored
        Fix a bug: if buffer pool size > 2 GB on a 32-bit computer, we got an assertion failure because >> acted as a division operator (not as a register shift) for a wrapped-over integer value
      
      
      innobase/include/buf0buf.ic:
        Fix a bug: if buffer pool size > 2 GB on a 32-bit computer, we got an assertion failure because >> acted as a division operator (not as a register shift) for a wrapped-over integer value
      36bcddf9
    • unknown's avatar
      Trying to make Arjen happy ... · 15171d97
      unknown authored
      15171d97
    • unknown's avatar
      os0file.c: · 0ae83cae
      unknown authored
        Crash the server if file flush does not succeed: the database can get corrupt, better to crash it than let it run
      
      
      innobase/os/os0file.c:
        Crash the server if file flush does not succeed: the database can get corrupt, better to crash it than let it run
      0ae83cae
  12. 25 Jun, 2002 1 commit
  13. 22 Jun, 2002 9 commits
    • unknown's avatar
      slave.cc: · 38ffd49a
      unknown authored
        Slave thread is always in an auto-commit state: remove unnecessary tests when we flush master info
      
      
      sql/slave.cc:
        Slave thread is always in an auto-commit state: remove unnecessary tests when we flush master info
      38ffd49a
    • unknown's avatar
      os0sync.c: · ee102a78
      unknown authored
        Initing a mutex with MY_MUTEX_INIT_FAST may relieve thread thrashing on Linux
      
      
      innobase/os/os0sync.c:
        Initing a mutex with MY_MUTEX_INIT_FAST may relieve thread thrashing on Linux
      ee102a78
    • unknown's avatar
      Many files: · 1081513a
      unknown authored
        Merge 3.23.52
      
      
      innobase/btr/btr0btr.c:
        Merge 3.23.52
      innobase/btr/btr0cur.c:
        Merge 3.23.52
      innobase/btr/btr0sea.c:
        Merge 3.23.52
      innobase/include/btr0btr.h:
        Merge 3.23.52
      innobase/include/btr0cur.h:
        Merge 3.23.52
      innobase/include/btr0sea.h:
        Merge 3.23.52
      innobase/include/buf0buf.h:
        Merge 3.23.52
      innobase/include/buf0rea.h:
        Merge 3.23.52
      innobase/include/data0data.h:
        Merge 3.23.52
      innobase/include/data0data.ic:
        Merge 3.23.52
      innobase/include/log0log.h:
        Merge 3.23.52
      innobase/include/log0log.ic:
        Merge 3.23.52
      innobase/include/os0file.h:
        Merge 3.23.52
      innobase/include/page0page.h:
        Merge 3.23.52
      innobase/include/page0page.ic:
        Merge 3.23.52
      innobase/include/row0mysql.h:
        Merge 3.23.52
      innobase/include/trx0roll.h:
        Merge 3.23.52
      innobase/include/trx0sys.h:
        Merge 3.23.52
      innobase/include/trx0trx.h:
        Merge 3.23.52
      innobase/include/ut0ut.h:
        Merge 3.23.52
      innobase/include/univ.i:
        Merge 3.23.52
      innobase/include/ut0ut.ic:
        Merge 3.23.52
      innobase/buf/buf0buf.c:
        Merge 3.23.52
      innobase/buf/buf0rea.c:
        Merge 3.23.52
      innobase/data/data0data.c:
        Merge 3.23.52
      innobase/dict/dict0crea.c:
        Merge 3.23.52
      innobase/dict/dict0dict.c:
        Merge 3.23.52
      innobase/dict/dict0load.c:
        Merge 3.23.52
      innobase/dict/dict0mem.c:
        Merge 3.23.52
      innobase/fsp/fsp0fsp.c:
        Merge 3.23.52
      innobase/ibuf/ibuf0ibuf.c:
        Merge 3.23.52
      innobase/lock/lock0lock.c:
        Merge 3.23.52
      innobase/log/log0log.c:
        Merge 3.23.52
      innobase/log/log0recv.c:
        Merge 3.23.52
      innobase/mtr/mtr0log.c:
        Merge 3.23.52
      innobase/mtr/mtr0mtr.c:
        Merge 3.23.52
      innobase/os/os0file.c:
        Merge 3.23.52
      innobase/page/page0cur.c:
        Merge 3.23.52
      innobase/page/page0page.c:
        Merge 3.23.52
      innobase/rem/rem0cmp.c:
        Merge 3.23.52
      innobase/row/row0ins.c:
        Merge 3.23.52
      innobase/row/row0mysql.c:
        Merge 3.23.52
      innobase/row/row0purge.c:
        Merge 3.23.52
      innobase/row/row0upd.c:
        Merge 3.23.52
      innobase/srv/srv0srv.c:
        Merge 3.23.52
      innobase/srv/srv0start.c:
        Merge 3.23.52
      innobase/trx/trx0roll.c:
        Merge 3.23.52
      innobase/trx/trx0sys.c:
        Merge 3.23.52
      innobase/trx/trx0trx.c:
        Merge 3.23.52
      innobase/trx/trx0undo.c:
        Merge 3.23.52
      innobase/ut/ut0mem.c:
        Merge 3.23.52
      innobase/ut/ut0ut.c:
        Merge 3.23.52
      1081513a
    • unknown's avatar
      ha_innobase.cc: · b7b988b3
      unknown authored
        Use current_thd to check if a transaction is done by a slave thread
      
      
      sql/ha_innobase.cc:
        Use current_thd to check if a transaction is done by a slave thread
      b7b988b3
    • unknown's avatar
      sql_yacc.yy, mysql_priv.h, lex.h: · 562faa29
      unknown authored
        Add syntax SET NO_FOREIGN_KEY_CHECKS=1 and SET RELAXED_UNIQUE_CHECKS=1
      
      
      sql/lex.h:
        Add syntax SET NO_FOREIGN_KEY_CHECKS=1 and SET RELAXED_UNIQUE_CHECKS=1
      sql/mysql_priv.h:
        Add syntax SET NO_FOREIGN_KEY_CHECKS=1 and SET RELAXED_UNIQUE_CHECKS=1
      sql/sql_yacc.yy:
        Add syntax SET NO_FOREIGN_KEY_CHECKS=1 and SET RELAXED_UNIQUE_CHECKS=1
      562faa29
    • unknown's avatar
      mysqld.cc: · c9faa802
      unknown authored
        Add option innodb_flush_log_at_trx_commit=2 which means we always write the log to file at commit, but only do fsync about once per second
      
      
      sql/mysqld.cc:
        Add option innodb_flush_log_at_trx_commit=2 which means we always write the log to file at commit, but only do fsync about once per second
      c9faa802
    • unknown's avatar
      ha_innobase.cc: · 7510893e
      unknown authored
        Merge 3.23.52
      
      
      sql/ha_innobase.cc:
        Merge 3.23.52
      7510893e
    • unknown's avatar
      log.cc, handler.cc: · 4237b041
      unknown authored
        Add BEGIN andd COMMIT around transactions in the binlog
      
      
      sql/handler.cc:
        Add BEGIN andd COMMIT around transactions in the binlog
      sql/log.cc:
        Add BEGIN andd COMMIT around transactions in the binlog
      4237b041
    • unknown's avatar
      slave.h, slave.cc: · 23dbcb0f
      unknown authored
        Do not flush the position to master.info file if we have a transaction open
      
      
      sql/slave.cc:
        Do not flush the position to master.info file if we have a transaction open
      sql/slave.h:
        Do not flush the position to master.info file if we have a transaction open
      23dbcb0f
  14. 21 Jun, 2002 1 commit
  15. 18 Jun, 2002 1 commit
  16. 17 Jun, 2002 5 commits
  17. 11 Jun, 2002 1 commit