Commit graph

32670 commits

Author SHA1 Message Date
yfaktoro@nslinuxw2.bedford.progress.com
9f62130fba Merge nusphere@work.mysql.com:/home/bk/mysql
into nslinuxw2.bedford.progress.com:/users/devp/yfaktoro/bk/local
2000-11-27 16:47:23 -05:00
yfaktoro@nslinuxw2.bedford.progress.com
2f5ab461f0 Howard's grammar changes 2000-11-27 16:45:23 -05:00
jani@prima.mysql.com
ead335ec51 Turn off SCCS flag. 2000-11-27 23:34:48 +02:00
jani@prima.mysql.com
1e361372fa Added documentation about perror. 2000-11-27 23:20:05 +02:00
sasha@mysql.sashanet.com
93c0180805 Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-11-27 11:13:05 -07:00
mwagner@evoq.home.mwagner.org
d250a4eef8 manual.texi Added two mirrors in Asia. 2000-11-27 08:40:08 -06:00
mwagner@evoq.home.mwagner.org
63975ba022 Merge work:/home/bk/mysql
into evoq.home.mwagner.org:/home/mwagner/work/bk/mysql
2000-11-27 08:26:27 -06:00
mwagner@evoq.home.mwagner.org
c44c4325f2 manual.texi developer@lists -> internals@lists email address. 2000-11-27 08:24:54 -06:00
monty@narttu.mysql.fi
ad2e43c7d6 merge 2000-11-27 02:44:41 +02:00
monty@donna.mysql.com
dc5e32ea40 Added connect_timeout and fix for transactions per statement 2000-11-27 02:28:41 +02:00
sasha@mysql.sashanet.com
f43e7910b5 yes, and a small change to log_event.h 2000-11-25 23:30:02 -07:00
sasha@mysql.sashanet.com
dd24015eac Fixed temp tables to work with replication. It will not work if you stop the slave
while slave thread has temp tables - not hard to fix though, but it is time to go to bed

added a new test case for temp table replication and Slave_open_temp_tables
status variable.

Misc fixes
2000-11-25 23:29:01 -07:00
jcole@tetra.spaceapes.com
2da2d6aa81 Various fixups to manual.texi.
Added TAGS to ignore, for etags.
2000-11-25 04:45:01 -06:00
mwagner@evoq.home.mwagner.org
4fe4364956 Merge work:/home/bk/mysql
into evoq.home.mwagner.org:/home/mwagner/work/bk/mysql
2000-11-25 04:14:03 -06:00
mwagner@evoq.home.mwagner.org
5e04a3f1c3 manual.texi Added mirror; adjusted some uref's. 2000-11-25 04:08:57 -06:00
jcole@tetra.spaceapes.com
3fe4eb1d6f Fixes to the newer ChangeLog entries in manual.texi. 2000-11-25 01:43:15 -06:00
jcole@tetra.spaceapes.com
f4ef54a95f More fixes to Developer section of manual. 2000-11-25 01:09:58 -06:00
jcole@tetra.uu.net
ba2b47d61e Merge jcole@work.mysql.com:/home/bk/mysql
into tetra.uu.net:/usr/home/jcole/bk/mysql
2000-11-25 00:41:22 -06:00
jcole@tetra.uu.net
7d4528c638 Fixed up the Developer section of the manual. 2000-11-25 00:10:11 -06:00
sasha@mysql.sashanet.com
acc8e0c9a2 Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-11-24 19:49:54 -07:00
sasha@mysql.sashanet.com
a9ef0b4bf1 slave master.info FILE -> IO_CACHE
send_file() is more stack-friendly - changed large static buffer to alloc_root()
fixed my_b_seek() to work with WRITE_CACHE
test case to make sure the slave starts correctly after being stopped
truncated words file so the replication tests will take less time
2000-11-24 19:49:13 -07:00
jcole@tetra.uu.net
8a415f7531 fixed typo in manual.texi 2000-11-24 06:37:58 -06:00
mwagner@evoq.home.mwagner.org
6a468fc09c manual.texi Mirror list typo. 2000-11-24 01:01:28 -06:00
mwagner@evoq.home.mwagner.org
84442d2e2f manual.texi Added/Removed from mirrors list. Fixed typo in Contrib. 2000-11-24 00:25:00 -06:00
jani@prima.mysql.com
8e3322098a Merge 2000-11-24 02:04:25 +02:00
jani@prima.mysql.com
2e2b2cf00d Merge 2000-11-24 02:01:01 +02:00
monty@donna.mysql.com
81bc313e99 All statements are now run in a sub transaction
Give warning if we are using non transactional tables and do ROLLBACK
Porting of crash-me and benchmarks to FrontBase
2000-11-24 01:51:18 +02:00
jani@prima.mysql.com
3d6b2e7d39 Documentation changes. 2000-11-24 00:57:19 +02:00
jani@prima.mysql.com
351599d92f Added documentation 2000-11-24 00:55:51 +02:00
yfaktoro@nslinuxw2.bedford.progress.com
93ac0a2582 manual.texi Howard's grammar changes 2000-11-22 12:17:52 -05:00
yfaktoro@nbyfaktoro.bedford.progress.com
a9b02cff73 Howard's grammar fixes 2000-11-22 10:41:40 -05:00
sasha@mysql.sashanet.com
c62554025d Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-11-22 00:24:38 -07:00
sasha@mysql.sashanet.com
46400961f7 mysql-test/mysql-test-run
cleanup - remove unneeded daeamon restarts
sql/log_event.cc
    fixed bug - do not confuse confused slaves even further if they try to 
    read less than LOG_EVENT_HEADER_LEN before the end of file
sql/mysqlbinlog.cc
    give error if constructor fails
sql/mysqld.cc
    --disconnect-slave-event-count for replication debugging
sql/slave.cc
    --disconnect-slave-event-count
    cleanup to remove unneeded sleeps when things go wrong - sleep only 
    when we have to
sql/slave.h
    --disconnect-slave-event-count

test cases for ALTER TABLE ORDER BY and replication offset off by 22 
confusion mystery bug (both pass)
2000-11-22 00:23:31 -07:00
monty@donna.mysql.com
f4df5cd264 Change storage of execution flags from thd->options to thd->lex.options 2000-11-22 04:24:54 +02:00
monty@donna.mysql.com
1ce0e50f4c Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql 2000-11-22 03:45:50 +02:00
monty@donna.mysql.com
e049538cb0 Split error message for crashed table to 3 different error messages.
Fixes for Windows
2000-11-22 03:45:02 +02:00
sasha@mysql.sashanet.com
74fbeabbf8 client/mysqltest.c
generate a bigger reject file ( full in most cases) if the master result file is 0 length
sql/sql_show.cc
    fixed 3 bugs in SHOW CREATE TABLE

New test case shw000001 for SHOW CREATE TABLE bugs
2000-11-21 16:41:29 -07:00
monty@donna.mysql.com
4f91d5b5fe Fixed compilation in another dir 2000-11-21 19:01:29 +02:00
monty@donna.mysql.com
84da6e6b6d Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql 2000-11-21 18:30:11 +02:00
monty@donna.mysql.com
174047268a mysqldumpslow.sh BitKeeper file /my/bk/mysql/scripts/mysqldumpslow.sh 2000-11-21 18:28:46 +02:00
sasha@work.mysql.com
eece127b04 .del-README~3b652c0f321e1940 Delete: mysql-test/var/lib/README
.del-README~df5481fdbe6e5b6e	Delete: mysql-test/var/log/README
.del-README~acb305e4c2ed5990	Delete: mysql-test/var/run/README
.del-README~b32d866bfd50e72e	Delete: mysql-test/var/tmp/README
2000-11-21 07:56:48 +01:00
sasha@mysql.sashanet.com
7c548f6639 Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-11-20 23:41:03 -07:00
sasha@mysql.sashanet.com
14854a669a fixed warning in sql_class.cc
added gdb support, mysqld options per test, and other cool stuff to mysql-test-run
added --replicate-wild-do/ignore-table
more test cases
2000-11-20 23:38:08 -07:00
monty@donna.mysql.com
f5e13042d7 Merge 2000-11-21 03:47:54 +02:00
monty@donna.mysql.com
60bc75d647 Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql 2000-11-21 03:44:36 +02:00
monty@donna.mysql.com
b65dbb6114 Fixed problem with auto-repair of MyISAM tables
Fixed bug in ISAM and MyISAM when updating from multiple-processes
2000-11-21 03:43:34 +02:00
yfaktoro@nslinuxw2.bedford.progress.com
23f0567667 Hwards grammar changes 2000-11-20 17:00:49 -05:00
jani@prima.mysql.com
b7d81c0379 Merge narttu:/my/bk/mysql into prima.mysql.com:/home/my/bk/mysql 2000-11-20 22:26:00 +02:00
monty@donna.mysql.com
d43b4a2ae1 Fixed performance bug in lock tables 2000-11-20 22:25:59 +02:00
jani@prima.mysql.com
9e8564d5bf Added documentation. 2000-11-20 21:22:02 +02:00