1. 22 Jun, 2002 4 commits
    • unknown's avatar
      mysqld.cc: · 428e3fc0
      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
      428e3fc0
    • unknown's avatar
      ha_innobase.cc: · 85958d2d
      unknown authored
        Merge 3.23.52
      
      
      sql/ha_innobase.cc:
        Merge 3.23.52
      85958d2d
    • unknown's avatar
      log.cc, handler.cc: · 16f8cfc2
      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
      16f8cfc2
    • unknown's avatar
      slave.h, slave.cc: · 03eb2f47
      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
      03eb2f47
  2. 21 Jun, 2002 1 commit
  3. 18 Jun, 2002 1 commit
  4. 17 Jun, 2002 5 commits
  5. 11 Jun, 2002 1 commit
  6. 10 Jun, 2002 1 commit
  7. 08 Jun, 2002 1 commit
  8. 06 Jun, 2002 1 commit
  9. 05 Jun, 2002 1 commit
  10. 31 May, 2002 4 commits
    • unknown's avatar
      Merge nleippe@work.mysql.com:/home/bk/mysql · 86636a16
      unknown authored
      into nick.leippe.com:/home/nick/mysql/mysql
      
      86636a16
    • unknown's avatar
      fixed 'load table from master' hang when host is empty · bd39612d
      unknown authored
      added respective test case
      
      
      sql/slave.cc:
        fixed load table from master hang when host is empty
      bd39612d
    • unknown's avatar
      Portability fixes for SCO and HPUX · 57400020
      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
      57400020
    • unknown's avatar
      Fixed a problem with --skip-networking. · f6b6b262
      unknown authored
      This fix should be merged into 4.0 and 4.1
      
      f6b6b262
  11. 30 May, 2002 1 commit
  12. 29 May, 2002 1 commit
    • unknown's avatar
      ha_innobase.cc: · 702ae31a
      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
      702ae31a
  13. 27 May, 2002 3 commits
    • unknown's avatar
      Renamed stripp_sp -> strip_sp · 423bb6c2
      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
      423bb6c2
    • unknown's avatar
      Split raid C function to separate file to make things more portable. · f46a5abe
      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
      f46a5abe
    • unknown's avatar
      Portability fix for OSF1 · 5535dd3f
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      5535dd3f
  14. 26 May, 2002 1 commit
    • unknown's avatar
      Merge work:/home/bk/mysql · 48c59813
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/sql_select.cc:
        Auto merged
      48c59813
  15. 25 May, 2002 1 commit
  16. 24 May, 2002 1 commit
    • unknown's avatar
      Changing tests · 54cea113
      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
      54cea113
  17. 22 May, 2002 2 commits
  18. 21 May, 2002 1 commit
  19. 20 May, 2002 2 commits
  20. 17 May, 2002 3 commits
  21. 16 May, 2002 4 commits
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql · 10f96728
      unknown authored
      into sinisa.nasamreza.org:/mnt/mail/work/mysql
      
      
      mysys/my_pthread.c:
        Auto merged
      10f96728
    • unknown's avatar
      A final and proper fix for HP-UX problems with pthread_cond_timedwait. · 57464cb3
      unknown authored
      This time I did it "by the book" as this function can return any 
      of the down cited values after timeout !! This is now done 100 %
      according to HP-UX DCE documentation.
      
      This made Hewlett-Packard very happy.
      
      
      57464cb3
    • unknown's avatar
      167eb02c
    • unknown's avatar
      New my_gethostbyname_r() handling · ad67401f
      unknown authored
      Changed some status variable names
      Fix bug in GRANT ... PASSWORD string
      
      
      Docs/manual.texi:
        Update of variable names
      include/my_net.h:
        New my_gethostbyname_r() handling
      include/my_pthread.h:
        New my_gethostbyname_r() handling
      libmysql/Makefile.shared:
        New my_gethostbyname_r() handling
      libmysql/libmysql.c:
        New my_gethostbyname_r() handling
      mysys/Makefile.am:
        New my_gethostbyname_r() handling
      mysys/my_pthread.c:
        New my_gethostbyname_r() handling
      mysys/my_thr_init.c:
        New my_gethostbyname_r() handling
      sql/hostname.cc:
        New my_gethostbyname_r() handling
      sql/mini_client.cc:
        New my_gethostbyname_r() handling
      sql/mysqld.cc:
        change some status variable names
      sql/sql_acl.cc:
        Fix bug in GRANT ... PASSWORD string
      ad67401f