- 10 Oct, 2000 1 commit
-
-
unknown authored
mysql-test/README: ***MISSING WEAVE***
-
- 09 Oct, 2000 13 commits
-
-
unknown authored
mysql-test-run now works, althought the output needs beautification add two *real* test cases that everyone can run - yahoo! we are moving! mysql-test/t/3.23/select-key.test: ***MISSING WEAVE*** mysql-test/t/3.23/simple-select.test: ***MISSING WEAVE*** mysql-test/std_data/select-key.master: ***MISSING WEAVE*** mysql-test/std_data/simple-select.master: ***MISSING WEAVE*** client/mysql-test.c: ***MISSING WEAVE*** mysql-test/mysql-test-run: "fixed" subsitution error - one still needs to do something real to make it pretty
-
unknown authored
-
unknown authored
undid hack to work around missin opt_ft.* mysql-test/mybin/mysql-test_install_db: got it to the point where mysqld starts on my system mysql-test/mysql-test-run: fixed some syntax errors sql/sql_select.cc: undid my hack to make it compile, since opt_ft.* is now in bk
-
unknown authored
into evoq.home.mwagner.org:/home/mwagner/work/bk/mysql
-
unknown authored
README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/share/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/std_data/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/t/3.22/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/t/3.23/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/var/lib/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/var/log/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/var/run/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/var/tmp/README mysql-test/r/3.22/README: ***MISSING WEAVE*** mysql-test/share/README: ***MISSING WEAVE*** mysql-test/std_data/README: ***MISSING WEAVE*** mysql-test/t/3.22/README: ***MISSING WEAVE*** mysql-test/var/lib/README: ***MISSING WEAVE*** mysql-test/var/log/README: ***MISSING WEAVE*** mysql-test/var/run/README: ***MISSING WEAVE*** mysql-test/var/tmp/README: ***MISSING WEAVE***
-
unknown authored
-
unknown authored
into threads.polyesthetic.msg:/usr/local/src/my/work
-
unknown authored
-
unknown authored
include/my_sys.h: make get_charsets_dir a public function libmysql/libmysql.c: show charsets dir instead of the string "default" in error message mysys/charset.c: make get_charsets_dir a public function
-
unknown authored
sql_select.cc sasha's workaround removed sql/sql_select.cc: Coredump in FULLTEXT code fixed
-
unknown authored
Docs/manual.texi: moved @cindex uptime to the right place, so that texi2html does actually generate an achor for it
-
unknown authored
Docs/manual.texi: Reworked propaganda in Contact information section.
-
unknown authored
Docs/manual.texi: Reactivated some mirrors.
-
- 08 Oct, 2000 6 commits
-
-
unknown authored
-
unknown authored
sql/opt_ft.cc: Change mode to -rw-rw-r-- sql/opt_ft.h: Change mode to -rw-rw-r--
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql Docs/manual.texi: Auto merged
-
unknown authored
replication updates sql/opt_range.h fixed compiler warning sql/slave.cc fixed handling of long usernames fixed insert_id + query log event processing atomicity in the case of slave death fix edcharset coversion to not be global to all threads sql/sql_class.h fix to make insert_id event and the subsequent query event be still processed atomically if slave dies in the middle sql/sql_select.cc temp fix to make it compile repl-tests/test-auto-inc/run.test@1.1 New BitKeeper file ``repl-tests/test-auto-inc/run.test'' repl-tests/test-auto-inc/x.master@1.1 New BitKeeper file ``repl-tests/test-auto-inc/x.master'' Docs/manual.texi: replication updates sql/opt_range.h: fixed compiler warning sql/slave.cc: fixed handling of long usernames fixed insert_id + query log event processing atomicity in the case of slave death fix edcharset coversion to not be global to all threads sql/sql_class.h: fix to make insert_id event and the subsequent query event be still processed atomically if slave dies in the middle sql/sql_select.cc: temp fix to make it compile
-
unknown authored
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql Docs/manual.texi: Auto merged
-
unknown authored
Docs/manual.texi: Changed evenheading on NuSphere manual.
-
- 07 Oct, 2000 4 commits
-
-
unknown authored
configure.in: merged BitKeeper/etc/logging_ok: Auto merged sql/filesort.cc: merged sql/sql_select.cc: merged
-
unknown authored
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
set character set is not being logged sql/log.cc: set character set is not being logged
-
- 06 Oct, 2000 2 commits
-
-
unknown authored
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
Fixes when using column privileges Manual updates Docs/manual.texi: Comments from MySQL training + distinct optimization extra/my_print_defaults.c: Added --defaults-extra-file include/my_sys.h: Added --defaults-extra-file mysys/default.c: Added --defaults-extra-file sql/sql_acl.cc: Tables with only column privileges didn't show up in SHOW GRANTS or SHOW TABLES sql/sql_select.cc: DISTINCT optimization sql/sql_select.h: DISTINCT optimization BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 05 Oct, 2000 1 commit
-
-
unknown authored
Added magic number to binlog sql/log_event.cc distinquish bogus data from truncated logs sql/log_event.h added magic number added LOG_READ_TRUNC error sql/mysqlbinlog.cc fixed to handle magic number added O_BINARY to my_fopen sql/mysqld.cc added code for replicate-rewrite-db sql/slave.cc replicate-rewrite-db O_BINARY handle magic sql/sql_class.h added i_string_pair class sql/sql_repl.cc added magic better error messages support-files/magic added magic for binlog Added test case for replication of queries with error sql/log.cc: Added magic number to binlog sql/log_event.cc: distinquish bogus data from truncated logs sql/log_event.h: added magic number added LOG_READ_TRUNC error sql/mysqlbinlog.cc: fixed to handle magic number added O_BINARY to my_fopen sql/mysqld.cc: added code for replicate-rewrite-db sql/slave.cc: replicate-rewrite-db O_BINARY handle magic sql/sql_class.h: added i_string_pair class sql/sql_repl.cc: added magic better error messages support-files/magic: added magic for binlog
-
- 04 Oct, 2000 13 commits
-
-
unknown authored
Docs/manual.texi: Removed bugs from manual; Updated CHECK TABLE
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
configure.in: Fix for mkstemp libmysql/Makefile.shared: Fix for mkstemp myisam/mi_open.c: Added more debug info mysys/mf_tempfile.c: Fixed type sql/sql_repl.cc: Added missing header file
-
unknown authored
ltmain.sh: Don't add -lc to deplibs under FreeBSD
-
unknown authored
-
unknown authored
sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_class.cc: Auto merged sql/sql_class.h: Auto merged BitKeeper/etc/logging_ok: Auto merged Docs/manual.texi: Merge support-files/mysql.spec.sh: Merge
-
unknown authored
Docs/manual.texi: Updates in the links sections config.guess: Added fixes for Darwin config.sub: Added fixes for Darwin configure.in: Added fixes for Darwin extra/my_print_defaults.c: Fixed typo include/my_pthread.h: Added fixes for Darwin ltconfig: Portability fix myisam/mi_check.c: Make myisamchk more silent mysys/Makefile.am: Added mf_tempfile.c mysys/mf_cache.c: Remove not used parts mysys/mf_tempfile.c: Fix for Solaris sql/log.cc: Fix for Windows sql/sql_cache.cc: Fix for Darwin sql/sql_show.cc: Fix for temporary tables strings/strtol.c: Fix for Darwin support-files/mysql.spec.sh: Fix for documentation files that are installed compressed BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
Docs/manual.texi: index hits added. BitKeeper/etc/logging_ok: ***MISSING TEXT***
-
unknown authored
Docs/manual.texi: Adde NuSphere editor's changes to pages 201-240.
-
unknown authored
Docs/Makefile.am Do not compile manual.pdf if pdftex not present BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted Docs/Makefile.am: Do not compile manual.pdf if pdftex not present configure.in: Add check for pdftex
-
unknown authored
ft_parser.c Nasty buffer overflow fixed myisam/ft_parser.c: Nasty buffer overflow fixed sql/sql_table.cc: key length limit check disabled for FULLTEXT
-
unknown authored
Docs/manual.texi: @uref'ed some order.mysql.com URLs that I caught.
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-