1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-07 06:01:31 +03:00
Commit Graph

26 Commits

Author SHA1 Message Date
6b004aa730 fixed 2000-12-13 09:58:26 -07:00
d058adf818 --result-file in mysqltest works nicely now
added a new test case that relies on --result-file
2000-12-12 15:01:35 -07:00
569ac55c61 client/mysqltest.c
add --result-file option
mysql-test/mysql-test-run
    do a really good job to kill mysqld if it is stuck
2000-12-12 12:12:41 -07:00
ca5e1f6d95 test case for a coredump on merge tables. Sergei or Monty, can you fix this? 2000-12-12 08:24:50 -07:00
10693572ed Fixed delete in tables with hidden primary key
Remove not used BDB logs on shutdown
Don't give warnings for repair on slaves
Fixed transaction log files
2000-12-12 04:34:56 +02:00
af68a712ad Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-12-08 17:44:45 -07:00
c441e80ed6 mysql-test/mysql-test-run
reversed gcov to work the old way - the worst thing that can happen 
    if slave and master execute the same code at the same time is that
    we get a lesser  count on the code branch execution, but in any case,
    it will be at least counted once, which is really all we care.
    
    Besides, the source tracking is most likely not thread safe, but this
    is ok for the same reason.
2000-12-08 17:32:30 -07:00
6b6ce60678 mysql-test-run --core-file changed to --exit-info=256
it's yet another mysqld hidden feature
                --exit-info=256 is like --core-file but prints info at exit.
                --exit-info itself implies also one-thread (undocumented)
2000-12-08 23:14:37 +01:00
3e4697c8b2 rpl000001 sporadic failure mystery solved - the table was being opened twice :-) 2000-12-07 11:40:22 -07:00
f8d4b377f5 Merge 2000-12-07 08:10:30 -07:00
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
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
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
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
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
88b0777fd9 mysql-test-run Trimmed .test from output. 2000-10-13 07:18:05 -05:00
082b1671d0 mysql-test-run Code clean-ups. 2000-10-13 07:14:39 -05:00
f9588a3d99 mysql-test-run BSD cleanups 2000-10-12 15:51:19 +02:00
04d1cbe80a mysql-test-run try to fool bk one more time 2000-10-11 17:38:30 -06:00
81b223205b mysql-test/mysql-test-run
can I fool bk this time?
2000-10-11 17:33:32 -06:00
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
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
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
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
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
f4c589ff6c Import changeset 2000-07-31 21:29:14 +02:00