1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-01 08:45:04 +03:00

14 Commits

Author SHA1 Message Date
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
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
sasha@mysql.sashanet.com
24a7aae0f4 fixed bugs in delayed insert replication and when slave loses connection after Int_var but before Query
public test suite now tests replication code as well
2000-11-17 23:35:40 -07:00
mwagner@evoq.home.mwagner.org
88b0777fd9 mysql-test-run Trimmed .test from output. 2000-10-13 07:18:05 -05:00
mwagner@evoq.home.mwagner.org
082b1671d0 mysql-test-run Code clean-ups. 2000-10-13 07:14:39 -05:00
serg@serg.mysql.com
f9588a3d99 mysql-test-run BSD cleanups 2000-10-12 15:51:19 +02:00
sasha@mysql.sashanet.com
04d1cbe80a mysql-test-run try to fool bk one more time 2000-10-11 17:38:30 -06:00
sasha@mysql.sashanet.com
81b223205b mysql-test/mysql-test-run
can I fool bk this time?
2000-10-11 17:33:32 -06:00
sasha@mysql.sashanet.com
8a076ada3b mysql-test-run added gcov support
sel000003.result	BitKeeper file /home/sasha/src/bk/mysql-gcov/mysql-test/r/3.23/sel000003.result
sel000003.test	BitKeeper file /home/sasha/src/bk/mysql-gcov/mysql-test/t/3.23/sel000003.test
2000-10-11 17:01:58 -06:00
mwagner@evoq.home.mwagner.org
3230e97d03 mysql-test-run Added Serg's SysV/BSD changes. Reworked timing
mysql-test-run	to be more accurate and portable.
2000-10-11 08:50:13 -05:00
mwagner@evoq.home.mwagner.org
06641fd079 run.test mysql-test -> mysqltest
run-all-tests	mysql-test -> mysqltest
README  	mysql-test -> mysqltest
Makefile.am	Retargetted mysql-test to mysqltest.
.del-mysql-test.c	Delete: client/mysql-test.c
mysql-test-run	Added program definitions.
mysqltest.c	BitKeeper file /home/mwagner/work/bk/mysql/client/mysqltest.c
2000-10-10 03:42:07 -05:00
sasha@mysql.sashanet.com
847a51c5ef fixed parsing bug in mysql-test
mysql-test-run now works, althought the output needs beautification
add two *real* test cases that everyone can run - yahoo! we are moving!
2000-10-09 17:53:10 -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
bk@work.mysql.com
f4c589ff6c Import changeset 2000-07-31 21:29:14 +02:00