Commit graph

905 commits

Author SHA1 Message Date
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
serg@serg.mysql.com
9de654911f mysqldump.c typo fixed
mysqldumpslow.sh   | first line should be #!@PERL@
mysqld_multi.sh    | not #@perl@ or #!/usr/bin/perl
2000-12-08 19:12:12 +01:00
monty@donna.mysql.com
0dd9ec5a63 Merge 2000-12-08 18:39:37 +02:00
monty@donna.mysql.com
7617d198a4 Lots of fixes for BDB tables
Change DROP TABLE to first drop the data, then the .frm file
2000-12-08 17:04:57 +02:00
sasha@mysql.sashanet.com
17061d609f Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-12-08 07:11:45 -07:00
sasha@mysql.sashanet.com
6b7098cb20 fixed bug in load data infile replication
updated test suite to always test if slave obeys stop/start commands
2000-12-08 07:11:22 -07:00
serg@serg.mysql.com
3afbfc2b75 mrg000001.result Change mode to -rw-rw-r--
mrg000001.dummy.result	Change mode to -rw-rw-r--
2000-12-08 14:25:45 +01:00
serg@serg.mysql.com
486bf66f46 Merge 2000-12-08 14:00:48 +01:00
serg@serg.mysql.com
53df0e501a sql_base.cc merge+insert (v.3)
myrg_info.c	merge+insert (v.3)
myrg_extra.c	merge+insert (v.3)
ignore  	cleanup
2000-12-08 13:53:24 +01:00
jani@prima.mysql.fi
157e288020 Small changes in mysqld_multi. 2000-12-08 14:35:54 +02:00
jani@prima.mysql.fi
cc51218c97 Added documentation. 2000-12-08 14:18:08 +02:00
sasha@mysql.sashanet.com
304b15f843 Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-12-07 21:53:35 -07:00
sasha@mysql.sashanet.com
5a1b15b3be more cleanup of slave load data infile - trying to track down bug, 2000-12-07 21:51:29 -07:00
jani@prima.mysql.fi
c475a9885d Temporary fix for handling wild_one at end of string (key compression).
Full fix shall be in MySQL 4.1. (This is a hard one (!))
2000-12-08 00:34:16 +02:00
sasha@mysql.sashanet.com
3e4697c8b2 rpl000001 sporadic failure mystery solved - the table was being opened twice :-) 2000-12-07 11:40:22 -07:00
sasha@mysql.sashanet.com
b169cd69e8 mysql-test/Makefile.am
removed extra files, adjusted for renames
2000-12-07 10:30:37 -07:00
sasha@mysql.sashanet.com
f56ed9d136 Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-12-07 10:23:17 -07:00
sasha@work.mysql.com
6da57fd826 Do-all-build-steps added --without-berkeley-db 2000-12-07 18:22:11 +01:00
sasha@mysql.sashanet.com
a0093edf09 Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-12-07 10:15:02 -07: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
jani@prima.mysql.com
8ce6b647ac Added documentation about the mysql client. 2000-12-07 18:04:08 +02:00
sasha@mysql.sashanet.com
4d7d9c7f8f make -j 2 2000-12-07 08:38:46 -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
f54267ec2a stop chewing! 2000-12-07 08:02:11 -07:00
sasha@mysql.sashanet.com
f5bffe02e5 chew it! 2000-12-07 07:57:48 -07:00
sasha@mysql.sashanet.com
1478358644 chew on! 2000-12-07 07:57:04 -07:00
sasha@mysql.sashanet.com
60acde6fe8 chew on this! 2000-12-07 07:56: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
24f75730c1 Merge 2000-12-07 15:13:01 +01:00
jani@prima.mysql.com
b45f7e7c23 Changed name mysql_multi_mysqld to mysqld_multi. 2000-12-07 15:57:58 +02:00