summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | Make variables static to please Netware compilerunknown2006-10-311-18/+18
| | | * | | | | | | | | | Remove warning, exe_mysql_fix_system_tables are not available on windowsunknown2006-10-311-8/+10
| | * | | | | | | | | | | Update the rules for abi_checkunknown2006-10-272-504/+170
| * | | | | | | | | | | | Merge kpdesk.mysql.com:/home/thek/dev/bug22828/my41-bug22828unknown2006-11-014-20/+153
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Bug#22828 _my_b_read() ignores return values for my_seek() callsunknown2006-10-314-20/+153
| * | | | | | | | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maintunknown2006-10-312-4/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Merge bk-internal:/home/bk/mysql-4.1-maintunknown2006-10-302-4/+33
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | Bug#18654 Test is timing-dependent and fails from scheduling effects (?)unknown2006-10-302-4/+33
| * | | | | | | | | | | | | Fix for bug #23412: delete rows with null date fieldunknown2006-10-273-1/+31
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Skip innodb test if mysqld doesn't have innodb supportunknown2006-10-251-0/+12
| * | | | | | | | | | | | Update the binlog format parse routine to only be avaliable in 5.1 and allow ...unknown2006-10-251-11/+8
| * | | | | | | | | | | | Add valgrinding support for mysql_client_testunknown2006-10-252-44/+56
| * | | | | | | | | | | | Set flag opt_skip_ndbcluster_slave if no slaves are being used.unknown2006-10-251-3/+19
| * | | | | | | | | | | | Adapt mysql-test-run.pl to mysqld in 5.1 using "mixed" binlog format by default unknown2006-10-242-0/+9
| * | | | | | | | | | | | Pass --core-file option to mysqld when bootstrappingunknown2006-10-242-0/+2
| * | | | | | | | | | | | Merge neptunus.(none):/home/msvensson/mysql/bug23427/my41-bug23427unknown2006-10-245-2/+1287
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | WL#3462 Add testing of MySQL client ABI to prevent unintentional ABI breaksunknown2006-10-245-2/+1287
| * | | | | | | | | | | | | Remove debug printout unknown2006-10-241-2/+0
| * | | | | | | | | | | | | Run mysql_client_test without --silentunknown2006-10-242-1/+3
| * | | | | | | | | | | | | Add analyze_testcase_failure which is called when mysqltest has failedunknown2006-10-242-0/+71
| * | | | | | | | | | | | | Enable the ATTRIBUTE_FORMAT macros to check format of variable arg parametersunknown2006-10-241-4/+4
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Avoid matching the trailing carriage return when parsing the mysqld.spec fileunknown2006-10-231-2/+2
| * | | | | | | | | | | | The vardir trick can only bge used on platforms with native symlinks - otherw...unknown2006-10-231-3/+7
| * | | | | | | | | | | | Don't use the "4.1 vardir trick" on OS that does not have native symlink(i.e ...unknown2006-10-231-1/+2
| * | | | | | | | | | | | Merge bk-internal:/home/bk/mysql-4.1-maintunknown2006-10-232-73/+135
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | If "var" is a symlink which does not point to anything, remove it before crea...unknown2006-10-231-0/+5
| | * | | | | | | | | | | | As both ndb and im are components that may be disabled as well as the binarie...unknown2006-10-231-67/+119
| | * | | | | | | | | | | | Copy *.cnf file from std_data/ when doing a binary distributionunknown2006-10-231-0/+1
| | * | | | | | | | | | | | Init some variables that changes between test cases direclty in run_testcaseunknown2006-10-201-6/+10
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maintunknown2006-10-236-5/+29
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge mysql.com:/usr/home/ram/work/mysql-4.1-maintunknown2006-10-236-5/+29
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | Fix for bug #20732: Partial index and long sjis search with '>' fails sometimesunknown2006-10-196-5/+29
| * | | | | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1-maintunknown2006-10-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Merge polly.local:/tmp/maint/bug23256/mysql-4.1-maintunknown2006-10-201-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Fix for bug #23256 "doesn't build on alpha"unknown2006-10-201-1/+1
| | | |/ / / / / / / / / / /
| * | | | | | | | | | | | | Merge bk-internal:/home/bk/mysql-4.1-maintunknown2006-10-196-42/+79
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Adapt to running from "binary dist"unknown2006-10-192-34/+46
| | * | | | | | | | | | | | Fix problem running rpl_timezone on powermacg5, it was not popular to set TZ ...unknown2006-10-191-5/+7
| | * | | | | | | | | | | | Add command "exit" to mysqltest, it will stop processing any moreunknown2006-10-193-3/+26
| * | | | | | | | | | | | | Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-4.1-maintunknown2006-10-190-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Fix for bug#23379 "wrong time value in SHOW PROCESSLIST"unknown2006-10-191-0/+1
| | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge bk-internal:/home/bk/mysql-4.1-maintunknown2006-10-1920-54/+56
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Backport test cases fixes from 5.0unknown2006-10-1920-54/+56
| * | | | | | | | | | | | | Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-4.1-maintunknown2006-10-191-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-4.1-maintunknown2006-10-181-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Fix for bug#23379 "wrong time value in SHOW PROCESSLIST"unknown2006-10-181-0/+1
| * | | | | | | | | | | | | | Merge bk-internal:/home/bk/mysql-4.1-maintunknown2006-10-187-22/+64
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge siva.hindu.god:/usr/home/tim/m/bk/b4053/41unknown2006-10-167-22/+64
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | Merge siva.hindu.god:/usr/home/tim/m/bk/tmp/40unknown2006-09-146-14/+56
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | Bug #4053: too many of "error 1236: 'binlog truncated in the middle of event'...unknown2006-09-146-14/+56