serg@serg.mysql.com
ef379c0dae
ft0000001.test more tests added
...
ft0000002.test several ft-indexes test
filesort.cc DBUG_PRINT's added
2000-12-12 13:17:29 +01:00
serg@serg.mysql.com
f1e8696a45
sel000032.test backpropagated from mysql-4.0
...
sel000031.test backpropagated from mysql-4.0
sel000014.result backpropagated from mysql-4.0
sel000006.test s|r/3.23/|r/|
sel000007.test s|r/3.23/|r/|
sel000008.test s|r/3.23/|r/|
sel000009.test s|r/3.23/|r/|
sel000010.test s|r/3.23/|r/|
sel000011.test s|r/3.23/|r/|
sel000012.test s|r/3.23/|r/|
sel000013.test s|r/3.23/|r/|
sel000014.test s|r/3.23/|r/|
sel000015.test s|r/3.23/|r/|
sel000016.test s|r/3.23/|r/|
sel000017.test s|r/3.23/|r/|
sel000018.test s|r/3.23/|r/|
sel000019.test s|r/3.23/|r/|
sel000020.test s|r/3.23/|r/|
sel000021.test s|r/3.23/|r/|
sel000022.test s|r/3.23/|r/|
sel000023.test s|r/3.23/|r/|
sel000024.test s|r/3.23/|r/|
sel000025.test s|r/3.23/|r/|
sel000026.test s|r/3.23/|r/|
sel000027.test s|r/3.23/|r/|
sel000028.test s|r/3.23/|r/|
sel000029.test s|r/3.23/|r/|
sel000030.test s|r/3.23/|r/|
sel000033.test s|r/3.23/|r/|
sel000005.test s|r/3.23/|r/|
ft0000001.test s|r/3.23/|r/|
sel000004.test s|r/3.23/|r/|
2000-12-11 14:23:00 +01:00
serg@serg.mysql.com
c6d55ae8d0
Tests backpropagated from mysql-4.0 bk tree
2000-12-11 14:09:31 +01:00
sasha@mysql.sashanet.com
7ccba68095
ok, here comes the push - prepare to resolve conflicts! And lets hope bk can gracefully handle all of my renames
2000-12-07 10:14:28 -07:00
sasha@mysql.sashanet.com
fe67aa114f
mrg000001.dummy.result Rename: mysql-test/r/3.23/mrg000001.dummy.result -> mysql-test/r/mrg000001.dummy.result
...
mrg000001.result Rename: mysql-test/r/3.23/mrg000001.result -> mysql-test/r/mrg000001.result
mrg000001.test Rename: mysql-test/t/3.23/mrg000001.test -> mysql-test/t/mrg000001.test
2000-12-07 08:24:18 -07:00
sasha@mysql.sashanet.com
f8d4b377f5
Merge
2000-12-07 08:10:30 -07:00
sasha@mysql.sashanet.com
ec1359416b
fixed up mysql-test - will not push this yet, as more clean up/testing is to follow
2000-12-07 07:54:59 -07:00
serg@serg.mysql.com
97f6bc1171
myrg_rrnd.c merge + insert OK
...
myrg_info.c merge + insert OK
mymrgdef.h merge + insert OK
mrg000001.test test for the above
mysql-test-run compatibility (FreeBSD) changes from mysql-4.0 backpropagated
2000-12-07 00:18:46 +01:00
sasha@mysql.sashanet.com
78b5f8fe8a
updated test case for SELECT DISTINCT coredump
2000-12-05 10:15:27 -07:00
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