summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | fix for bug #1993 'bit functions do not return unsigned values'unknown2003-12-102-0/+27
| | |/ / / / / /
| | * | | | | | Merge mysql.com:/home/kostja/mysql/mysql-4.0-rootunknown2003-12-102-6/+25
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | followup to fix for bug #1790 BIT_AND() result in GROUP BY different when unknown2003-12-102-6/+25
| | * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-102-1/+54
| | |\ \ \ \ \ \
| | | * | | | | | bug #1335 tests followup:unknown2003-12-102-4/+14
| | | * | | | | | Fix for bug #1335: filesort is missing in EXPLAIN if ORDER BY NULL is usedunknown2003-12-092-1/+44
| | * | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2003-12-092-2/+13
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | database invalidation invalidate queries only of given database (BUG#1898)unknown2003-11-202-2/+13
| | * | | | | | | test for the bug #1885: mysqldump does not dumps timestamp default.unknown2003-12-092-0/+8
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-072-2/+37
| | |\ \ \ \ \ \
| | | * | | | | | WL#1175: more default_week_formats for iso compatibilityunknown2003-12-072-2/+37
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-0728-26/+368
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-052-0/+52
| | | |\ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | | | * | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-042-0/+52
| | | | |\ \ \ \ \
| | | | | * | | | | - Fix for BUG#1858 "SQL-Thread stops working when using optimize table":unknown2003-12-042-0/+52
| | | * | | | | | | Merge mysql.com:/home/kostja/mysql/mysql-4.0-rootunknown2003-12-0510-15/+116
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / /
| | | | * | | | | | Allow space in service namesunknown2003-12-046-72/+60
| | | | |/ / / / /
| | | | * | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-042-8/+16
| | | | |\ \ \ \ \
| | | | | * | | | | Fix for bug#1944 'Function RPad() sometimes produce unexpected result'unknown2003-12-042-8/+16
| | | | | | |_|_|/ | | | | | |/| | |
| | | | * | | | | Fix for bug #1980 testsunknown2003-12-032-4/+4
| | | | * | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-022-0/+72
| | | | |\ \ \ \ \
| | | | | * | | | | Fix for bug #1980unknown2003-12-022-0/+72
| | | | | | |_|_|/ | | | | | |/| | |
| | | | * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-024-7/+40
| | | | |\ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | | * | | | Fix for Bug #1448 "Date parsing fails, and fails to complain unknown2003-12-024-7/+40
| | | * | | | | | Post-review fixes for bug #1790 'BIT_AND() result in GROUP BY different whenunknown2003-12-021-5/+5
| | | * | | | | | Merge mysql.com:/home/kostja/mysql/mysql-4.0-rootunknown2003-12-021-7/+7
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | | * | | | | fix for bug #1790: unknown2003-11-211-7/+7
| | | | | |_|_|/ | | | | |/| | |
| | | * | | | | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-11-282-1/+22
| | | |\ \ \ \ \
| | * | | | | | | Fix for bug #1564: CREATE TABLE + UNION + same table name = crashunknown2003-11-112-0/+6
| | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | - removed empty file mysql-test/t/rpl_temporary-master.optunknown2003-12-191-0/+0
* | | | | | | | WorkLog #1323 (part 2)unknown2003-12-178-47/+55
* | | | | | | | proper fix for the bug #2077: accented characters in enum/defaul values are r...unknown2003-12-162-2/+3
|/ / / / / / /
* | | | | | | Added support for multi statement tests. Use mysqltest internalunknown2003-12-162-0/+46
* | | | | | | Cleanupunknown2003-12-163-12/+10
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-152-0/+20
|\ \ \ \ \ \ \
| * | | | | | | part one of the fix for the bug #2077: accented characters in enum/defaul val...unknown2003-12-152-0/+20
* | | | | | | | Updated resultsunknown2003-12-152-2/+2
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-152-2/+30
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Added missing timeout function for named pipes and shared memory (fixes core ...unknown2003-12-152-2/+30
* | | | | | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-12-132-0/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Already approved bug fix for #1561.unknown2003-12-132-0/+11
* | | | | | | | | insert table select * from table2 now converts charsets correctlyunknown2003-12-132-4/+36
|/ / / / / / / /
* | | | | | | | Fix for Bug #2075 - negative default values not accepted for integer columnsunknown2003-12-112-0/+21
* | | | | | | | changed usc2 -> koi8r to don't depend on extra-charset option.unknown2003-12-102-6/+6
* | | | | | | | WorkLog#1323unknown2003-12-10162-929/+944
* | | | | | | | key_cache.result, key_cache.test, mf_keycache.c:unknown2003-12-092-2/+8
* | | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-092-0/+48
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix for the bug #1994: mysqldump does not correctly dump UCS2 data.unknown2003-12-092-0/+48
* | | | | | | | Mergeunknown2003-12-092-0/+23
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | fixed bug #1688 "CREATE TABLE ... SELECT with default()"unknown2003-10-312-0/+23