- 22 Dec, 2001 2 commits
-
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
Change tests to use database 'mysqltest' instead of 'foo' Add option to not print access denied messages to check_table_access() Docs/manual.texi: Updated query cache information. client/mysqltest.c: When connection to the database '*NO-ONE*, connect without specify a database. include/raid.h: Portability fix mysql-test/r/drop.result: Change test to use database 'mysqltest' instead of 'foo' mysql-test/r/flush.result: Change test to use database 'mysqltest' instead of 'foo' mysql-test/r/innodb.result: Change test to use database 'mysqltest' instead of 'foo' mysql-test/r/query_cache.result: Change test to use database 'mysqltest' instead of 'foo' mysql-test/t/drop.test: Change test to use database 'mysqltest' instead of 'foo' mysql-test/t/flush.test: Change test to use database 'mysqltest' instead of 'foo' mysql-test/t/innodb.test: Change test to use database 'mysqltest' instead of 'foo' mysql-test/t/query_cache.test: Change test to use database 'mysqltest' instead of 'foo' sql/mysql_priv.h: Add option to not print access denied messages sql/net_pkg.cc: Fix for query cache sql/net_serv.cc: Speed improvment sql/sql_cache.cc: Fixed access privilege bug in query cache sql/sql_cache.h: Always compiled with integrity check function prototypes. sql/sql_do.cc: Removed warning sql/sql_parse.cc: Add option to not print access denied messages
-
- 21 Dec, 2001 6 commits
-
-
unknown authored
Update OLEDB section Docs/manual.texi: Update OLEDB section
-
unknown authored
BitKeeper/etc/ignore: auto-union sql/sql_handler.cc: Auto merged Docs/manual.texi: SCCS merged
-
unknown authored
HA_NO_FULLTEXT_KEY property -> HA_CAN_FULLTEXT sql/ha_berkeley.h: HA_NO_FULLTEXT_KEY property -> HA_CAN_FULLTEXT sql/ha_heap.h: HA_NO_FULLTEXT_KEY property -> HA_CAN_FULLTEXT sql/ha_innobase.h: HA_NO_FULLTEXT_KEY property -> HA_CAN_FULLTEXT sql/ha_isam.h: HA_NO_FULLTEXT_KEY property -> HA_CAN_FULLTEXT sql/ha_isammrg.h: HA_NO_FULLTEXT_KEY property -> HA_CAN_FULLTEXT sql/ha_myisammrg.h: HA_NO_FULLTEXT_KEY property -> HA_CAN_FULLTEXT sql/sql_handler.cc: HANDLER works only with MyISAM tables sql/sql_table.cc: HA_NO_FULLTEXT_KEY property -> HA_CAN_FULLTEXT
-
unknown authored
Docs/manual.texi: Auto merged innobase/row/row0ins.c: Auto merged mysql-test/r/innodb.result: Auto merged sql/mysqld.cc: Use local version.
-
unknown authored
Fixed data corruption bug in query cache. Made queries be dependent of the database in use. Docs/manual.texi: Update binary log reference client/mysql.cc: Removed warning include/thr_alarm.h: Cleanup of alarm macros. libmysql/libmysql.c: Portabiliy fix libmysql/net.c: Cleanup of alarm macros. mysql-test/t/rpl_get_lock.test: Fixed results after merge. mysys/my_bitmap.c: Removed warning. sql/log_event.cc: Use thd->db_length sql/mini_client.cc: Cleanup of alarm macros. sql/net_serv.cc: Cleanup of alarm macros. sql/sql_acl.cc: Use thd->db_length sql/sql_cache.cc: Store used database together with the query. sql/sql_class.cc: Use thd->db_length sql/sql_class.h: Use thd->db_length sql/sql_db.cc: Use thd->db_length sql/sql_parse.cc: Use thd->db_length sql/sql_udf.cc: Use thd->db_length
-
unknown authored
Docs/manual.texi: Changelog mysql-test/r/innodb.result: Update results after InnoDB optimizer changes.
-
- 20 Dec, 2001 7 commits
-
-
unknown authored
Allow equal key values in a unique secondary index if the key value contains an SQL NULL innobase/row/row0ins.c: Allow equal key values in a unique secondary index if the key value contains an SQL NULL
-
unknown authored
manual updated Docs/manual.texi: mysqldump, News, Upgrading entires updated client/mysqldump.c: "ALTER TABLE ... DISABLE KEYS" is added to the dump. Invisible spaces deleted :-)
-
unknown authored
Add warnings to recovery in some cases where log file might be corrupt and consequently recovery can be trusted less than normally innobase/log/log0recv.c: Add warnings to recovery in some cases where log file might be corrupt and consequently recovery can be trusted less than normally
-
unknown authored
mysql-test/t/rpl_get_lock.test: Auto merged sql/ha_innobase.cc: Merge sql/sql_parse.cc: Clean up comments
-
unknown authored
-
unknown authored
Fix pthread_mutex_trylock on HPUX (needed for query cache). include/my_pthread.h: Fixed mutex problem with pthread_mutex_trylock on HPUX. mysql-test/mysql-test-run.sh: Wait for .pid file instead of .sock, because .pid is created later. mysql-test/r/query_cache.result: Test insert delated + query cache mysql-test/t/query_cache.test: Test insert delated + query cache mysys/my_pthread.c: Fixed mutex problem with pthread_mutex_trylock on HPUX. sql/repl_failsafe.cc: Safety sql/sql_insert.cc: Fix insert delated + query cache
-
unknown authored
Added info about two new Query Cache status variables.
-
- 19 Dec, 2001 6 commits
-
-
unknown authored
tests/mail_to_db.pl: Fixed a bug in mail_to_db.pl; the program got confused by carriage return, if existed at the end of a line.
-
unknown authored
BitKeeper/etc/ignore: Added scripts/mysql_fix_extensions to the ignore list scripts/mysql_fix_extensions.sh: typo fixed
-
unknown authored
Changed 'send_file_to_server' to use less stack (Fixed replication problem on OSF1). Docs/manual.texi: Changelog libmysql/libmysql.c: Changed 'send_file_to_server' to use less stack (Fixed some problems in threaded applications) mysql-test/mysql-test-run.sh: Fixed --sleep option sql/mini_client.cc: Changed 'send_file_to_server' to use less stack (Fixed replication problem on OSF1). sql/mysqld.cc: Destroy query cache properly sql/sql_cache.cc: Fixed bug in FLUSH QUERY CACHE
-
unknown authored
instead of DO RELEASE_LOCK() mysql-test/t/rpl_get_lock.test: test for SELECT RELEASE() replication bug
-
unknown authored
-
unknown authored
-
- 18 Dec, 2001 2 commits
-
-
unknown authored
Add better instructions on how to specify innodb_data_file_path etc. sql/ha_innobase.cc: Add better instructions on how to specify innodb_data_file_path etc.
-
unknown authored
Portability fixes. Fixed bug in mysqlbinlog when detecting binary log version client/mysqlbinlog.cc: Fixed bug when detecting binary log version configure.in: Portability fix for HPUX mysql-test/mysql-test-run.sh: Portability fix sql-bench/bench-init.pl.sh: Updated benchmarks sql-bench/run-all-tests.sh: Updated benchmarks sql-bench/server-cfg.sh: Updated benchmarks sql-bench/test-ATIS.sh: Updated benchmarks sql-bench/test-connect.sh: Updated benchmarks
-
- 17 Dec, 2001 13 commits
-
-
unknown authored
mysql-test/mysql-test-run.sh: Increased sleep times
-
unknown authored
BitKeeper/etc/ignore: Added libmysqld/sql_do.cc to the ignore list include/m_string.h: Fix for purify libmysql/Makefile.shared: Fix for purify libmysqld/Makefile.am: Fix for purify sql/sql_handler.cc: Cleanup
-
unknown authored
innobase/dict/dict0dict.c: Auto merged innobase/row/row0mysql.c: Auto merged sql/gen_lex_hash.cc: Auto merged sql/ha_innobase.cc: Auto merged sql/item_func.cc: Auto merged sql/lex.h: Auto merged sql/sql_parse.cc: Auto merged Docs/manual.texi: merge sql/Makefile.am: merge sql/mysql_priv.h: merge sql/sql_lex.h: merge sql/sql_yacc.yy: merge
-
unknown authored
-
unknown authored
Docs/manual.texi: ChangeLog sql/gen_lex_hash.cc: Safety fix
-
unknown authored
-
unknown authored
include/my_pthread.h: Fix for HPUX mysql-test/mysql-test-run.sh: Wait for socket instead of pid file mysys/my_static.c: Portability fix (for OSF1) mysys/raid.cc: Portability fix (for OSF1) sql/mysqld.cc: Fixed typo for FreeBSD. strings/bcmp.c: Fix for purify
-
unknown authored
Cleanup innobase/dict/dict0dict.c: Cleanup sql/ha_innobase.cc: Cleanup
-
unknown authored
Do less statistics calculations for tables dict0mem.h, row0mysql.c: Make calculation of new statistics less frequent, because the statistics in 3.23.44 involves many random disk reads innobase/include/dict0mem.h: Do less statistics calculations for tables innobase/row/row0mysql.c: Do less statistics calculations for tables innobase/dict/dict0dict.c: Do less statistics calculations for tables innobase/dict/dict0mem.c: Do less statistics calculations for tables
-
unknown authored
Do not automatically calculate new statistics when a temporary table is used by MySQL in a query. The fact that some ORDER BY queries were slow may have been explained by this unnecessary statistics calculation. sql/ha_innobase.cc: Do not automatically calculate new statistics when a temporary table is used by MySQL in a query. The fact that some ORDER BY queries were slow may have been explained by this unnecessary statistics calculation.
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
Fix compile problem in sql_cache.cc sql/mysqld.cc: Don't use symlinks if you are using HAVE_purify sql/sql_cache.cc: Don't call bins_dump() when not debugging.
-
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
-
- 16 Dec, 2001 2 commits
- 15 Dec, 2001 2 commits
-
-
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
-
unknown authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
-