1. 17 Dec, 2001 1 commit
    • unknown's avatar
      Lots of portability fixes. · 8f05035c
      unknown authored
      Fixed shutdown on HPUX.
      Fixed bug in query cache.
      
      
      Docs/manual.texi:
        Changelog
      configure.in:
        Fixes for HPUX
      include/m_string.h:
        Fixes for Purify
      include/my_pthread.h:
        Fixes for HPUX
      include/raid.h:
        Portability fix.
      innobase/include/univ.i:
        Portability fix.
      mysql-test/mysql-test-run.sh:
        Added --manual-gdb
      mysql-test/r/rpl_log.result:
        Portability fix
      mysql-test/t/rpl_log.test:
        Portability fix
      mysys/my_pthread.c:
        Portability fix (HPUX)
      mysys/raid.cc:
        Portability fix
      mysys/thr_mutex.c:
        Portability fix
      scripts/mysql_install_db.sh:
        Clean up install message
      sql-bench/test-alter-table.sh:
        Fix testsuite
      sql/ha_innobase.cc:
        Fixed stack overwrite.
      sql/log_event.cc:
        Fixed purify warning
      sql/mysqld.cc:
        Added patch from FreeBSD port.
        Fixed shutdown on HPUX.
      sql/slave.cc:
        Cleanup
      sql/sql_cache.cc:
        Binary search in 'step' searching
        Check maximal block in bin
        Limit of comparasions number in list of memory blocks.
        Fixed bug in pack()
      sql/sql_cache.h:
        Binary search in 'step' searching
        Check maximal block in bin
        Limit of comparasions number in list of memory blocks.
        Fixed bug in pack()
      sql/sql_parse.cc:
        Optimize
      tools/mysqlmanager.c:
        Portability fix
      8f05035c
  2. 15 Dec, 2001 7 commits
    • unknown's avatar
      freebsd fix for openssl · 565e5cc7
      unknown authored
      horrible bug fixed
      
      
      mysql-test/r/fulltext_multi.result:
        Change mode to -rw-rw-r--
      mysql-test/r/fulltext_order_by.result:
        Change mode to -rw-rw-r--
      mysql-test/r/fulltext_update.result:
        Change mode to -rw-rw-r--
      mysql-test/r/fulltext_var.result:
        Change mode to -rw-rw-r--
      mysql-test/r/bulk_replace.result:
        Change mode to -rw-rw-r--
      mysql-test/r/handler.result:
        Change mode to -rw-rw-r--
      include/my_global.h:
        FreeBSD fix for openssl
      myisam/ft_static.c:
        some boolean search operators added
      sql/sql_parse.cc:
        fixed horrible bug that makes mysqld CRASH when mysql client is started
      565e5cc7
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · f40d6b61
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      f40d6b61
    • unknown's avatar
      Last changes after merge with 3.23.47 · b63538f1
      unknown authored
      
      libmysqld/lib_sql.cc:
        Fix for new bitmap
      mysql-test/r/rpl_get_lock.result:
        Fix results after merge
      mysql-test/r/rpl_skip_error.result:
        Fix results after merge
      sql/log_event.cc:
        Finish merge of slave.cc
      sql/slave.cc:
        Finish merge
      b63538f1
    • unknown's avatar
      Merge with 3.23.47 · 63e4dec2
      unknown authored
      
      extra/resolve_stack_dump.c:
        Auto merged
      include/my_bitmap.h:
        Auto merged
      innobase/buf/buf0buf.c:
        Auto merged
      innobase/dict/dict0crea.c:
        Auto merged
      mysql-test/t/rpl_get_lock.test:
        Auto merged
      63e4dec2
    • unknown's avatar
      --replace_result in mysqltest can now use variables · 6a5f89c9
      unknown authored
      
      client/mysqltest.c:
        --replace_result can now use variables
      mysql-test/r/rpl000014.result:
        Fix to use new replace
      mysql-test/r/rpl000015.result:
        Fix to use new replace
      mysql-test/r/rpl000016.result:
        Fix to use new replace
      mysql-test/r/rpl_log.result:
        Fix to use new replace
      mysql-test/t/join.test:
        Fix to use new replace
      mysql-test/t/rpl000014.test:
        Fix to use new replace
      mysql-test/t/rpl000015.test:
        Fix to use new replace
      mysql-test/t/rpl000016.test:
        Fix to use new replace
      mysql-test/t/rpl_log.test:
        Fix to use new replace
      readline/rltty.c:
        Add missing function
      6a5f89c9
    • unknown's avatar
      Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql · f8b4629c
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      f8b4629c
    • unknown's avatar
      Fixed wrong case in variablename · 1f39a929
      unknown authored
      1f39a929
  3. 14 Dec, 2001 11 commits
    • unknown's avatar
      dict0crea.c: · 85a8f75a
      unknown authored
        Add diagnostic code to find out why foreign key constraint creation sometimes fails
      
      
      innobase/dict/dict0crea.c:
        Add diagnostic code to find out why foreign key constraint creation sometimes fails
      85a8f75a
    • unknown's avatar
      rem0rec.ic: · 8e6ac521
      unknown authored
        Remove a theoretical overrun in adaptive hash index building
      
      
      innobase/include/rem0rec.ic:
        Remove a theoretical overrun in adaptive hash index building
      8e6ac521
    • unknown's avatar
      buf0buf.c: · 0de5d993
      unknown authored
        Eliminate a Purify warning in a multithreaded test: the fields are not protected by a mutex, therefore they can be read uninitialized
      
      
      innobase/buf/buf0buf.c:
        Eliminate a Purify warning in a multithreaded test: the fields are not protected by a mutex, therefore they can be read uninitialized
      0de5d993
    • unknown's avatar
      Merge jamppa@work:/home/bk/mysql-4.0/ · dc4c51db
      unknown authored
      into hynda.mysql.fi:/data/my/bk/mysql-4.0-quick-fixes
      
      
      dc4c51db
    • unknown's avatar
      Fixed a bug in mysql.cc · 50ae39eb
      unknown authored
      
      client/mysql.cc:
        Fixed a bug with XML in mysql.cc
      50ae39eb
    • unknown's avatar
      Removed not used functions from sql_cache · c03330d5
      unknown authored
      Added new tests to testsuite.
      
      
      extra/resolveip.c:
        Portabilit fix.
      mysql-test/create-test-result:
        Fix for new mysql-test-run
      mysql-test/r/query_cache.result:
        Updated benchmarks
      mysql-test/t/query_cache-master.opt:
        Updated benchmarks
      mysql-test/t/query_cache.test:
        Updated benchmarks
      sql/sql_cache.cc:
        Removed not used functions
      sql/sql_cache.h:
        Removed not used functions
      c03330d5
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 8dca301f
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      8dca301f
    • unknown's avatar
      Update of section about aggregate UDF functions. · e49f5908
      unknown authored
      e49f5908
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 1c0c399c
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      1c0c399c
    • unknown's avatar
      misc cleanup · 601b545e
      unknown authored
      
      Docs/manual.texi:
        fixed bad merge
      include/my_bitmap.h:
        fixed comment format
      mysql-test/r/rpl_get_lock.result:
        make the test results predicable
      mysql-test/t/rpl_get_lock.test:
        predicatable test results
      mysys/my_bitmap.c:
        do not init/destroy mutex if bitmap is not declared thread safe
      sql/slave.cc:
        clean-up suggested by Monty to make init_slave_skip_errors() more compact
      601b545e
    • unknown's avatar
      Merge arjen@work.mysql.com:/home/bk/mysql-4.0 · 781c3872
      unknown authored
      into co3064164-a.bitbike.com:/home/arjen/mysql-4.0
      
      
      781c3872
  4. 13 Dec, 2001 21 commits
    • unknown's avatar
      More in comparison section. · e9ff0f12
      unknown authored
      
      BitKeeper/deleted/.del-section.Comparisons.texi~692b647b:
        Delete: Docs/section.Comparisons.texi
      e9ff0f12
    • unknown's avatar
      Cleanup Docs/Makefile.am · 45604534
      unknown authored
      
      Docs/Makefile.am:
        Remove dummy files.
      45604534
    • unknown's avatar
      Always compile rPM's with --enable-thread-safe-client · 4577aac4
      unknown authored
      
      sql-bench/bench-init.pl.sh:
        Add new options.
      sql/mysqld.cc:
        Fix --des-key-file
      support-files/mysql.spec.sh:
        Always compile with --enable-thread-safe-client
      4577aac4
    • unknown's avatar
      merged · 961f7be5
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      961f7be5
    • unknown's avatar
      Fix that SHOW STATUS works with SSL. · d3d30c01
      unknown authored
      Add 4.0 commands to SHOW STATUS.
      
      
      Docs/manual.texi:
        Cleanup
      mysql-test/r/innodb.result:
        Fixe results
      sql/mysqld.cc:
        Add commands unique for 4.0
      sql/sql_lex.h:
        Cleanup
      sql/sql_parse.cc:
        Cleanup
      sql/sql_show.cc:
        Fix that SHOW STATUS works with SSL.
      sql/sql_yacc.yy:
        Cleanup
      d3d30c01
    • unknown's avatar
      merge · 6e31c2ca
      unknown authored
      
      innobase/btr/btr0cur.c:
        Auto merged
      innobase/dict/dict0dict.c:
        Auto merged
      innobase/sync/sync0arr.c:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/table.cc:
        Auto merged
      sql/unireg.cc:
        Auto merged
      Docs/manual.texi:
        Merge
      6e31c2ca
    • unknown's avatar
      New test results · 9385d3ab
      unknown authored
      
      BUILD/compile-pentium-debug-max:
        Compile with openssl
      mysql-test/r/innodb.result:
        New test result
      9385d3ab
    • unknown's avatar
      b554ef6b
    • unknown's avatar
      Added status variables for all MySQL commands. · e12119dc
      unknown authored
      
      Docs/manual.texi:
        Changelog
      e12119dc
    • unknown's avatar
      Fixed problem with default & InnoDB tables. · c0de7ffc
      unknown authored
      
      Docs/manual.texi:
        ChangeLog
      c0de7ffc
    • unknown's avatar
      Added FLUSH DES_KEY_FILE. · a63ecdd3
      unknown authored
      New HEX() function.
      Final (?) cleanup of des_encrypt() / des_decrypt().
      Added missing files to Makefiles.
      
      
      Docs/Makefile.am:
        Add missing files
      Docs/manual.texi:
        Added information about HEX() and des_encrypt() / des_decrypt().
      include/mysql_com.h:
        Added FLUSH DES_KEY_FILE
      myisam/ft_update.c:
        Removed compiler warnings
      mysql-test/mysql-test-run.sh:
        Fixes needed for des_key tests.
      mysql-test/r/func_crypt.result:
        Moved crypt test from func_str to func_crypt
      mysql-test/r/func_encrypt.result:
        Moved crypt test from func_str to func_crypt
      mysql-test/r/func_str.result:
        Moved crypt test from func_str to func_crypt
      mysql-test/t/func_crypt.test:
        Moved crypt test from func_str to func_crypt
      mysql-test/t/func_encrypt.test:
        New tests
      mysql-test/t/func_str.test:
        Moved crypt test from func_str to func_crypt
      sql/des_key_file.cc:
        Changes needed for FLUSH DES_KEY_FILE
      sql/item_create.cc:
        New HEX() function
      sql/item_strfunc.cc:
        Changes needed for FLUSH DES_KEY_FILE
      sql/item_strfunc.h:
        New HEX() function
      sql/item_timefunc.cc:
        cleanup
      sql/lex.h:
        FLUSH DES_KEY_FILE
      sql/mysql_priv.h:
        FLUSH DES_KEY_FILE
      sql/mysqld.cc:
        FLUSH DES_KEY_FILE
      sql/sql_parse.cc:
        Cleanup sql_yacc.yy
      sql/sql_yacc.yy:
        Cleanup sql_yacc.yy
      a63ecdd3
    • unknown's avatar
      Merge arjen@work.mysql.com:/home/bk/mysql-4.0 · f6ff0c49
      unknown authored
      into co3064164-a.bitbike.com:/home/arjen/mysql-4.0
      
      
      f6ff0c49
    • unknown's avatar
      Formatting fixups in query cache section. · e5e962e3
      unknown authored
      e5e962e3
    • unknown's avatar
      slave-skip-errors · 623eedda
      unknown authored
      added extra/mysql_install.c - will work on it in 4.0, but it does not hurt
      to have it sit in 3.23 tree for now since it will eventually be backported 
      to 3.23 anyway 
      
      
      Docs/manual.texi:
        documented slave-skip-errors
        updated change history
      extra/resolve_stack_dump.c:
        fixed wrong help message
      include/my_bitmap.h:
        bitmap code updates
      mysql-test/r/rpl_get_lock.result:
        test for a possible bug in release_lock() replication
      mysql-test/t/rpl_get_lock.test:
        test for possible bug in release_lock replication
      mysys/my_bitmap.c:
        bitmap code updates/clean-up
      sql/mysqld.cc:
        slave-skip-errors
      sql/slave.cc:
        slave-skip-errors
      sql/slave.h:
        slave skip errors
      623eedda
    • unknown's avatar
    • unknown's avatar
      Fixes for des_crypt functions. · 1ad683a4
      unknown authored
      
      sql/Makefile.am:
        Added missing header file
      sql/des_key_file.cc:
        Fixed compiler errors
      sql/item_strfunc.cc:
        Fixed compiler errors
      sql/lex.h:
        Portablity fix
      sql/mysql_priv.h:
        Fixed wrong type
      sql/sql_yacc.yy:
        Portablity fix
      1ad683a4
    • unknown's avatar
      Merge arjen@work.mysql.com:/home/bk/mysql-4.0 · b656c048
      unknown authored
      into co3064164-a.bitbike.com:/home/arjen/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      b656c048
    • unknown's avatar
      menu/node fixup for BSD sections. · a29b8cc7
      unknown authored
      a29b8cc7
    • unknown's avatar
      Merge arjen@work.mysql.com:/home/bk/mysql-4.0 · 54752c02
      unknown authored
      into co3064164-a.bitbike.com:/home/arjen/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      54752c02
    • unknown's avatar
    • unknown's avatar
      Merge · eaee0ac0
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      eaee0ac0