1. 03 Oct, 2002 1 commit
  2. 02 Oct, 2002 3 commits
    • unknown's avatar
      - applied fix from 4.0 configure.in required to build shared libraries · 421514ae
      unknown authored
         with static glibc installed
      
      
      configure.in:
         - Better fix for building shared libraries with a patched glibc
           (from 4.0 tree)
         - removed obsolete comment
      421514ae
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-3.23 · a829c4c0
      unknown authored
      into mysql.com:/space/my/mysql-3.23-spec
      
      
      a829c4c0
    • unknown's avatar
      - Small fix for support-files/mysql.spec.sh · 8bc99030
      unknown authored
       - Updated scripts/make_binary_distribution.sh to include the correct
         ChangeLog and the LICENSE file for non-GPL builds
      
      
      scripts/make_binary_distribution.sh:
         - Add BK ChangeLog (if existing) instead of sql/ChangeLog, which is
           not updated anymore since we switched to BK
         - Add LICENSE, if exists (required for non-GPL binary builds)
      support-files/mysql.spec.sh:
         - MySQL-Max now requires MySQL to be the same version (to
           avoid version mismatches e.g. mixing 3.23.xx and 4.0 packages)
      8bc99030
  3. 01 Oct, 2002 1 commit
    • unknown's avatar
      lock0lock.c: · 821c77c7
      unknown authored
        Fix bug: the AUTO-INC lock was held to the end of trx if it was granted after a lock wait
      
      
      innobase/lock/lock0lock.c:
        Fix bug: the AUTO-INC lock was held to the end of trx if it was granted after a lock wait
      821c77c7
  4. 27 Sep, 2002 2 commits
  5. 24 Sep, 2002 1 commit
    • unknown's avatar
      - backported gcc 3.0 linking fix from 4.0 · a9acc8e6
      unknown authored
       - some cosmetical fixups (typos, comments)
      
      
      client/mysqlbinlog.cc:
         - fix for gcc 3.0
      configure.in:
         - fix for gcc 3.0
         - some cosmetic modifications (typos, comments)
      include/global.h:
         - fix for gcc 3.0
         - some cosmetical fixes (typos, comments)
      sql/mysqld.cc:
         - fix for gcc 3.0
      a9acc8e6
  6. 23 Sep, 2002 4 commits
  7. 22 Sep, 2002 2 commits
  8. 21 Sep, 2002 1 commit
    • unknown's avatar
      Change name -> alias in TABLE_LIST. · b804e278
      unknown authored
      Added missing mutex-lock around critical section in GRANT handling.
      
      
      Docs/manual.texi:
        ChangeLog
      sql/lock.cc:
        Change name -> alias in TABLE_LIST.
      sql/slave.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_acl.cc:
        Added missing mutex-lock around critical section in GRANT handling.
        Changed name -> alias
      sql/sql_base.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_insert.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_parse.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_show.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_table.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_udf.cc:
        Change name -> alias in TABLE_LIST.
      sql/table.h:
        Change name -> alias in TABLE_LIST.
      tests/grant.pl:
        Fixed grant test
      b804e278
  9. 20 Sep, 2002 1 commit
  10. 17 Sep, 2002 1 commit
    • unknown's avatar
      Fixed bug with BINARY NULL · e4860747
      unknown authored
      
      Docs/manual.texi:
        ChangeLog
      mysql-test/r/binary.result:
        Test of binary NULL
      mysql-test/t/binary.test:
        Test of binary NULL
      e4860747
  11. 16 Sep, 2002 1 commit
  12. 14 Sep, 2002 2 commits
  13. 13 Sep, 2002 2 commits
    • unknown's avatar
      row0mysql.c: · 0891bc24
      unknown authored
        Fix typos in previous push
      
      
      innobase/row/row0mysql.c:
        Fix typos in previous push
      0891bc24
    • unknown's avatar
      row0mysql.c: · 5ab7b94b
      unknown authored
        Allow CREATE TABLE and DROP TABLE even if innodb_force_recovery is used, the user can drop a problematic table
      
      
      innobase/row/row0mysql.c:
        Allow CREATE TABLE and DROP TABLE even if innodb_force_recovery is used, the user can drop a problematic table
      5ab7b94b
  14. 11 Sep, 2002 1 commit
    • unknown's avatar
      srv0srv.c, srv0srv.h: · 686a758f
      unknown authored
        Change srv_flush_log_at_trx_commit to ulint, note that ibool is defined as ulint, so this is purely formal change
      os0file.c:
        Start using unbuffered i/o again in Windows because sequential read using normal i/o was 4 times slower in XP
      
      
      innobase/os/os0file.c:
        Start using unbuffered i/o again in Windows because sequential read using normal i/o was 4 times slower in XP
      innobase/include/srv0srv.h:
        Change srv_flush_log_at_trx_commit to ulint, note that ibool is defined as ulint, so this is purely formal change
      innobase/srv/srv0srv.c:
        Change srv_flush_log_at_trx_commit to ulint, note that ibool is defined as ulint, so this is purely formal change
      686a758f
  15. 10 Sep, 2002 4 commits
    • unknown's avatar
      Fixed changelog · 6a06c4c5
      unknown authored
      6a06c4c5
    • unknown's avatar
      ha_innobase.cc: · 393315dd
      unknown authored
        Cleanup after last push
      
      
      sql/ha_innobase.cc:
        Cleanup after last push
      393315dd
    • unknown's avatar
      mysqld.cc: · da74720b
      unknown authored
        update help innobase_flush_log_at_trx_commitcan have vals 0, 1, 2 
      ha_innobase.h, ha_innobase.cc:
        make innobase_flush_log_at_trx_commit a long, like other params
      
      
      sql/ha_innobase.cc:
        make innobase_flush_log_at_trx_commit a long, like other params
      sql/ha_innobase.h:
        make innobase_flush_log_at_trx_commit a long, like other params
      sql/mysqld.cc:
        update help innobase_flush_log_at_trx_commitcan have vals 0, 1, 2
      da74720b
    • unknown's avatar
      os0file.c: · 040c1630
      unknown authored
        Fix a typo: should be buf_page_print
      
      
      innobase/os/os0file.c:
        Fix a typo: should be buf_page_print
      040c1630
  16. 09 Sep, 2002 1 commit
    • unknown's avatar
      ha_innobase.cc, ha_innobase.h: · f83da86b
      unknown authored
        innodb_flush_log_at_trx_commit can have values 0, 1, 2 starting from 3.23.52
      
      
      sql/ha_innobase.h:
        innodb_flush_log_at_trx_commit can have values 0, 1, 2 starting from 3.23.52
      sql/ha_innobase.cc:
        innodb_flush_log_at_trx_commit can have values 0, 1, 2 starting from 3.23.52
      f83da86b
  17. 08 Sep, 2002 3 commits
    • unknown's avatar
      trx0undo.c: · 781f5082
      unknown authored
        Remove an assertion in trx0undo.c which could erroneously fail when we ran out of tablespace
      
      
      innobase/trx/trx0undo.c:
        Remove an assertion in trx0undo.c which could erroneously fail when we ran out of tablespace
      781f5082
    • unknown's avatar
      sync0arr.c: · fb7769de
      unknown authored
        Increase max latch wait time to 600 seconds before we assert
      
      
      innobase/sync/sync0arr.c:
        Increase max latch wait time to 600 seconds before we assert
      fb7769de
    • unknown's avatar
      btr0cur.c: · fab80610
      unknown authored
        Remove long latch hold which happened if we scanned long an index without finding any record visible to the current consistent read
      
      
      innobase/btr/btr0cur.c:
        Remove long latch hold which happened if we scanned long an index without finding any record visible to the current consistent read
      fab80610
  18. 07 Sep, 2002 2 commits
    • unknown's avatar
      os0sync.c: · 94bbbc7f
      unknown authored
        Add diagnostics to track why a semaphore creation failed on Windows ME
      
      
      innobase/os/os0sync.c:
        Add diagnostics to track why a semaphore creation failed on Windows ME
      94bbbc7f
    • unknown's avatar
      srv0srv.c: · d857c694
      unknown authored
        The option (= default) innodb_fast_shutdown did not always make the shutdown quickly, fix that
      
      
      innobase/srv/srv0srv.c:
        The option (= default) innodb_fast_shutdown did not always make the shutdown quickly, fix that
      d857c694
  19. 04 Sep, 2002 1 commit
    • unknown's avatar
      - Reworked/Cleaned up Build-tools/Do-compile to be more flexible and · a1e858bf
      unknown authored
         better documented
      
      
      Build-tools/Do-compile:
         - Removed some obsolete pieces of code (get rid of using rsh and rcp)
         - Added some code comments
         - Reworked help text to match the options available
         - Heavily reworked GetOptions, removed some obsolete ones and joined others
         - make_options and config_options can now be given multiple times
         - simplified code that added configure options dependent on given options
      a1e858bf
  20. 03 Sep, 2002 3 commits
    • unknown's avatar
      Merge · a040cf1e
      unknown authored
      
      Docs/manual.texi:
        SCCS merged
      a040cf1e
    • unknown's avatar
      Fixed bug introduces by last changeset · 3307f955
      unknown authored
      (Fixing of problem with ALTER TABLE on BDB tables)
      
      
      mysql-test/r/distinct.result:
        Fixed results after bug fix
      sql/mysql_priv.h:
        Split close_thread_tables() into two functions.
        (Needed for bug fix from 4.0)
      sql/sql_base.cc:
        Split close_thread_tables() into two functions.
        (Needed for bug fix from 4.0)
      3307f955
    • unknown's avatar
      Check if AND/OR expression can be NULL · 35115d9a
      unknown authored
      Better fix for ALTER TABLE on BDB tables
      (Both of the above fixes are already in 4.0)
      
      
      Docs/manual.texi:
        Changelog
      sql/item_cmpfunc.cc:
        Check if AND/OR expression can be NULL
      sql/sql_table.cc:
        Better fix for ALTER TABLE on BDB tables
      35115d9a
  21. 31 Aug, 2002 2 commits
  22. 29 Aug, 2002 1 commit
    • unknown's avatar
      - Applied many modifications to Build-tools/Do-compile made in the 4.0 tree · 76c5feb7
      unknown authored
      
      Build-tools/Do-compile:
         - applied some modifications made in the 4.0 tree
         - added option --make-options to pass options to "make" after configure
         - added option --raid to enable RAID
         - added option --libwrap to enable TCP wrapper support
         - make sure to remove log files as early as possible
         - fixed option --with-other-libc to actually work
         - fixed some oddly-placed quotes in the configure call
      76c5feb7