summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* fix for BUG#11139 (multi-delete with alias breaking replication if table rule...unknown2005-09-143-5/+71
* Merge rurik.mysql.com:/home/igor/mysql-4.1unknown2005-09-079-1/+233
|\
| * Merge mysql.com:/home/alexi/mysql-4.1unknown2005-09-072-0/+179
| |\
| | * item_cmpfunc.h:unknown2005-09-062-0/+179
| * | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-074-0/+34
| |\ \
| | * | func_like.result, func_like.test:unknown2005-09-062-0/+24
| | * | Bug#12611: ESCAPE + LIKE do not work when the escape char is a multibyte oneunknown2005-08-312-0/+10
| * | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-072-0/+19
| |\ \ \
| | * | | Bug #12829unknown2005-08-302-0/+19
| * | | | Backport fixes for mysqltest.test from 5.0unknown2005-09-061-1/+1
* | | | | func_gconcat.result, func_gconcat.test:unknown2005-09-062-0/+36
|/ / / /
* | | | Bug #6172 RAND(a) should only accept constant values as arguments(2nd version)unknown2005-09-064-26/+36
| |_|/ |/| |
* | | BUG#12959 mysqltest crashes if testcase passed with -x optionunknown2005-09-061-5/+5
* | | BUG#12984 mysqltest.test: different output from "exec NonExistsinfComamdn"unknown2005-09-052-10/+22
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-052-0/+17
|\ \ \
| * | | func_gconcat.test, func_gconcat.result:unknown2005-09-052-0/+17
* | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1unknown2005-09-052-0/+15
|\ \ \ \
| * | | | Bug#12959 mysqltest crashes if testcase passed with -x optionunknown2005-09-052-0/+15
* | | | | Remove extra ;unknown2005-09-051-4/+4
| |/ / / |/| | |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-022-7/+4
|\ \ \ \ | |/ / /
| * | | mysqltest.test: Remove output from shells in result fileunknown2005-09-022-7/+4
* | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-022-0/+13
|\ \ \ \
| * \ \ \ Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-022-0/+13
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bug#12363unknown2005-08-302-0/+13
| | |/ /
* | | | Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1unknown2005-09-022-0/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1unknown2005-09-012-0/+29
| |\ \ \
| | * | | BUG#12542: All set statements should be executed by slave thdunknown2005-08-312-0/+29
* | | | | Fix missing command terminatorunknown2005-09-011-1/+1
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-0127-56/+935
|\ \ \ \ \
| * \ \ \ \ Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1unknown2005-09-0127-56/+935
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Bug #3131 mysqltest fails on $2=$1 assignment in testunknown2005-09-012-0/+27
| | * | | | Bug #12471 mysqltest, --error within loop affects wrong statementunknown2005-09-012-0/+20
| | * | | | Remove syntax !$<err_no> to set an expected error codeunknown2005-08-312-7/+4
| | * | | | BUG#11316: mysqltest, problems when assigning value with '#' to $variableunknown2005-08-3113-33/+124
| | * | | | BUG#10267 mysqltest, wrong number of loops when a script is sourced within a ...unknown2005-08-162-0/+98
| | * | | | BUG#11316 mysqltest, problems when assigning value with '#' to $variableunknown2005-07-1516-18/+664
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-012-0/+52
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix for bug #12423 "Deadlock when doing FLUSH PRIVILEGES and GRANT in unknown2005-09-012-0/+52
* | | | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-014-47/+97
|\ \ \ \ \ \
| * | | | | | mtr_process.pl:unknown2005-09-011-3/+3
| * | | | | | mtr_timer.pl, mtr_report.pl, mtr_process.pl, mysql-test-run.pl:unknown2005-08-314-45/+95
| | |_|_|_|/ | |/| | | |
* | | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-12325unknown2005-08-315-16/+32
|\ \ \ \ \ \
| * | | | | | Fix handling of filenames that start the same as reserved filenamesunknown2005-08-315-16/+32
| | |_|_|/ / | |/| | | |
* | | | | | Fix bug #12861 client hang with group_concat insubquery FROM DUAL.unknown2005-08-312-0/+8
| |/ / / / |/| | | |
* | | | | Merge bk-internal:/home/bk/mysql-4.1unknown2005-08-302-0/+16
|\ \ \ \ \
| * \ \ \ \ manual merge of bug fix#12537unknown2005-08-302-0/+16
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix bug #12537 UNION produces longtext instead of varcharunknown2005-08-302-0/+16
* | | | | | Fix incorrect spellings of "dropped" in source and tests. (Bug #12828)unknown2005-08-302-2/+2
|/ / / / /
* | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-08-302-1/+3640
|\ \ \ \ \
| * \ \ \ \ Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-08-292-1/+3640
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |