Commit graph

44423 commits

Author SHA1 Message Date
sasha@mysql.sashanet.com
fc73690813 merged to sync with Sergei's version 2000-10-09 16:45:01 -06:00
sasha@mysql.sashanet.com
a97a6d2498 fixed up the newly check in test suite, although it still is not fully functional
undid hack to work around missin opt_ft.*
2000-10-09 16:41:21 -06:00
mwagner@evoq.home.mwagner.org
52c67237eb Merge mwagner@work:/home/bk/mysql
into evoq.home.mwagner.org:/home/mwagner/work/bk/mysql
2000-10-09 16:38:15 -05:00
mwagner@evoq.home.mwagner.org
76bef88ed7 README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.22/README
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
2000-10-09 16:36:51 -05:00
serg@serg.mysql.com
4c1d3678fc Merge 2000-10-09 23:28:27 +02:00
tim@threads.polyesthetic.msg
624f8c1372 Merge work:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work
2000-10-09 17:05:33 -04:00
serg@serg.mysql.com
1c2f7057e4 Merge 2000-10-09 22:19:57 +02:00
tim@threads.polyesthetic.msg
395a1809a6 Show charsets dir in error message, instead of just "path: default". 2000-10-09 16:10:41 -04:00
serg@serg.mysql.com
c233d263ac sql_select.cc Coredump in FULLTEXT code fixed
sql_select.cc	sasha's workaround removed
2000-10-09 22:10:10 +02:00
sasha@mysql.sashanet.com
2b5a7608eb fix NuSphere bug that generated bad HTML 2000-10-09 12:09:23 -06:00
mwagner@evoq.home.mwagner.org
4bdf3ca993 manual.texi Reworked propaganda in Contact information section. 2000-10-09 05:56:51 -05:00
mwagner@evoq.home.mwagner.org
b843a35207 manual.texi Reactivated some mirrors. 2000-10-09 00:24:10 -05:00
serg@serg.mysql.com
4afc5fe316 Merge 2000-10-09 00:02:54 +02:00
serg@serg.mysql.com
bba7fa5997 Oops - forgot to add files to bk 2000-10-09 00:00:24 +02:00
sasha@mysql.sashanet.com
1c4c3818bc Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-10-08 01:49:59 -06:00
sasha@mysql.sashanet.com
1fbc40219c 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 
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''
2000-10-08 01:48:50 -06:00
jcole@tetra.spaceapes.com
0cc9d0caa4 Merge jcole@work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2000-10-08 00:09:58 -05:00
jcole@tetra.spaceapes.com
b0dbe7aaea Changed even page heading on NuSphere manual. 2000-10-08 00:09:01 -05:00
serg@serg.mysql.com
1e562819cd Merge 2000-10-07 14:05:45 +02:00
serg@serg.mysql.com
26b3f751cb ORDER BY works with FULLTEXT keys 2000-10-07 13:59:47 +02:00
sasha@mysql.sashanet.com
3f28181b0f Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-10-06 19:07:59 -06:00
sasha@mysql.sashanet.com
49dd5909bf sql/log.cc
set character set is not being logged
2000-10-06 19:07:15 -06:00
monty@donna.mysql.com
16f11f94b2 Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql 2000-10-06 21:18:40 +03:00
monty@tramp.mysql.fi
207548a836 DISTINCT optimization
Fixes when using column privileges
Manual updates
2000-10-06 21:15:03 +03:00
sasha@mysql.sashanet.com
f452ab6f90 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

Added test case for replication of queries with error
2000-10-05 17:58:16 -06:00
monty@donna.mysql.com
a434c8d244 Fixed bug in how FAST and CHANGED worked 2000-10-05 02:22:28 +03:00
monty@donna.mysql.com
a8a15e837c Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql 2000-10-05 01:01:07 +03:00
monty@donna.mysql.com
a7c5cc01b3 Small fixes 2000-10-05 01:00:36 +03:00
tim@threads.polyesthetic.msg
e0e65542e0 ltmain.sh Don't add -lc to deplibs under FreeBSD 2000-10-04 17:54:49 -04:00
jcole@tetra.bedford.progress.com
3654e2673b merge 2000-10-04 15:26:54 -05:00
monty@donna.mysql.com
527113d370 merge 2000-10-04 23:22:53 +03:00
monty@donna.mysql.com
b55de19ed2 Portability fixes 2000-10-04 23:20:16 +03:00
jcole@tetra.bedford.progress.com
be0790800d index hits added. oh so painful. 2000-10-04 15:12:12 -05:00
jcole@tetra.bedford.progress.com
f4492e9dcb Adde NuSphere editor's changes to pages 201-240 of manual.texi. 2000-10-04 13:54:40 -05:00
serg@serg.mysql.com
c11eb85a6f configure.in Add check for pdftex
Docs/Makefile.am   Do not compile manual.pdf if pdftex not present
2000-10-04 19:07:59 +02:00
serg@serg.mysql.com
054d7c9abf sql_table.cc key length limit check disabled for FULLTEXT
ft_parser.c	Nasty buffer overflow fixed
2000-10-04 17:26:31 +02:00
mwagner@evoq.home.mwagner.org
67dd1d1132 manual.texi @uref'ed some order.mysql.com URLs that I caught. 2000-10-04 02:05:31 -05:00
sasha@mysql.sashanet.com
d9ca0909d9 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-10-03 19:54:37 -06:00
sasha@mysql.sashanet.com
204ae84732 fixed mutex bug ( or lack of it) when reading log entries on COM_BINLOG_DUMP
added error_code to query event, and checking to see if we get the
expected error on the slave
removed obsolete code from slave.cc
2000-10-03 19:53:13 -06:00
paul@central.snake.net
f3382efd2d manual.texi Minor fixes to recent change notes. 2000-10-03 12:58:40 -05:00
monty@tramp.mysql.fi
9f7c4563f7 First part of automatic repair of MyISAM tables.
Error on full disk on repair.
SIGHUP signal handling.
Update with keys on timestamp
Portability fixes
2000-10-03 14:18:03 +03:00
sasha@mysql.sashanet.com
546fba231d Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-10-02 17:59:51 -06:00
sasha@mysql.sashanet.com
d7659f6063 skip updates with the same server id as self
kill zombie COM_BINLOG_DUMP with the same server id on connect
2000-10-02 17:59:12 -06:00
mwagner@evoq.home.mwagner.org
9d0b3b5304 manual.texi Removed the @itemization of the MySQL books section.
manual.texi	Browsers don't like tables in <ul> lists. :(
2000-10-02 18:49:00 -05:00
sasha@mysql.sashanet.com
cb4749d684 fixed compile error 2000-10-01 22:52:36 -06:00
sasha@mysql.sashanet.com
738358e139 added sql_repl.* officially - fixing an oops - forgot to actually add
it earlier
2000-10-01 21:28:21 -06:00
sasha@mysql.sashanet.com
e97281efc3 Need to commit to be able to pull to be able to push to fix an oops 2000-10-01 21:26:29 -06:00
mwagner@evoq.home.mwagner.org
e049613391 manual.texi Added uklinux.net mirror. 2000-09-30 20:29:40 -05:00
sasha@mysql.sashanet.com
79f12db007 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-09-29 17:21:13 -06:00
sasha@mysql.sashanet.com
62a6a0fdf1 bug fixes in server-id, moved replication functionality to
sql_repl.* will push this one, since the replication code now works
2000-09-29 17:20:26 -06:00