- 15 Dec, 2000 12 commits
-
-
unknown authored
BitKeeper/etc/logging_ok: auto-union
-
unknown authored
Added mysqltest for <=> Removed use of TAB in output from mysql-test-run Docs/manual.texi: Changelog client/mysqltest.c: Added missing argument; Changed to use standard defines mysql-test/README: Cleaned up mysql-test/mysql-test-run.sh: Removed use of TAB in output (We are now also depening on sed) sql/item_cmpfunc.cc: Fixed <=> sql/item_cmpfunc.h: Fixed <=>
-
unknown authored
sql/ha_berkeley.cc: - fix coredump in berkeley_show_logs()
-
unknown authored
Docs/manual.texi: - fix typo
-
unknown authored
Docs/manual.texi: - update News about SHOW LOGS
-
unknown authored
sql/ha_berkeley.cc: - add berkeley_show_logs() sql/ha_berkeley.h: - add berkeley_show_logs() sql/mysql_priv.h: - add show_logs() sql/sql_lex.h: - add show_logs() sql/sql_parse.cc: - add show_logs() sql/sql_show.cc: - add show_logs() sql/sql_yacc.yy: - add show_logs() Docs/manual.texi: - add show_logs() BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
BitKeeper/etc/logging_ok: auto-union Docs/manual.texi: Auto merged
-
unknown authored
New test for string functions Docs/manual.texi: Updated changes for 3.23.29 client/mysqldump.c: Cleanup libmysql/libmysql.c: Fixed possible overflow sql/handler.cc: Fixed typo sql/item_strfunc.cc: Fixed that LPAD() and RPAD() cuts arguments sql/mysqld.cc: Better error message on core dump BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
forgot to check this in mysql-test/r/rpl000016.result: forgot to check this in
-
unknown authored
fixed bug that created empty result files in no-record mode mysql-test/t/rpl000007.test testing non-replication of load data infile when the table is excluded from replication mysql-test/t/rpl000016.test test purge master logs sql/slave.cc fix memory leaks found by purge master logs test sql/sql_repl.cc fixed race condition and delete before close bug in reset_slave() Overall comments - coverage testing is a very good thing! client/mysqltest.c: fixed bug that created empty result files in no-record mode mysql-test/t/rpl000007.test: testing non-replication of load data infile when the table is excluded from replication mysql-test/t/rpl000016.test: test purge master logs sql/slave.cc: fix memory leaks found by purge master logs test sql/sql_repl.cc: fixed race condition and delete before close bug in reset_slave()
-
unknown authored
myisammrg/myrg_open.c: merged
-
unknown authored
added system command myisammrg/myrg_open.c fixed coredump when opening an empty union table sql/sql_repl.cc fixed warnings, remove confusing comment, fixed coredump in change master to when master.info was corrupted added new replication test case client/mysqltest.c: added system command myisammrg/myrg_open.c: fixed coredump when opening an empty union table sql/sql_repl.cc: fixed warnings, remove confusing comment, fixed coredump in change master to when master.info was corrupted
-
- 14 Dec, 2000 9 commits
-
-
unknown authored
mysql-test/t/ft0000001.test: comments cleared up myisammrg/myrg_open.c: empty MRG bug fixed again (fix from 1.8 was removed in 1.9)
-
unknown authored
BitKeeper/etc/gone: auto-merge
-
unknown authored
-
unknown authored
fixes for Bourne shell removed colors optimized echo/expr for bash mysql-test/mysql-test-run.sh: fixes for Bourne shell removed colors optimized echo/expr for bash
-
unknown authored
BitKeeper/deleted/.del-logging_ok~32b6551b8288c2fa: ***MISSING WEAVE*** BitKeeper/etc/logging_ok: Auto merged
-
unknown authored
BitKeeper/deleted/.del-README.gcov: ***MISSING WEAVE*** BitKeeper/etc/logging_ok: ***MISSING WEAVE***
-
unknown authored
-
unknown authored
BUILD/compile-pentium-debug: fox for parallel make BUILD/compile-pentium-gcov: fix for parallel make BUILD/compile-pentium: fix to enable parallel make when recursing to subdirectories Build-tools/Do-all-build-steps: fix for parallel make, remove the stale comment to make Tim happy Build-tools/Do-rpm: fix for parallel make
-
unknown authored
BitKeeper/etc/ignore: Added BitKeeper/tmp/gone to the ignore list
-
- 13 Dec, 2000 9 commits
-
-
unknown authored
BitKeeper/etc/ignore: Added mysql-test/install_test_db mysql-test/mysql-test-run to the ignore list include/global.h: another fix for MIT-threads
-
unknown authored
fixed typo scripts/make_binary_distribution.sh added .MRG and .frm files mysql-test/Makefile.am: fixed typo scripts/make_binary_distribution.sh: added .MRG and .frm files
-
unknown authored
include/global.h: Fix for MIT-threads
-
unknown authored
sql/sql_parse.cc: we were using wrong strdup
-
unknown authored
mysql-test-run.sh fixes for distribution Makefile.am Fixes for distribution mysql-test/Makefile.am: Fixes for distribution mysql-test/mysql-test-run.sh: fixes for distribution mysql-test/install_test_db.sh: fixes for distribution
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql BitKeeper/etc/logging_ok: Auto converge
-
unknown authored
mysql-test/mysql-test-run: fixed bug that unconditionally restarted both servers before each test added support for slave-master-info.opt to specify master info options and override defaults for an individual test fixed race conditions in slave start/slave stop added a new rpl test case sql/sql_repl.cc: fixed race conditions in slave start/slave stop
-
unknown authored
mysql-test/Makefile.am: Removed README
-
unknown authored
Do-patch-file Update for new web structure Makefile.am Added dependency for manual_toc.html Makefile.am Replaced chmod with RM to avoid error message include/Makefile.am: Replaced chmod with RM to avoid error message Docs/Makefile.am: Added dependency for manual_toc.html Build-tools/Do-patch-file: Update for new web structure support-files/mysql.spec.sh: Don't install BDB BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 12 Dec, 2000 9 commits
-
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql BitKeeper/etc/logging_ok: Auto converge
-
unknown authored
Docs/manual.texi: minor wording change in LOAD DATA section BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
No commit message
-
unknown authored
added a new test case that relies on --result-file client/mysqltest.c: allow a mix of --result-file and @ result file specifications mysql-test/mysql-test-run: -record option -R options to mysql-test so taht result files will be compared
-
unknown authored
add --result-file option mysql-test/mysql-test-run do a really good job to kill mysqld if it is stuck client/mysqltest.c: add --result-file option mysql-test/mysql-test-run: do a really good job to kill mysqld if it is stuck
-
unknown authored
mysql-test/mysql-test-run: added support for copying tables into datadir - now only MRG and FRM files are copied - will add others as we come up with samples
-
unknown authored
sql/filesort.cc: merged
-
unknown authored
ft0000002.test several ft-indexes test filesort.cc DBUG_PRINT's added sql/filesort.cc: more DBUG_PRINT's added mysql-test/t/ft0000001.test: more tests added
-
unknown authored
Remove not used BDB logs on shutdown Don't give warnings for repair on slaves Fixed transaction log files Docs/manual.texi: Updated 'known bugs' include/my_sys.h: Added define for checking number of bytes left in the IO_CACHE mysql-test/mysql-test-run: Small bug fixes mysys/mf_iocache2.c: Use new define sql/filesort.cc: Temporary fix for FULLTEXT index sql/ha_berkeley.cc: Fix for delete in tables with hidden primary key Remove not used BDB logs on shutdown sql/ha_myisam.cc: Don't give warnings for repair on slaves sql/hostname.cc: Portability fix sql/log.cc: Fix transaction log files sql/log_event.h: portability fix sql/slave.cc: Don't give warnings for repair on slaves sql/sql_class.h: Cleanup sql/sql_parse.cc: Fixed typo
-
- 11 Dec, 2000 1 commit
-
-
unknown authored
sql/log_event.h: fixed load data infile replication for alpha
-