- 25 Apr, 2001 2 commits
- 24 Apr, 2001 8 commits
-
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
unknown authored
added support for virtual master ( replicating from a directory with binlogs) test case for backup/restore with virtual master client/mysqltest.c: fix to accomodate for new test case mysql-test/mysql-test-run.sh: do not automagically start slave sql/log.cc: support for virtual master sql/log_event.cc: fix for mysqlbinlog sql/log_event.h: fix for mysqlbinlog sql/mysqlbinlog.cc: fix for mysqlbinlog sql/slave.cc: virtual master sql/slave.h: virtual master sql/sql_class.h: clean-up/fixes for virtual master sql/sql_repl.cc: cleanup/fixes for virtual master sql/sql_repl.h: virtual master
-
unknown authored
innobase/os/os0sync.c: Eliminate compiler warning in Win
-
unknown authored
innobase/os/os0file.c: Fix to the error message
-
unknown authored
innobase/os/os0file.c: Added better error message if disk is full; calls exit(1)
-
unknown authored
innobase/include/univ.i: If _NT_ defined, define also __NT__
-
unknown authored
innobase/os/os0file.c: Remove a compilation error on Windows
-
unknown authored
Docs/manual.texi: Added a link.
-
- 23 Apr, 2001 5 commits
-
-
unknown authored
Docs/manual.texi: minor mods to recent change notes
-
unknown authored
Docs/manual.texi: New option, -r, to mysqldump. This is needed in MSDOS mode. client/mysqldump.c: Added option -r for MSDOS mode.
-
unknown authored
client/mysqlcheck.c: Added option --autorepair and possibility to change the default behavior by changing the executable file name (copy / symlink)
-
unknown authored
Docs/manual.texi: missing @ on @item in contributed software page BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
Docs/manual.texi: Updated mysqld-max section acinclude.m4: Portability fix include/m_ctype.h: Portability fix innobase/configure.in: Portability fix
-
- 22 Apr, 2001 1 commit
-
-
unknown authored
Docs/manual.texi: new links scripts/make_binary_distribution.sh: Added missing files sql/sql_select.cc: Added accidently removed line
-
- 21 Apr, 2001 2 commits
-
-
unknown authored
Changed 'lib' to 'master-data' Fix for slow slaves Docs/manual.texi: Changelog include/mysql.h: Fixes for Cygwin libmysql/libmysql.c: Fixes for Cygwin mysql-test/Makefile.am: Include missing test files mysql-test/include/master-slave.inc: Fixes for slow slaves mysql-test/install_test_db.sh: Change 'lib' to 'master-data' mysql-test/mysql-test-run.sh: Change 'lib' to 'master-data' mysql-test/r/group_by.result: Test case for count(*) problem mysql-test/t/group_by.test: Test case for count(*) problem mysql-test/t/rpl000018-master.sh: Change 'lib' to 'master-data' sql/sql_select.cc: Fix for count(*) problem
-
unknown authored
Docs/manual.texi: Updated TODO client/mysqlcheck.c: Fixed portability problems mysql-test/r/backup.result: Fixed output after format change for BACKUP TABLE sql/ha_berkeley.cc: Added missing variable sql/opt_range.cc: Small optimization when calculating key blocks
-
- 20 Apr, 2001 5 commits
-
-
unknown authored
BitKeeper/etc/ignore: Added client/mysqlcheck to the ignore list Docs/manual.texi: Changelog
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
BitKeeper/deleted/.del-compile-ia64-O0-sgicc~a4e0732013d6b602: Delete: BUILD/compile-ia64-O0-sgicc BitKeeper/deleted/.del-compile-ia64-O0~3a41dfebefc817d1: Delete: BUILD/compile-ia64-O0 BitKeeper/deleted/.del-compile-ia64-O2-sgicc~6ff796ecac337849: Delete: BUILD/compile-ia64-O2-sgicc BitKeeper/deleted/.del-compile-ia64-O2~87d13594c3599830: Delete: BUILD/compile-ia64-O2 BitKeeper/deleted/.del-compile-ia64-O6~c34e6b943b12c468: Delete: BUILD/compile-ia64-O6 Docs/manual.texi: Cleanup mysql-test/r/rpl000014.result: Change port number for comparison mysql-test/r/rpl000015.result: Change port number for comparison mysql-test/r/rpl000016.result: Change port number for comparison mysql-test/t/rpl000014.test: Change port number for comparison mysql-test/t/rpl000015.test: Change port number for comparison mysql-test/t/rpl000016.test: Change port number for comparison sql-bench/Results/ATIS-mysql-NT_4.0: New test results sql-bench/Results/RUN-mysql-NT_4.0: New test results sql-bench/Results/alter-table-mysql-NT_4.0: New test results sql-bench/Results/big-tables-mysql-NT_4.0: New test results sql-bench/Results/connect-mysql-NT_4.0: New test results sql-bench/Results/create-mysql-NT_4.0: New test results sql-bench/Results/insert-mysql-NT_4.0: New test results sql-bench/Results/select-mysql-NT_4.0: New test results sql-bench/Results/wisconsin-mysql-NT_4.0: New test results sql/slave.cc: Removed not used variable
-
unknown authored
Docs/manual.texi: Updated some old information. client/Makefile.am: mysqlcheck added.
-
unknown authored
BitKeeper/deleted/.del-mysqlcheck~363e3278166d84ec: Delete: client/mysqlcheck client/mysqlcheck.c: New client mysqlcheck.c. Previously mistakenly added mysqlcheck script has been removed from the bk tree.
-
- 19 Apr, 2001 10 commits
-
-
unknown authored
BitKeeper/etc/logging_ok: auto-union
-
unknown authored
CHECK, REPAIR, ANALYZE and OPTIMIZE instead of myisamchk, when MySQL server is running. Documentation to MySQL manual will follow shortly. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
BitKeeper/etc/ignore: added mysql.proj
-
unknown authored
BitKeeper/deleted/.del-ib_config.h.in~9e57db8504e55b7: Delete: innobase/ib_config.h.in BitKeeper/deleted/.del-ib_config.h~7539e26ffc614439: Delete: innobase/ib_config.h Docs/manual.texi: Changelog myisam/mi_locking.c: Cleanup mysql-test/r/bdb.result: Test for LOCK TABLES mysql-test/r/innodb.result: Test for LOCK TABLES mysql-test/t/bdb.test: Test for LOCK TABLES mysql-test/t/innodb.test: Test for LOCK TABLES sql-bench/test-insert.sh: Allow loop to be small sql/ha_berkeley.cc: Fixed bug when using LOCK TABLES with BDB sql/ha_berkeley.h: Fixed bug when using LOCK TABLES with BDB sql/handler.h: Fixed bug when using LOCK TABLES with BDB sql/sql_base.cc: Fixed bug when using LOCK TABLES with BDB sql/sql_parse.cc: UNLOCK TABLES ends transaction sql/sql_select.cc: Fix to not call index_end() twice
-
unknown authored
innobase/configure.in: Removed debug options
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
Docs/manual.texi: Updated mysqld-max section configure.in: Version change innobase/configure.in: Don't compile with -g when not using debugging (No optimization on Linux-Alpha) innobase/ib_config.h.in: config file innobase/ib_config.h: config file innobase/include/que0que.h: Can't inline this on SCO innobase/include/que0que.ic: Can't inline this on SCO innobase/include/sync0sync.h: Fix for Mac OS X innobase/que/que0que.c: Added functions that can't be inlined on SCO
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
unknown authored
mysql-test/Makefile.am: fixed bug in distribution build scripts/make_binary_distribution.sh: fixed bug in the distribution build
-
- 18 Apr, 2001 7 commits
-
-
unknown authored
-
unknown authored
Removed test of default master parameter Don't lock locked tables in REPAIR Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT BitKeeper/deleted/.del-have_default_master.inc~a54c86e65a6c4af: Delete: mysql-test/include/have_default_master.inc BitKeeper/deleted/.del-have_default_master.require~1465255ffdaf82f: Delete: mysql-test/r/have_default_master.require Docs/manual.texi: Changelog for 3.23.38 acconfig.h: Added test for PTHREAD_YIELD acinclude.m4: Added test for PTHREAD_YIELD configure.in: Added test for PTHREAD_YIELD innobase/os/os0thread.c: Added test for PTHREAD_YIELD mysql-test/r/lock.result: Added test of lock bug mysql-test/t/lock.test: Added test of lock bug mysql-test/t/rpl000014.test: Removed test of default master parameter mysql-test/t/rpl000015.test: Removed test of default master parameter mysql-test/t/rpl000016.test: Removed test of default master parameter sql/ha_myisam.cc: Don't lock locked tables in REPAIR sql/sql_select.cc: Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT
-
unknown authored
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
univ.i Change pthread_yield to sched_yield configure.in Change pthread_yield to sched_yield innobase/configure.in: Change pthread_yield to sched_yield innobase/include/univ.i: Change pthread_yield to sched_yield innobase/os/os0thread.c: Change pthread_yield to sched_yield BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
fixed typo client/mysqltest.c: fixed typo
-
unknown authored
added support for alphanumeric variables - import MASTER_MYPORT and SLAVE_MYPORT from the environment mysql-test/mysql-test-run.sh export MASTER_MYPORT and SLAVE_MYPORT for mysqltest mysql-test/t/rpl000015.test use MASTER_MYPORT mysql-test/t/rpl000016.test use MASTER_MYPORT client/mysqltest.c: added support for alphanumeric variables - import MASTER_MYPORT and SLAVE_MYPORT from the environment mysql-test/mysql-test-run.sh: export MASTER_MYPORT and SLAVE_MYPORT for mysqltest mysql-test/t/rpl000015.test: use MASTER_MYPORT mysql-test/t/rpl000016.test: use MASTER_MYPORT
-
unknown authored
client/mysqltest.c: Cleanup and bug fixes mysql-test/t/rpl000001.test: Fixed typo mysql-test/t/rpl000015.test: Changed to use table t1
-