Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge new tests | jimw@mysql.com | 2005-04-04 | 2 | -1/+29 |
|\ | |||||
| * | Make sure that warning message when GROUP_CONCAT() cuts values is also | jimw@mysql.com | 2005-02-23 | 2 | -0/+30 |
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-8866 | jimw@mysql.com | 2005-04-04 | 2 | -5/+16 |
|\ \ | |||||
| * | | Fix reconnect when using prepared statements, and add | jimw@mysql.com | 2005-03-28 | 2 | -5/+16 |
* | | | Merge bk-internal:/home/bk/mysql-4.1 | jimw@mysql.com | 2005-04-04 | 3 | -2/+38 |
|\ \ \ | |||||
| * | | | ctype_uca.result: | bar@mysql.com | 2005-04-04 | 1 | -2/+2 |
| * | | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2005-04-02 | 2 | -0/+36 |
| |\ \ \ | |||||
| | * | | | results updated | serg@serg.mylan | 2005-04-02 | 1 | -2/+2 |
| | * | | | merged | serg@serg.mylan | 2005-04-02 | 2 | -0/+36 |
| | |\ \ \ | |||||
| | | * | | | bug#3891 - DROP TABLE many-unexistent-tables, was printing an error with %s i... | serg@serg.mylan | 2005-04-02 | 2 | -0/+37 |
* | | | | | | Clean up merge of fix for Bug #9468. | jimw@mysql.com | 2005-04-01 | 2 | -0/+6 |
* | | | | | | Merge embedded-server testing changes. | jimw@mysql.com | 2005-04-01 | 69 | -8089/+743 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fix the new ps_grant test to clean itself up properly. | jimw@mysql.com | 2005-04-01 | 2 | -2/+0 |
| * | | | | | Remove result.es files and support for them, which requires splitting | jimw@mysql.com | 2005-03-30 | 24 | -5474/+219 |
| * | | | | | Eliminate most of the remaining hardcoded list of tests to skip | jimw@mysql.com | 2005-03-29 | 26 | -378/+411 |
| * | | | | | Clean up InnoDB testing with embedded server. | jimw@mysql.com | 2005-03-29 | 8 | -1682/+34 |
| * | | | | | Shift skipping of some tests with embedded server from within | jimw@mysql.com | 2005-03-29 | 7 | -7/+16 |
| * | | | | | Re-enable ctype_latin1_de test for embedded server (already passes, so it | jimw@mysql.com | 2005-02-10 | 5 | -34/+34 |
| * | | | | | Re-enable alter_table test for embedded server by moving grant-related test | jimw@mysql.com | 2005-02-09 | 6 | -514/+32 |
* | | | | | | Fix for bug#9435: TIMESTAMP columns don't update | mskold@mysql.com | 2005-04-01 | 2 | -7/+75 |
| |/ / / / |/| | | | | |||||
* | | | | | Make the tests deterministic: change DELETE ... LIMIT to DELETE ... ORDER BY ... | sergefp@mysql.com | 2005-03-31 | 2 | -2/+3 |
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | msvensson@neptunus.(none) | 2005-03-31 | 7 | -0/+33 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 | msvensson@neptunus.(none) | 2005-03-30 | 7 | -0/+33 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge neptunus.(none):/home/msvensson/mysql/bug8807 | msvensson@neptunus.(none) | 2005-03-30 | 7 | -0/+33 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | BUG#8807 Select crash server | msvensson@neptunus.(none) | 2005-03-30 | 7 | -0/+33 |
* | | | | | | | | postmerge fixes | bell@sanja.is.com.ua | 2005-03-30 | 1 | -4/+4 |
* | | | | | | | | merge | bell@sanja.is.com.ua | 2005-03-30 | 5 | -6/+54 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Fix for BUG#9213: GROUP BY returns wrong query results: | sergefp@mysql.com | 2005-03-30 | 2 | -0/+50 |
| * | | | | | | | Remove .opt file for faster test running. | bar@mysql.com | 2005-03-30 | 3 | -6/+4 |
| |/ / / / / / | |||||
* | | | | | | | Merge | bell@sanja.is.com.ua | 2005-03-30 | 7 | -17/+728 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | postreview changes | bell@sanja.is.com.ua | 2005-03-30 | 2 | -0/+597 |
| * | | | | | | fixed union types merging and table related metadata (BUG#8824) | bell@sanja.is.com.ua | 2005-03-23 | 5 | -13/+111 |
| * | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2005-03-16 | 2 | -4/+20 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | fixed left expression of IN/ALL/ANY subquery transformation support (BUG#8888) | bell@sanja.is.com.ua | 2005-03-10 | 2 | -4/+20 |
* | | | | | | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 | kent@mysql.com | 2005-03-29 | 2 | -13/+14 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 | mskold@mysql.com | 2005-03-29 | 2 | -13/+14 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | New test result | mskold@mysql.com | 2005-03-29 | 1 | -11/+11 |
| | * | | | | | | | | Backport of ChangeSet 1.1700.256.8: Export the variable MASTER_MY_PORT1 from ... | mskold@mysql.com | 2005-03-29 | 1 | -2/+3 |
* | | | | | | | | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 | kent@mysql.com | 2005-03-29 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | |||||
| * | | | | | | | | | Better error message. | bar@mysql.com | 2005-03-29 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | mysql-test-run.pl: | kent@mysql.com | 2005-03-29 | 2 | -2/+286 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2005-03-28 | 4 | -0/+25 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | union.test: | bar@mysql.com | 2005-03-28 | 2 | -0/+11 |
| * | | | | | | | | Bug#9425 A user variable doesn't always have implicit coercibility | bar@mysql.com | 2005-03-28 | 2 | -0/+14 |
* | | | | | | | | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2005-03-28 | 4 | -0/+31 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | func_system.test, ctype_utf8.test, func_system.result, ctype_utf8.result: | bar@mysql.com | 2005-03-28 | 4 | -0/+31 |
* | | | | | | | | | more wild_compare tests | serg@serg.mylan | 2005-03-27 | 2 | -4/+39 |
* | | | | | | | | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2005-03-26 | 8 | -75/+75 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | mysql-test/r/ps_6bdb.result | serg@serg.mylan | 2005-03-24 | 1 | -11/+11 |
| * | | | | | | | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2005-03-23 | 7 | -64/+64 |
| |\ \ \ \ \ \ \ \ |