Commit graph

735 commits

Author SHA1 Message Date
tim@cane.mysql.fi
7bff1dd4db Add SHOW LOGS command. 2000-12-15 13:18:52 +02:00
sasha@mysql.sashanet.com
0ed8894335 mysql-test/r/rpl000016.result
forgot to check this in
2000-12-14 20:45:16 -07:00
sasha@mysql.sashanet.com
d9d49dfa44 client/mysqltest.c
fixed bug that created empty result files in no-record mode
mysql-test/t/rpl000007.test
    testing non-replication of load data infile when the table is excluded from replication
mysql-test/t/rpl000016.test
    test purge master logs
sql/slave.cc
    fix memory leaks found by  purge master logs test
sql/sql_repl.cc
    fixed race condition and delete before close bug in reset_slave()

Overall comments - coverage testing is a very good thing!
2000-12-14 20:17:18 -07:00
sasha@mysql.sashanet.com
b3211ac281 I fixed the bug too and had to merge conflicts 2000-12-14 17:48:54 -07:00
sasha@mysql.sashanet.com
b63444de1b client/mysqltest.c
added system command
myisammrg/myrg_open.c
    fixed coredump when opening an empty union table
sql/sql_repl.cc
    fixed warnings, remove confusing comment, fixed coredump in
    change master to when master.info was corrupted

added new replication test case
2000-12-14 17:43:13 -07:00
serg@serg.mysql.com
9068a78cf0 myrg_open.c empty MRG bug fixed again (fix from 1.8 was removed in 1.9) 2000-12-15 00:09:53 +01:00
serg@serg.mysql.com
502149c3b6 Merge 2000-12-14 23:30:06 +01:00
sasha@work.mysql.com
254a8007c8 Merge 2000-12-14 18:13:16 +01:00
sasha@mysql.sashanet.com
822ecf4309 mysql-test/mysql-test-run.sh
fixes for Bourne shell
    removed colors
    optimized echo/expr for bash
2000-12-14 10:05:04 -07:00
sasha@work.mysql.com
0abf55172f Merge 2000-12-14 02:55:44 +01:00
sasha@work.mysql.com
5011467f3a Merge 2000-12-14 02:54:56 +01:00
sasha@mysql.sashanet.com
b67ded49cd fixed typo 2000-12-13 18:29:38 -07:00
sasha@mysql.sashanet.com
7c8773d9a3 fixes for parallel make, re-added the lost README files in mysql-test 2000-12-13 18:23:55 -07:00
sasha@mysql.sashanet.com
57c65749dc fixed typo 2000-12-13 17:17:19 -07:00
sasha@mysql.sashanet.com
9a5ce4d513 MIT fix 2000-12-13 16:43:18 -07:00
sasha@mysql.sashanet.com
8502addd5f mysql-test/Makefile.am
fixed typo
scripts/make_binary_distribution.sh
    added .MRG and .frm files
2000-12-13 12:42:59 -07:00
sasha@mysql.sashanet.com
8f9754873d global.h Fix for MIT-threads 2000-12-13 11:58:00 -07:00
sasha@mysql.sashanet.com
8b59d245ea sql_parse.cc we were using wrong strdup 2000-12-13 10:59:59 -07:00
sasha@mysql.sashanet.com
a143a9bb78 install_test_db.sh fixes for distribution
mysql-test-run.sh	fixes for distribution
Makefile.am	Fixes for distribution
2000-12-13 10:32:54 -07:00
sasha@mysql.sashanet.com
8ebc971504 Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-12-13 09:59:36 -07:00
sasha@mysql.sashanet.com
6b004aa730 fixed 2000-12-13 09:58:26 -07:00
monty@work.mysql.com
8dfd21ad79 Makefile.am Removed README 2000-12-13 13:24:46 +01:00
monty@work.mysql.com
e1c55775e5 mysql.spec.sh Don't install BDB
Do-patch-file	Update for new web structure
Makefile.am	Added dependency for manual_toc.html
Makefile.am	Replaced chmod with RM to avoid error message
2000-12-13 12:43:45 +01:00
sasha@mysql.sashanet.com
c158194076 Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-12-12 16:27:38 -07:00
paul@central.snake.net
62f5caa60d manual.texi minor wording change in LOAD DATA section 2000-12-12 17:27:36 -06:00
sasha@mysql.sashanet.com
5f54586a60 2000-12-12 15:35:15 -07:00
sasha@mysql.sashanet.com
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
sasha@mysql.sashanet.com
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
sasha@mysql.sashanet.com
ca5e1f6d95 test case for a coredump on merge tables. Sergei or Monty, can you fix this? 2000-12-12 08:24:50 -07:00
serg@serg.mysql.com
36c7d4eb02 Merge 2000-12-12 13:30:07 +01:00
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
monty@donna.mysql.com
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
sasha@mysql.sashanet.com
60dc7eabc9 log_event.h fixed load data infile replication for alpha 2000-12-11 14:22:48 -07:00
sasha@mysql.sashanet.com
3417aa25ad sql/sql_repl.cc
last fix in send_file() was wrong
2000-12-11 13:09:01 -07:00
sasha@mysql.sashanet.com
c8a915880b I hope I've fixed all the bugs by now, let's test it 2000-12-11 12:06:34 -07:00
serg@serg.mysql.com
a4f853e22b Merge 2000-12-11 14:30:57 +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
monty@donna.mysql.com
b4974dacb9 Removed init that crashed BDB
Fixed newly introduced bug in update
2000-12-11 02:31:09 +02:00
monty@donna.mysql.com
1e56deab97 Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql 2000-12-10 21:12:12 +02:00
monty@donna.mysql.com
0efb424e48 Bugfix when using a multi-part unique key in the SET and WHERE part
Put PRIMARY KEY and UNIQUE keys before other keys
Fixes for auto_increment keys for BDB tables
2000-12-10 21:10:03 +02:00
sasha@mysql.sashanet.com
3cf810222a fixed up leaks found by --exit-info=256
better error diagnostic in SLAVE START
2000-12-09 14:28:51 -07:00
sasha@mysql.sashanet.com
b36c387f4f Docs/manual.texi
updates for the test suite
Docs/Support/test-make-manual
    abort with a message if a utility fails
    open the manual in a browser on success
2000-12-09 09:30:54 -07:00
sasha@mysql.sashanet.com
72fc1259a1 logs were not being called with exiting set to true on server exit 2000-12-08 21:01:36 -07:00
sasha@mysql.sashanet.com
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
sasha@mysql.sashanet.com
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
serg@serg.mysql.com
a87be9c6ed ignore cleaned up, AGAIN!
myrg_open.c	delayed queue allocation
2000-12-09 00:41:06 +01:00
serg@serg.mysql.com
94500e6d6c Merge 2000-12-09 00:36:22 +01:00
serg@serg.mysql.com
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
sasha@mysql.sashanet.com
2cd21162ca sql/mysqld.cc
fixed auto set of server id
sql/sql_repl.cc
    do not allow slave to replicate if master id was not supplied
sql/sql_repl.h
    fix for server_id
2000-12-08 12:50:57 -07:00