- 28 Feb, 2001 2 commits
- 27 Feb, 2001 3 commits
-
-
unknown authored
update for the fix sql/slave.cc re-merged Jeremy's message changes, got the code to compile and run again after a mess-up in the merge Docs/manual.texi: update for the fix sql/slave.cc: re-merged Jeremy's message changes, got the code to compile and run again after a mess-up in the merge
-
unknown authored
merged sql/slave.cc: merged BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
more verbose messages when slave thread exits sql/slave.cc: ulonglong -> uint32 for log offset sql/slave.h: ulonglong -> uint32 for log offset
-
- 24 Feb, 2001 1 commit
-
-
unknown authored
os0file.h Added defines for S_IRUSR etc. innobase/include/os0file.h: Added defines fro S_IRUSR etc. innobase/os/os0file.c: Removed execute rights from created files
-
- 23 Feb, 2001 2 commits
- 22 Feb, 2001 3 commits
-
-
unknown authored
BitKeeper/triggers/post-commit: Added List-ID: header for easier filtering. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
innobase/btr/btr0btr.c: Testing bitkeeper BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 21 Feb, 2001 3 commits
-
-
unknown authored
Added test for ALTER TABLE ORDER BY BUILD/FINISH.sh: Fixes for innobase BUILD/compile-pentium-debug: Fixes for innobase Docs/manual.texi: Fixes for innobase include/my_pthread.h: Fixes for innobase innobase/Makefile.am: Fixes for innobase innobase/btr/Makefile.am: Fixes for innobase innobase/data/Makefile.am: Fixes for innobase innobase/eval/Makefile.am: Fixes for innobase innobase/include/Makefile.i: Fixes for innobase innobase/os/Makefile.am: Fixes for innobase mysql-test/t/alter_table.test: Added test for ALTER TABLE ORDER BY mysys/my_error.c: Skip 'l' in '%lu' mysys/my_vsnprintf.c: cleanup sql/ha_innobase.cc: Fixed type + remove warnings sql/ha_innobase.h: Remove warnings sql/handler.cc: cleanup sql/sql_class.cc: remove warnings sql/sql_parse.cc: remove warnings sql/sql_table.cc: Fixed bug in ALTER TABLE ... ORDER BY BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql sql/mysqld.cc: Auto merged
-
unknown authored
-
- 20 Feb, 2001 7 commits
-
-
unknown authored
into donna.mysql.com:/home/tim/my/work innobase/os/os0sync.c: Auto merged
-
unknown authored
BUILD/compile-pentium-debug: Added --with-innobase Docs/manual.texi: Added documentation for -O max_user_connections innobase/os/os0sync.c: Fix for Heikki
-
unknown authored
into donna.mysql.com:/home/tim/my/work innobase/configure.in: Auto merged innobase/include/lock0types.h: Auto merged innobase/include/os0sync.h: Auto merged innobase/include/sync0types.h: Auto merged sql/ha_innobase.cc: Auto merged BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
-
unknown authored
Fixes for Innobase Don't reset whole to-buffer in strxnmov BUILD/compile-pentium-debug: Added innobase include/mysqld_error.h: New error messages innobase/configure.in: Update from heikki innobase/include/lock0types.h: Update from heikki innobase/include/os0sync.h: Update from heikki innobase/include/sync0types.h: Update from heikki innobase/os/os0file.c: Update from heikki innobase/srv/srv0start.c: Update from heikki sql/ha_innobase.cc: Update from Heikki Changed assert -> dbug_assert Changed return -> DBUG_RETURN sql/mysql_priv.h: Added max_user_connections sql/mysqld.cc: Added max_user_connections sql/share/czech/errmsg.txt: Added max_user_connections sql/share/danish/errmsg.txt: Added max_user_connections sql/share/dutch/errmsg.txt: Added max_user_connections sql/share/english/errmsg.txt: Added max_user_connections sql/share/estonian/errmsg.txt: Added max_user_connections sql/share/french/errmsg.txt: Added max_user_connections sql/share/german/errmsg.txt: Added max_user_connections sql/share/greek/errmsg.txt: Added max_user_connections sql/share/hungarian/errmsg.txt: Added max_user_connections sql/share/italian/errmsg.txt: Added max_user_connections sql/share/japanese/errmsg.txt: Added max_user_connections sql/share/korean/errmsg.txt: Added max_user_connections sql/share/norwegian-ny/errmsg.txt: Added max_user_connections sql/share/norwegian/errmsg.txt: Added max_user_connections sql/share/polish/errmsg.txt: Added max_user_connections sql/share/portuguese/errmsg.txt: Added max_user_connections sql/share/romanian/errmsg.txt: Added max_user_connections sql/share/russian/errmsg.txt: Added max_user_connections sql/share/slovak/errmsg.txt: Added max_user_connections sql/share/spanish/errmsg.txt: Added max_user_connections sql/share/swedish/errmsg.OLD: Added max_user_connections sql/share/swedish/errmsg.txt: Added max_user_connections sql/sql_class.h: cleanup strings/str_test.c: Added tests for strxnmov strings/strxnmov.c: Don't reset whole to buffer
-
unknown authored
Docs/manual.texi: updates from Matthias Urlichs mysql-test/r/rpl000016.result: position sanity check - hope to catch the timing bug mysql-test/t/rpl000016.test: position sanity check - hope to catch timing bug sql/log_event.cc: limit event length by max_allowed_packet sql/log_event.h: abolish MAX_EVENT_LEN sql/sql_repl.cc: error for events larger than max_allowed_packet
-
unknown authored
Add --with-innobase-db to configure. acconfig.h: HAVE_INNOBASE_DB acinclude.m4: add MYSQL_CHECK_INNOBASE configure.in: use MYSQL_CHECK_INNOBASE and configure innobase directory innobase/configure.in: add AM_MAINTAINER_MODE innobase/include/lock0types.h: define lock_t innobase/include/os0file.h: define S_IRWX[UGO] if needed innobase/include/os0sync.h: use pthread_cond_t instead of mutex innobase/include/sync0types.h: define mutex_t innobase/os/os0sync.c: use pthread_cond_t instead of mutex sql/Makefile.am: add @innobase_{includes,libs}@ sql/ha_innobase.cc: fix casts
-
- 19 Feb, 2001 3 commits
- 18 Feb, 2001 5 commits
-
-
unknown authored
-
unknown authored
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
-
unknown authored
Docs/manual.texi: Fixed typo
-
unknown authored
Docs/manual.texi: Changed code{MySQL} -> strong{MySQL}
-
unknown authored
Fix for BSDI 4.0 Docs/manual.texi: Added MySQL AB information configure.in: Fix for BSDI 4.0 myisam/mi_rprev.c: Fixed problem with concurrent inserts and read-previous mysys/mf_format.c: Fix for BSDI 4.0 sql/handler.cc: Fixed type
-
- 17 Feb, 2001 7 commits
-
-
unknown authored
Fixed typo when removing space from argument to -O Docs/manual.texi: Update of merge tables myisam/mi_check.c: Moved test of FULLTEXT keys to make things more efficient myisam/myisamchk.c: Incremented version myisam/myisamdef.h: Fixed that myisamchk -R works on text columns mysys/getvar.c: Fixed typo when removing space from argument to -O
-
unknown authored
sql/ha_innobase.cc: Removed some whitespace
-
unknown authored
Fixed mutex problem when doing automatic repair of MyISAM tables Docs/manual.texi: changelog include/thr_lock.h: Added TL_READ_WITH_SHARED_LOCKS for Innobase mysql-test/r/update.result: Added 'select' to verify update results mysql-test/t/update.test: Better code coverage mysys/getvar.c: Allow space in to --set-variable mysys/thr_lock.c: Added TL_READ_WITH_SHARED_LOCKS sql/ha_myisam.cc: Added comment sql/lock.cc: Added missing broadcast sql/sql_base.cc: Fixed some mutex problem when doing automatic repair of MyISAM tables sql/sql_update.cc: Purecoverage
-
unknown authored
Docs/manual.texi: Clearify when logging is done myisam/myisamchk.c: Better error message mysql-test/r/merge.result: Added test for SHOW CREATE on MERGE table scripts/safe_mysqld.sh: Search by default in database directory sql/ha_myisammrg.h: Add UNION() to SHOW CREATE TABLE sql/sql_update.cc: removed compiler warning
-
unknown authored
configure.in: Auto merged Docs/manual.texi: Auto merged
-
unknown authored
Docs/manual.texi: Added Innobase documentation configure.in: Incremented version include/my_base.h: Added option for Innobase myisam/mi_check.c: cleanup mysql-test/t/bdb.test: cleanup mysql-test/t/innobase.test: Extended with new tests from bdb.test mysql-test/t/merge.test: Added test of SHOW create mysys/my_init.c: Fix for UNIXWARE 7 scripts/mysql_install_db.sh: Always write how to start mysqld scripts/safe_mysqld.sh: Fixed type sql/ha_innobase.cc: Update to new version sql/ha_innobase.h: Update to new version sql/handler.h: Added 'update_table_comment()' and 'append_create_info()' sql/sql_delete.cc: Fixes for Innobase sql/sql_select.cc: Fixes for Innobase sql/sql_show.cc: Append create information (for MERGE tables) sql/sql_update.cc: Fixes for Innobase
-
unknown authored
-
- 16 Feb, 2001 4 commits
-
-
unknown authored
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql BitKeeper/etc/logging_ok: auto-union sql/sql_parse.cc: Auto merged
-
unknown authored
to the slow query log. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
acinclude.m4: - only allow berkeley db versions 3.2.3h and 3.2.9a configure.in: - update how the BDB Makefile is modified
-
unknown authored
Docs/manual.texi: - undocument nonexistent functions (mysql_{start,stop}_slave)
-