summaryrefslogtreecommitdiff
path: root/mysql-test/t
Commit message (Expand)AuthorAgeFilesLines
* Bug#22645 LC_TIME_NAMES: Statement not replicatedunknown2006-12-052-0/+66
* BUG#13926: --order-by-primary fails if PKEY contains quote character.unknown2006-11-211-0/+15
* Merge mysql.com:/usr/home/bar/mysql-4.1.b22646unknown2006-11-201-0/+20
|\
| * Bug#22646 LC_TIME_NAMES: Assignment to non-UTF8 target failsunknown2006-11-081-0/+20
* | bug#19402 SQL close to the size of the max_allowed_packet fails on the slaveunknown2006-11-151-4/+0
* | Merge mysql.com:/home/bkroot/mysql-4.1-rplunknown2006-11-136-15/+74
|\ \
| * \ Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-11-106-15/+74
| |\ \
| | * \ Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-4.1-runtimeunknown2006-11-065-14/+69
| | |\ \
| | | * | Fix Bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1"unknown2006-11-015-14/+69
| | * | | Cleanup: fix race in rename.test.unknown2006-11-031-2/+8
* | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1-rplunknown2006-11-081-0/+24
|\ \ \ \ \
| * | | | | Bug#23451 GROUP_CONCAT truncates a multibyte utf8 characterunknown2006-11-071-0/+24
* | | | | | bug#19402 SQL close to the size of the max_allowed_packet fails on slaveunknown2006-11-081-7/+10
* | | | | | Merge dsl-hkibras-fe30f900-107.dhcp.inet.fi:/home/elkin/MySQL/TEAM/FIXES/4.1/...unknown2006-11-083-0/+42
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | BUG#19402 SQL close to the size of the max_allowed_packet fails on the slaveunknown2006-09-123-0/+42
* | | | | | Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1-rplunknown2006-11-071-0/+18
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | |
| * | | | Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1-rplunknown2006-10-251-0/+18
| |\ \ \ \
| | * \ \ \ Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1-rplunknown2006-10-111-0/+18
| | |\ \ \ \
| | | * | | | Bug#22052 Trailing spaces are not removed from UNICODE fields in an indexunknown2006-10-031-0/+18
| | * | | | | Merge mysql.com:/home/bkroot/mysql-4.1-rplunknown2006-10-102-0/+8
| | |\ \ \ \ \ | | | |/ / / /
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-11-0242-352/+992
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maintunknown2006-10-311-4/+8
| |\ \ \ \ \ \
| | * | | | | | Bug#18654 Test is timing-dependent and fails from scheduling effects (?)unknown2006-10-301-4/+8
| * | | | | | | Fix for bug #23412: delete rows with null date fieldunknown2006-10-271-1/+12
| |/ / / / / /
| * | | | | | Merge mysql.com:/usr/home/ram/work/mysql-4.1-maintunknown2006-10-231-1/+11
| |\ \ \ \ \ \
| | * | | | | | Fix for bug #20732: Partial index and long sjis search with '>' fails sometimesunknown2006-10-191-1/+11
| * | | | | | | Add command "exit" to mysqltest, it will stop processing any moreunknown2006-10-191-0/+14
| * | | | | | | Backport test cases fixes from 5.0unknown2006-10-1911-24/+25
| |/ / / / / /
| * | | | | | Merge bk-internal:/home/bk/mysql-4.1-maintunknown2006-10-141-0/+1
| |\ \ \ \ \ \
| | * | | | | | rpl_empty_master_crash need a master restart so that all log files are deletedunknown2006-10-131-0/+1
| * | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maintunknown2006-10-131-1/+13
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Fix for bug #23254: COMPRESS(NULL) makes all futher COMPRESS() calls on same ...unknown2006-10-131-1/+13
| * | | | | | | Optimize restarts by using --force-restart optionunknown2006-10-131-1/+1
| * | | | | | | Add missing semicolon in test fileunknown2006-10-131-1/+1
| * | | | | | | Merge bk-internal:/home/bk/mysql-4.1-maintunknown2006-10-1221-318/+829
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Improve restart logic all code to detect restart is now in the functionsunknown2006-10-112-2/+2
| | * | | | | | Fix spelling errorunknown2006-10-072-4/+4
| | * | | | | | Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_toolsunknown2006-10-0617-312/+823
| | |\ \ \ \ \ \
| | | * | | | | | Use same --slave-load-tmpdir in all versions(backport from 5.0)unknown2006-10-051-3/+5
| | | * | | | | | Improve "check_eol_junk" to detect junk although there are multi line comment...unknown2006-10-051-6/+68
| | | * | | | | | Use replace_regex to mask the output of file_id= in "show binlog events" that...unknown2006-10-041-0/+2
| | | * | | | | | Update mysqltest to latest versionunknown2006-10-0315-309/+754
| * | | | | | | | Merge polly.local:/tmp/maint/bug22728/my41-bug22728unknown2006-10-121-0/+16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix for bug #22728 "Handler_rollback value is growing".unknown2006-10-111-0/+18
| * | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1-maintunknown2006-10-111-0/+41
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge polly.local:/tmp/maint/bug11655/my41-bug11655unknown2006-10-111-0/+41
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Fixes a number of problems with time/datetime <-> string conversion functions:unknown2006-10-041-1/+44
| | | |/ / / / / / / /
| * | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1-maintunknown2006-10-091-0/+19
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Bug#17583: mysql drops connection when stdout is not writableunknown2006-10-091-0/+19
| | | |_|_|_|_|/ / / | | |/| | | | | | |
* | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-11-024-2/+136
|\ \ \ \ \ \ \ \ \ \