1. 14 Dec, 2001 1 commit
  2. 13 Dec, 2001 19 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
      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
      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
    • 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
    • unknown's avatar
      Fixed sleep time in mysql-test-run · 33a09682
      unknown authored
      Fixed bug in query cache.
      Cleaned up des_crypt code.
      
      
      BitKeeper/deleted/.del-fsck.mysql~87170d4358b50d60:
        Delete: fs/fsck.mysql
      Docs/manual.texi:
        Changed != to <>
      mysql-test/mysql-test-run.sh:
        Fix sleep times to take into account creation of InnoDB tables.
      mysql-test/r/group_by.result:
        More tests
      mysql-test/r/query_cache.result:
        More tests
      mysql-test/r/union.result:
        More tests
      mysql-test/t/func_str.test:
        Fix for FreeBSD
      mysql-test/t/query_cache.test:
        More tests
      mysql-test/t/union.test:
        More tests
      mysys/my_winsem.c:
        Cleanup comments
      sql/des_key_file.cc:
        Cleanup des_crypt code
      sql/item_strfunc.cc:
        Cleanup des_crypt code
      sql/item_strfunc.h:
        Cleanup des_crypt code
      sql/mysql_priv.h:
        Cleanup des_crypt code
      sql/mysqld.cc:
        Cleanup des_crypt code
      sql/sql_acl.cc:
        For for GRANT and lower-case-table names
      sql/sql_cache.cc:
        Function for integrity checking.
        Fixed bug when merging blocks.
      sql/sql_cache.h:
        Function for integrity checking.
      sql/sql_delete.cc:
        Cleanup
      sql/sql_parse.cc:
        For for GRANT and lower-case-table names
      sql/sql_union.cc:
        Cleanup & fixed bug in LIMIT handling
      sql/sql_yacc.yy:
        C
      33a09682
  3. 12 Dec, 2001 3 commits
  4. 11 Dec, 2001 12 commits
    • unknown's avatar
      sync0arr.c: · b9562004
      unknown authored
        Increase semaphore wait warning threshold to 240 seconds
      
      
      innobase/sync/sync0arr.c:
        Increase semaphore wait warning threshold to 240 seconds
      b9562004
    • unknown's avatar
      btr0cur.c: · 75125cf0
      unknown authored
        Improve table cardinality estimate if there are big BLOBs
      
      
      innobase/btr/btr0cur.c:
        Improve table cardinality estimate if there are big BLOBs
      75125cf0
    • unknown's avatar
      ut0byte.h, ut0byte.c, dict0dict.c: · a2675d29
      unknown authored
        Make column names non-case-sensitive in referential constraints and put table and database names there in lower case in Windows
      
      
      innobase/dict/dict0dict.c:
        Make column names non-case-sensitive in referential constraints and put table and database names there in lower case in Windows
      innobase/ut/ut0byte.c:
        Make column names non-case-sensitive in referential constraints and put table and database names there in lower case in Windows
      innobase/include/ut0byte.h:
        Make column names non-case-sensitive in referential constraints and put table and database names there in lower case in Windows
      a2675d29
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 9152ef4b
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      9152ef4b
    • unknown's avatar
      do not use manager with gdb *by default* · f63d847e
      unknown authored
      f63d847e
    • unknown's avatar
      rewrote ft_boolean_find_relevance() to use ft_segiterator · 6d187f8d
      unknown authored
      
      myisam/ft_update.c:
        bugfix
      6d187f8d
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · f0f71acc
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      f0f71acc
    • unknown's avatar
      Fix for MyISAM records > 16M · 72ec7dfc
      unknown authored
      
      Docs/manual.texi:
        ChangeLog
      innobase/os/os0file.c:
        Removed compiler warnings
      myisam/mi_check.c:
        Fix for records > 16M
      myisam/mi_dynrec.c:
        Fix for records > 16M
      myisam/myisamdef.h:
        Fix for records > 16M
      sql/sql_select.cc:
        Cleanup
      sql/sql_yacc.yy:
        F
      72ec7dfc
    • unknown's avatar
      manual.texi reword relationship between command line options · 65feab35
      unknown authored
      manual.texi	and option files
      
      
      Docs/manual.texi:
        reword relationship between command line options
        and option files
      65feab35
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · a3bbc574
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      myisam/ft_boolean_search.c:
        Auto merged
      myisam/ft_update.c:
        Auto merged
      a3bbc574
    • unknown's avatar
      committing to be able to pull · e8b18cc0
      unknown authored
      e8b18cc0
    • unknown's avatar
      _mi_ft_segiterator function family · 10883d33
      unknown authored
      
      BitKeeper/deleted/.del-build-tags~b6f6fff142121618:
        Delete: build-tags
      10883d33
  5. 10 Dec, 2001 5 commits
    • unknown's avatar
      merge · 27097669
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      mysql-test/t/group_by.test:
        Auto merged
      sql/stacktrace.c:
        Auto merged
      mysql-test/r/group_by.result:
        To be corrected..
      27097669
    • unknown's avatar
      Portability fixes. · 315b8991
      unknown authored
      Changed mysql-test-run.sh to test for files to get shorter, more reliable timeouts.
      
      
      Docs/manual.texi:
        Cleaned up SET PASSWORD stuff
      client/mysqltest.c:
        Do more retrys
      mysql-test/mysql-test-run.sh:
        Test for files to get shorter timeouts
      mysql-test/r/query_cache.result:
        Portability fix
      mysql-test/t/query_cache.test:
        Portability fix
      sql/sql_cache.cc:
        Safety fix
      315b8991
    • unknown's avatar
      Fixed bug in GROUP BY ... DESC · 2d1e16eb
      unknown authored
      
      Docs/manual.texi:
        Changelog
      libmysql/libmysql.c:
        Fixed bug with mysql_use_result() when mysql_query() is called before mysql_free_result().
      mysql-test/r/group_by.result:
        New tests
      mysql-test/t/group_by.test:
        New tests
      sql/stacktrace.c:
        Fix for SCO
      2d1e16eb
    • unknown's avatar
      Added information about floating point numbers. · 718825a9
      unknown authored
      718825a9
    • unknown's avatar
      test for truncation operator in indexless bolelan fts · fba9a874
      unknown authored
      mysys/queue.c: /* comment added */
      
      
      mysql-test/r/fulltext.result:
        test for truncation operator in indexless bolelan fts
      mysql-test/t/fulltext.test:
        test for truncation operator in indexless bolelan fts
      mysys/queues.c:
        comment added
      fba9a874