Commit graph

7564 commits

Author SHA1 Message Date
sasha@mysql.sashanet.com
edc0cbd346 Added a test case for a coredump bug in SELECT DISTINCT. Have not yet fixed the coredump itself 2000-12-05 06:12:19 -07:00
sasha@mysql.sashanet.com
07b36014fc added loops and other cool stuff to mysqltest
fixed slave to preserve temp tables on slave stop; slave start
added abort-slave-event-count option to mysqld to test the above
added a test case for temp tables with a contantly aborting slave
removed warning in sql_parse.cc
fixed thimble.cc to compile
2000-12-02 10:11:50 -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
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
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
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
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
sasha@mysql.sashanet.com
60cdfe07f7 fixed bugs in elt() and make_set()
added two new test cases
2000-11-03 07:04:33 -07:00
sasha@mysql.sashanet.com
5b1a34cecd err000001.test BitKeeper file /home/sasha/src/bk/mysql/mysql-test/t/3.23/err000001.test
ins000001.test	BitKeeper file /home/sasha/src/bk/mysql/mysql-test/t/3.23/ins000001.test
ins000001.result	BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/3.23/ins000001.result
2000-10-18 11:58:06 -06:00
mwagner@evoq.home.mwagner.org
43a5de3af8 sel000003.test XLST generated.
sel000002.test	XLST generated.
sel000001.test	XLST generated.
2000-10-13 02:50:18 -05: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@work.mysql.com
68ec8e0084 sel000001.result BitKeeper file /d1/users/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000001.result
sel000002.result	BitKeeper file /d1/users/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000002.result
.del-select-key.test	Delete: mysql-test/t/3.23/select-key.test
.del-simple-select.test	Delete: mysql-test/t/3.23/simple-select.test
sel000001.test	BitKeeper file /d1/users/mwagner/work/bk/mysql/mysql-test/t/3.23/sel000001.test
sel000002.test	BitKeeper file /d1/users/mwagner/work/bk/mysql/mysql-test/t/3.23/sel000002.test
2000-10-10 11:15:06 +02: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