1. 26 Jun, 2002 2 commits
    • 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
  2. 25 Jun, 2002 1 commit
  3. 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
  4. 21 Jun, 2002 1 commit
  5. 18 Jun, 2002 1 commit
  6. 17 Jun, 2002 5 commits
  7. 11 Jun, 2002 1 commit
  8. 10 Jun, 2002 1 commit
  9. 08 Jun, 2002 1 commit
  10. 06 Jun, 2002 1 commit
  11. 05 Jun, 2002 1 commit
  12. 31 May, 2002 4 commits
    • unknown's avatar
      Merge nleippe@work.mysql.com:/home/bk/mysql · 32113efe
      unknown authored
      into nick.leippe.com:/home/nick/mysql/mysql
      
      
      32113efe
    • unknown's avatar
      fixed 'load table from master' hang when host is empty · 169a4d92
      unknown authored
      added respective test case
      
      
      sql/slave.cc:
        fixed load table from master hang when host is empty
      169a4d92
    • unknown's avatar
      Portability fixes for SCO and HPUX · 0ceaf6d2
      unknown authored
      Change TRUNCATE(number) to truncate towards zero for negative numbers
      Fix NULL handling for DESCRIBE table_name
      
      
      Docs/manual.texi:
        Update of TRUNCATE() information
      configure.in:
        Fix for HPUX
      extra/resolveip.c:
        Fix for SCO
      include/my_net.h:
        Fix for HPUX
      libmysql/libmysql.c:
        Removed warning on HPUX 10.20
      mysql-test/r/func_math.result:
        Test of new TRUNCATE handling
      mysql-test/t/func_math.test:
        Test of new TRUNCATE handling
      mysys/my_gethostbyname.c:
        Portability fix
      sql/item_func.cc:
        Change TRUNCATE(number) to truncate towards zero for negative numbers
      sql/sql_show.cc:
        Fix NULL handling for DESCRIBE table_name
      0ceaf6d2
    • unknown's avatar
      Fixed a problem with --skip-networking. · 2c058d84
      unknown authored
      This fix should be merged into 4.0 and 4.1
      
      
      2c058d84
  13. 30 May, 2002 1 commit
  14. 29 May, 2002 1 commit
    • unknown's avatar
      ha_innobase.cc: · 336d94bc
      unknown authored
        Fix an assertion failure in ha_innobase.cc about line 302 when a user has used user level locks and closes a connection; this was reported by Jeremy Zawodny
      
      
      sql/ha_innobase.cc:
        Fix an assertion failure in ha_innobase.cc about line 302 when a user has used user level locks and closes a connection; this was reported by Jeremy Zawodny
      336d94bc
  15. 27 May, 2002 3 commits
    • unknown's avatar
      Renamed stripp_sp -> strip_sp · 940a8a40
      unknown authored
      Remove end space from ENUM and SET strings
      
      
      mysql-test/t/type_enum.test:
        Test of end space in enum's
      Docs/manual.texi:
        Changelog
      include/my_sys.h:
        Renamed stripp_sp -> strip_sp
      mysql-test/r/type_enum.result:
        Test of end space in enums
      mysys/Makefile.am:
        change stripp_sp -> strip_sp
      mysys/mf_strip.c:
        change stripp_sp -> strip_sp
      sql/sql_db.cc:
        change stripp_sp -> strip_sp
      sql/sql_parse.cc:
        change stripp_sp -> strip_sp
        Remove end space from ENUM and SET strings
      940a8a40
    • unknown's avatar
      Split raid C function to separate file to make things more portable. · 38fad333
      unknown authored
      Fixed some portability things in my_gethostbyname_r
      Portability fix for type_decimal.test
      
      
      BUILD/SETUP.sh:
        Fixes for gcc 3.1
      extra/resolveip.c:
        Cleanup
      include/my_net.h:
        Portability fix for SCO
      mysql-test/t/type_decimal.test:
        Portability fix for FreeBSD
      mysys/Makefile.am:
        Portability fix for OSF1
      mysys/raid.cc:
        Portability fix for OSF1
      38fad333
    • unknown's avatar
      Portability fix for OSF1 · e3b5fd86
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      e3b5fd86
  16. 26 May, 2002 1 commit
    • unknown's avatar
      Merge work:/home/bk/mysql · af68d3de
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/sql_select.cc:
        Auto merged
      af68d3de
  17. 25 May, 2002 1 commit
  18. 24 May, 2002 1 commit
    • unknown's avatar
      Changing tests · 5abc01a8
      unknown authored
      
      BitKeeper/deleted/.del-sel000004.test~445526a8a20de101:
        Delete: mysql-test/t/sel000004.test
      BitKeeper/deleted/.del-sel000004.result~360af2095c88cb8c:
        Delete: mysql-test/r/sel000004.result
      5abc01a8
  19. 22 May, 2002 2 commits
  20. 21 May, 2002 1 commit
  21. 20 May, 2002 1 commit