1. 13 Aug, 2002 6 commits
  2. 12 Aug, 2002 10 commits
    • unknown's avatar
      os0thread.h, os0thread.c: · b0e2ef2d
      unknown authored
        Fix a critical portability bug introduced in the Windows version
      
      
      innobase/os/os0thread.c:
        Fix a critical portability bug introduced in the Windows version
      innobase/include/os0thread.h:
        Fix a critical portability bug introduced in the Windows version
      b0e2ef2d
    • unknown's avatar
      ha_innobase.h, ha_innobase.cc: · 9e31addd
      unknown authored
        Put a note that the InnoDB HANDLER code is not used until 4.1, and appears for documentational purposes only
      
      
      sql/ha_innobase.cc:
        Put a note that the InnoDB HANDLER code is not used until 4.1, and appears for documentational purposes only
      sql/ha_innobase.h:
        Put a note that the InnoDB HANDLER code is not used until 4.1, and appears for documentational purposes only
      9e31addd
    • unknown's avatar
      put InnoDB HANDLER patch back again :)) · 5dfb8b7c
      unknown authored
      5dfb8b7c
    • unknown's avatar
      79888c8f
    • unknown's avatar
      Update docs because of stable tree revert. · 502c5fe5
      unknown authored
      502c5fe5
    • unknown's avatar
      ha_innobase.cc: · 5038b222
      unknown authored
        Cleanup of latest rewrite of innobase_mysql_print_thd; from now on changing this code is forbidden unless a written permission is received from Heikki 3 days in advance
      
      
      sql/ha_innobase.cc:
        Cleanup of latest rewrite of innobase_mysql_print_thd; from now on changing this code is forbidden unless a written permission is received from Heikki 3 days in advance
      5038b222
    • unknown's avatar
      Various little docs fixups. · fa76d2cf
      unknown authored
      
      BitKeeper/etc/config:
        Make my life easier on bk clone/pull.
      BitKeeper/triggers/post-commit:
        Little fixes in commit script (from 4.0 script).
        Added docs-commit@ notification for 3.23 (so we can more easily keep an eye on it).
      Docs/manual.texi:
        Change/addition for Sinisa.
        Clarification of BDB changelog entry.
      fa76d2cf
    • unknown's avatar
      Fix after merge · f4b6d2b0
      unknown authored
      
      sql/mysqld.cc:
        Removed not necessary DBUG line
      f4b6d2b0
    • unknown's avatar
      merge · 69c6dff7
      unknown authored
      
      sql/ha_innobase.cc:
        merge (kept my changes to ha_innobase.cc to not use sprintf())
      69c6dff7
    • unknown's avatar
      Fixed problem with BIGINT and shutdown on AIX · bf30b263
      unknown authored
      Moved IF(test,column,NULL) code to 4.0
      Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h.
      Removed some CR's in os2 files.
      
      
      Docs/manual.texi:
        Changelog
      include/global.h:
        Fix for BIGINT problem on AIX
      include/my_no_pthread.h:
        Fixed typo
      libmysql/Makefile.shared:
        Fix for BIGINT problem on AIX
      mysql-test/mysql-test-run.sh:
        Fix to find xterm on AIX 4.3
      mysql-test/r/bigint.result:
        Fix for BIGINT problem on AIX
      mysql-test/r/func_if.result:
        Change results for IF() after reverting change.
      mysql-test/t/bigint.test:
        Fix for BIGINT problem on AIX
      mysys/Makefile.am:
        Fix for BIGINT problem on AIX
      mysys/my_gethostbyname.c:
        Cleanup
      mysys/my_init.c:
        Cleanup
      mysys/my_net.c:
        Cleanup
      mysys/my_os2cond.c:
        Space & CRLF cleanup
      mysys/my_os2dirsrch.c:
        Space & CRLF cleanup
      mysys/my_os2dirsrch.h:
        Space & CRLF cleanup
      mysys/my_os2dlfcn.c:
        Space & CRLF cleanup
      mysys/my_os2file64.c:
        Space & CRLF cleanup
      mysys/my_os2mutex.c:
        Space & CRLF cleanup
      mysys/my_os2thread.c:
        Space & CRLF cleanup
      mysys/my_os2tls.c:
        Space & CRLF cleanup
      mysys/mysys_priv.h:
        cleanup
      mysys/thr_rwlock.c:
        cleanup
      sql/ha_innobase.cc:
        Removed usage of sprintf()
        Fixed missing end \0 which caused control characters to appear in SHOW INNODB STATUS
      sql/item_cmpfunc.cc:
        Reverted change for IF()
      sql/mysqld.cc:
        Fix for shutdown on AIX
      bf30b263
  3. 11 Aug, 2002 2 commits
    • unknown's avatar
      trx0trx.h, trx0trx.c, ha_innobase.cc, ha_innobase.h: · 7ad3d0d2
      unknown authored
        Add tentative code which can be used in HANDLER implementation for InnoDB
      
      
      sql/ha_innobase.h:
        Add tentative code which can be used in HANDLER implementation for InnoDB
      sql/ha_innobase.cc:
        Add tentative code which can be used in HANDLER implementation for InnoDB
      innobase/trx/trx0trx.c:
        Add tentative code which can be used in HANDLER implementation for InnoDB
      innobase/include/trx0trx.h:
        Add tentative code which can be used in HANDLER implementation for InnoDB
      7ad3d0d2
    • unknown's avatar
      ha_innobase.cc, ut0ut.c, univ.i, ut0ut.h: · 12c89220
      unknown authored
        Redefine sprintf as ut_sprintf inside InnoDB code; some old Unixes may have a pointer as the return type of sprintf
      lock0lock.c:
        Add safety against buffer overruns in latest deadlock info
      srv0srv.c:
        Add safety against buffer overruns in SHOW INNODB STATUS
      os0thread.h, os0thread.c:
        Fix a portability bug introduced in Windows when we changed os_thread_id_t to be the same as os_thread_t
      
      
      innobase/os/os0thread.c:
        Fix a portability bug introduced in Windows when we changed os_thread_id_t to be the same as os_thread_t
      innobase/include/os0thread.h:
        Fix a portability bug introduced in Windows when we changed os_thread_id_t to be the same as os_thread_t
      innobase/srv/srv0srv.c:
        Add safety against buffer overruns in SHOW INNODB STATUS
      innobase/lock/lock0lock.c:
        Add safety against buffer overruns in latest deadlock info
      innobase/include/ut0ut.h:
        Redefine sprintf as ut_sprintf inside InnoDB code; some old Unixes may have a pointer as the return type of sprintf
      innobase/include/univ.i:
        Redefine sprintf as ut_sprintf inside InnoDB code; some old Unixes may have a pointer as the return type of sprintf
      innobase/ut/ut0ut.c:
        Redefine sprintf as ut_sprintf inside InnoDB code; some old Unixes may have a pointer as the return type of sprintf
      sql/ha_innobase.cc:
        Redefine sprintf as ut_sprintf inside InnoDB code; some old Unixes may have a pointer as the return type of sprintf
      12c89220
  4. 10 Aug, 2002 4 commits
  5. 09 Aug, 2002 5 commits
    • unknown's avatar
      After discussing it with Monty by phone once more: · e22a2a83
      unknown authored
       - Only define alloca as a compiler builtin, if we use GCC and there
         is no alloca.h installed
      
      
      include/my_sys.h:
         - Only define alloca as a compiler builtin, if we use GCC and there
           is no alloca.h installed
      e22a2a83
    • unknown's avatar
      9d7b069c
    • unknown's avatar
      ha_innobase.cc, trx0trx.h, lock0lock.c, trx0trx.c: · 1d4594ec
      unknown authored
        Add some more safety margin to buffer sizes in prints
      
      
      innobase/trx/trx0trx.c:
        Add some more safety margin to buffer sizes in prints
      innobase/lock/lock0lock.c:
        Add some more safety margin to buffer sizes in prints
      innobase/include/trx0trx.h:
        Add some more safety margin to buffer sizes in prints
      sql/ha_innobase.cc:
        Add some more safety margin to buffer sizes in prints
      1d4594ec
    • unknown's avatar
      ha_innobase.cc: · 62ce2576
      unknown authored
        Found the bug in modified innobase_mysqld_print_thd; the person who modifies code should test that his change works
      
      
      sql/ha_innobase.cc:
        Found the bug in modified innobase_mysqld_print_thd; the person who modifies code should test that his change works
      62ce2576
    • unknown's avatar
      ha_innobase.cc: · c642d316
      unknown authored
        Revert changes to sprintf until we know why control characters scrambled the output
      
      
      sql/ha_innobase.cc:
        Revert changes to sprintf until we know why control characters scrambled the output
      c642d316
  6. 08 Aug, 2002 4 commits
  7. 07 Aug, 2002 2 commits
  8. 06 Aug, 2002 7 commits
    • unknown's avatar
      Many files: · 41b79db6
      unknown authored
        Merge InnoDB-3.23.52d
      
      
      innobase/btr/btr0sea.c:
        Merge InnoDB-3.23.52d
      innobase/buf/buf0buf.c:
        Merge InnoDB-3.23.52d
      innobase/buf/buf0lru.c:
        Merge InnoDB-3.23.52d
      innobase/include/buf0buf.h:
        Merge InnoDB-3.23.52d
      innobase/include/ha0ha.h:
        Merge InnoDB-3.23.52d
      innobase/include/log0log.h:
        Merge InnoDB-3.23.52d
      innobase/include/os0file.h:
        Merge InnoDB-3.23.52d
      innobase/include/os0thread.h:
        Merge InnoDB-3.23.52d
      innobase/include/ha0ha.ic:
        Merge InnoDB-3.23.52d
      innobase/include/os0sync.ic:
        Merge InnoDB-3.23.52d
      innobase/include/srv0start.h:
        Merge InnoDB-3.23.52d
      innobase/include/sync0rw.ic:
        Merge InnoDB-3.23.52d
      innobase/include/sync0sync.ic:
        Merge InnoDB-3.23.52d
      innobase/include/ut0dbg.h:
        Merge InnoDB-3.23.52d
      innobase/include/univ.i:
        Merge InnoDB-3.23.52d
      innobase/lock/lock0lock.c:
        Merge InnoDB-3.23.52d
      innobase/log/log0log.c:
        Merge InnoDB-3.23.52d
      innobase/mem/mem0pool.c:
        Merge InnoDB-3.23.52d
      innobase/os/os0file.c:
        Merge InnoDB-3.23.52d
      innobase/os/os0thread.c:
        Merge InnoDB-3.23.52d
      innobase/srv/srv0srv.c:
        Merge InnoDB-3.23.52d
      innobase/srv/srv0start.c:
        Merge InnoDB-3.23.52d
      innobase/sync/sync0arr.c:
        Merge InnoDB-3.23.52d
      innobase/sync/sync0rw.c:
        Merge InnoDB-3.23.52d
      innobase/sync/sync0sync.c:
        Merge InnoDB-3.23.52d
      innobase/thr/thr0loc.c:
        Merge InnoDB-3.23.52d
      innobase/trx/trx0trx.c:
        Merge InnoDB-3.23.52d
      innobase/configure.in:
        Merge InnoDB-3.23.52d
      sql/ha_innobase.cc:
        Merge InnoDB-3.23.52d
      41b79db6
    • unknown's avatar
      Fixed problem with make distcheck · 56175cb0
      unknown authored
      Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly
      
      
      Docs/manual.texi:
        Changelog
      libmysql/Makefile.am:
        Fixed problem with make distcheck
      libmysql/Makefile.shared:
        Fixed problem with make distcheck
      sql/sql_base.cc:
        Fixed bug in automatic repair where table cache was not locked properly.
      strings/Makefile.am:
        Fixed problem with make distcheck
      56175cb0
    • unknown's avatar
      Backported pthread_mutex_trylock code from MySQL 4.0 to fix problem on HPUX. · 0c7a9555
      unknown authored
      Removed Heikki's patch for handling this.
      
      0c7a9555
    • unknown's avatar
      d94bdfc6
    • unknown's avatar
      Better error messages for mysql-test-run · 1482ea7d
      unknown authored
      Added option --host to mysqlhotcopy
      
      
      mysql-test/mysql-test-run.sh:
        Added error message if the server doesn't start.
        Increase connect timeout a bit (for running under purify).
      mysql-test/t/rpl000001.test:
        Longer sleep time (for running under purify)
      scripts/mysqlhotcopy.sh:
        Added option --host for usage with TCP/IP connections
      sql/gen_lex_hash.cc:
        Fixed typo
      1482ea7d
    • unknown's avatar
      my_pthread.h, configure.in: · d79aab55
      unknown authored
        In HP-UX-10.20, but not in HP-UX-11.0, the return value of pthread_mutex_trylock is inverted
      
      
      configure.in:
        In HP-UX-10.20, but not in HP-UX-11.0, the return value of pthread_mutex_trylock is inverted
      include/my_pthread.h:
        In HP-UX-10.20, but not in HP-UX-11.0, the return value of pthread_mutex_trylock is inverted
      d79aab55
    • unknown's avatar
      Changed initialization of RND() to be less predictable. · 6c12397b
      unknown authored
      Use MYSQL_CONFIG_NAME instead of "my" as the configuration file name.
      
      
      Docs/manual.texi:
        Changelog
      include/mysql_version.h.in:
        Use MYSQL_CONFIG_NAME instead of "my" as the configuration file name.
      6c12397b