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
tim@threads.polyesthetic.msg
67acd4932e
Handle compressed man/info docs. Thanks to GOMEZ Henri <hgomez@slib.fr>
...
for the patch.
2000-09-29 15:55:49 -04:00
tim@threads.polyesthetic.msg
69483524b9
Handle compressed man/info docs. Thanks to
...
GOMEZ Henri <hgomez@slib.fr> for the patch.
2000-09-29 15:54:54 -04:00
sasha@mysql.sashanet.com
079d859072
merge/resolve conflicts
2000-09-28 16:29:00 -06:00
sasha@mysql.sashanet.com
ea0f48ffb2
This one will not be pushed, I am committing to be able to pull in Monty's changes
...
added server id, mostly working
added --skip-slave-start, working
added --replicate-rewrite-db - just in the cmd line parses, currently noop
2000-09-28 16:24:50 -06:00
monty@donna.mysql.com
69a249c054
Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql
2000-09-29 00:59:25 +03:00
monty@donna.mysql.com
02fd65b970
Fixed indention, removed compiler varnings and fixed a bug
...
in FULLTEXT indexes.
2000-09-29 00:58:16 +03:00
jcole@tetra.spaceapes.com
43120631d1
Put the contents at the beginning of the manual like a normal book.
2000-09-28 02:56:54 -05:00
jcole@tetra.spaceapes.com
9cb7e21d79
Fixed Typos.
2000-09-28 02:43:39 -05:00
nusphere@main.burghcom.com
012e8ff68a
Merge
2000-09-28 03:15:40 -04:00
jcole@tetra.spaceapes.com
95606fa375
NuSphere editor's changes to pages 151-200 of manual.texi.
2000-09-27 17:40:42 -05:00
spurr@nslinux.bedford.progress.com
0cbb67bb58
made additions and some changes to index hits
2000-09-27 17:31:02 -04:00
jcole@tetra.spaceapes.com
f96ee774c3
NuSphere editor's changes to pages 101-150 of manual.texi.
2000-09-27 15:33:02 -05:00
monty@donna.mysql.com
17dec8eadd
Fix typo in manual.texi
2000-09-27 11:51:01 +03:00
monty@donna.mysql.com
d4dd6aae18
Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql
2000-09-27 11:48:01 +03:00
monty@donna.mysql.com
0814ea212a
Bigger ranges if set_maximum_open_files fails + fix for release
2000-09-27 11:47:30 +03:00
jcole@tetra.spaceapes.com
afbda7c1d0
Merge jcole@work.mysql.com:/home/bk/mysql
...
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2000-09-27 02:10:32 -05:00
jcole@tetra.spaceapes.com
6cf720e63c
Added the first of Melissa Spurr's (NuSphere's) index additions in.
...
Sucks when you have to do it the manual way. bk diffs, patch, xemacs.
2000-09-27 02:05:48 -05:00
monty@donna.mysql.com
c270903acc
Fixed mysql_install_db.sh
2000-09-27 04:04:25 +03:00
monty@donna.mysql.com
083e1852e1
Fixes for release
2000-09-27 02:40:54 +03:00
jcole@tetra.spaceapes.com
b85d391492
Docs/Makefile.am:
...
PDF Manual now has Indexes.
Docs/manual.texi:
Added stub and conditionals for removing GPL and LGPL from NuSphere
manual.
2000-09-26 17:28:18 -05:00
monty@donna.mysql.com
b13c4de955
Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql
2000-09-26 22:40:49 +03:00
monty@donna.mysql.com
a9e11f2378
Small fixes for release
2000-09-26 22:39:45 +03:00
jcole@tetra.spaceapes.com
73af125e75
Merge jcole@work.mysql.com:/home/bk/mysql
...
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2000-09-26 13:01:02 -05:00
mwagner@evoq.home.mwagner.org
1148accfa3
manual.texi Added ValueClick mirror.
2000-09-25 21:41:06 -05:00