- 01 Sep, 2002 3 commits
-
-
unknown authored
test for REPAIR ... USE_FRM added sql/sql_table.cc: protected close_cached_table() call in REPAIR ... USE_FRM with a mutex
-
unknown authored
-
unknown authored
Docs/manual.texi: Auto merged sql/ha_myisam.cc: Auto merged mysql-test/t/myisam.test: Auto merged mysql-test/r/myisam.result: merged with 'ul'
-
- 31 Aug, 2002 6 commits
-
-
unknown authored
BitKeeper/etc/logging_ok: auto-union Build-tools/Do-compile: Auto merged Docs/manual.texi: Auto merged innobase/configure.in: Auto merged innobase/os/os0file.c: Auto merged innobase/os/os0thread.c: Auto merged innobase/pars/lexyy.c: Auto merged innobase/pars/pars0grm.c: Auto merged innobase/pars/pars0grm.y: Auto merged innobase/pars/pars0lex.l: Auto merged innobase/row/row0mysql.c: Auto merged
-
unknown authored
-
unknown authored
-
unknown authored
myisam/mi_delete_all.c: reverting the wrong bugfix mysql-test/r/delete.result: moving the test case to where it belongs mysql-test/t/delete.test: moving the test case to where it belongs
-
unknown authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
Docs/manual.texi: SCCS merged
-
- 30 Aug, 2002 7 commits
-
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
unknown authored
sql/mysqld.cc: Some spelling checking error corrections a la Paul Dubois
-
unknown authored
mysql-test/r/binary.result: fixed test to be independed from environment mysql-test/r/delayed.result: fixed test to be independed from environment mysql-test/r/fulltext_left_join.result: fixed test to be independed from environment mysql-test/r/func_group.result: fixed test to be independed from environment mysql-test/r/func_in.result: fixed test to be independed from environment mysql-test/r/key_primary.result: fixed test to be independed from environment mysql-test/r/lock_multi.result: fixed test to be independed from environment mysql-test/r/odbc.result: fixed test to be independed from environment mysql-test/r/type_set.result: fixed test to be independed from environment mysql-test/r/type_time.result: fixed test to be independed from environment mysql-test/r/type_timestamp.result: fixed test to be independed from environment mysql-test/r/type_year.result: fixed test to be independed from environment mysql-test/r/varbinary.result: fixed test to be independed from environment mysql-test/r/warnings.result: fixed test to be independed from environment mysql-test/t/binary.test: fixed test to be independed from environment mysql-test/t/delayed.test: fixed test to be independed from environment mysql-test/t/flush_table.test: fixed test to be independed from environment mysql-test/t/fulltext_left_join.test: fixed test to be independed from environment mysql-test/t/func_group.test: fixed test to be independed from environment mysql-test/t/func_in.test: fixed test to be independed from environment mysql-test/t/key_primary.test: fixed test to be independed from environment mysql-test/t/lock_multi.test: fixed test to be independed from environment mysql-test/t/odbc.test: fixed test to be independed from environment mysql-test/t/type_set.test: fixed test to be independed from environment mysql-test/t/type_time.test: fixed test to be independed from environment mysql-test/t/type_timestamp.test: fixed test to be independed from environment mysql-test/t/type_year.test: fixed test to be independed from environment mysql-test/t/varbinary.test: fixed test to be independed from environment mysql-test/t/warnings.test: fixed test to be independed from environment
-
unknown authored
-
unknown authored
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
unknown authored
-
- 29 Aug, 2002 6 commits
-
-
unknown authored
Docs/manual.texi: minor symlink section cleanups
-
unknown authored
into teton.kitebird.com:/home/paul/mysql-4.0
-
unknown authored
manual.texi minor fixups Docs/manual.texi: define "replication coordinates"
-
unknown authored
Equivalent to: save_master_pos; connection slave; sync_with_master; client/mysqltest.c: Added sync_slave_with_master to mysqltest Accepts 1 optional argument: the slave connection name Default connection name is 'slave'. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
Build-tools/Do-compile: - applied some modifications made in the 4.0 tree - added option --make-options to pass options to "make" after configure - added option --raid to enable RAID - added option --libwrap to enable TCP wrapper support - make sure to remove log files as early as possible - fixed option --with-other-libc to actually work - fixed some oddly-placed quotes in the configure call
-
unknown authored
Build-tools/Do-compile: - actually add the with-other-libc option to the config options when set - fixed some odd-placed quotation marks in the configure line
-
- 28 Aug, 2002 18 commits
-
-
unknown authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 client/mysqlcheck.c: Auto merged
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0 sql/set_var.cc: Auto merged
-
unknown authored
sql/set_var.cc: some small fixes.....
-
unknown authored
into teton.kitebird.com:/home/paul/mysql-4.0
-
unknown authored
Docs/manual.texi: minor fix
-
unknown authored
Docs/manual.texi: Some BDB fixups.
-
unknown authored
-
unknown authored
sql/mysqld.cc: Auto merged
-
unknown authored
Docs/manual.texi: minor fix to 3.23.53 change note BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
configure.in: - Bump up version number to 4.0.4-beta, now that 4.0.3 is released
-
unknown authored
include/config-win.h: Portability fix for windows include/my_global.h: General portability fix sql/mysqld.cc: Portability fix for windows sql/set_var.cc: Portability fix for windows sql/sql_yacc.yy: Portability fix for windows
-
unknown authored
into teton.kitebird.com:/home/paul/mysql-4.0 Docs/manual.texi: Auto merged
-
unknown authored
manual.texi fix minor typo. manual.texi make some @code{} -> @file{} changes Docs/manual.texi: minor fixes
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql
-
unknown authored
-
unknown authored
-
unknown authored
* Fixed some spelling/language errors in mysqlcheck * Added some more information in mysql -client internal help. Docs/manual.texi: Added a note about bug fix in my_getopt to changelog section. client/mysql.cc: Added some information in mysql -client internal help. client/mysqlcheck.c: Fixed some spelling / language errors. mysys/my_getopt.c: Fixed a bug in my_getopt: --skip-external-locking didn't work and the same bug affected some other similar options. After fix it is now possible to use the following: --external-locking -> enable --external-locking=0 -> disable --external-locking=1 -> enable --skip-external-locking -> disable --skip-external-locking=0 -> enable --skip-external-locking=1 -> disable --enable-external-locking -> enable --enable-external-locking=0 -> disable --enable-external-locking=1 -> enable --skip-external-locking=garbage -> disable --enable-external-locking=garbage -> enable This works now with all options that are boolean type and which name doesn't start with --skip- or --enable-.
-
unknown authored
into teton.kitebird.com:/home/paul/mysql-4.0 Docs/manual.texi: Auto merged
-