summaryrefslogtreecommitdiff
path: root/mysql-test/r
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of !$ from mysql-testsunknown2004-11-021-7/+0
* Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-021-0/+11
|\
| * Test expansion: "MOD" on non-integral first operand.unknown2004-11-021-0/+11
* | Many files:unknown2004-11-021-0/+54
|/
* ctype_sjis.result, ctype_sjis.test, ctype-sjis.c:unknown2004-11-021-0/+11
* Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-011-0/+128
|\
| * Merge mleich@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-011-0/+128
| |\
| | * These modifications are the result ofunknown2004-10-291-0/+128
* | | Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-311-106/+163
|\ \ \ | |/ / |/| |
| * | NDB bug-6018 support writeTuple with blobsunknown2004-10-311-106/+163
* | | Enable REPLACE ... SELECT in prepared statements.unknown2004-10-306-7/+18
* | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-291-0/+147
|\ \ \
| * \ \ Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-291-0/+147
| |\ \ \
| | * \ \ Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndbunknown2004-10-291-0/+147
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-281-0/+147
| | | |\ \
| | | | * | ndb_basic.result:unknown2004-10-281-0/+16
| | | | * | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndbunknown2004-10-281-0/+131
| | | | |\ \
| | | | | * | added test for max limit of 128 attributes in tableunknown2004-10-281-0/+131
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-10-291-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | proper max_records estimation for sort-repair of fulltext indexesunknown2004-10-291-0/+3
| | |_|_|/ / | |/| | | |
* | | | | | Allow to convert to non-Unicode charset when mixing a stringunknown2004-10-291-0/+12
| |/ / / / |/| | | |
* | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-293-0/+14
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Produce a "truncated" warning if a value cannot be convertedunknown2004-10-283-0/+14
| | |/ / | |/| |
* | | | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1unknown2004-10-281-0/+74
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for bug #6117 (Centroid() crashes server)unknown2004-10-221-0/+74
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-10-271-6/+9
|\ \ \ \
| * \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-10-271-6/+9
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | removed incorrect error message about aggregate functionsunknown2004-10-271-6/+9
* | | | | Merge with 4.0unknown2004-10-271-0/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix when compiling without InnoDBunknown2004-10-271-0/+1
| * | | | Check of temporary tables hiding for query fetched from QC (BUG#6084)unknown2004-10-211-0/+13
* | | | | after merge fixunknown2004-10-261-1/+0
* | | | | mergedunknown2004-10-261-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Bug #6019 - SELECT tries to use too short prefix index on utf8 dataunknown2004-10-261-0/+4
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-265-42/+41
|\ \ \ \ \
| * | | | | A lot of fixes for prepared statements (PS):unknown2004-10-265-42/+41
| |/ / / /
* | | | | Bug 6206: ENUMs are not case sensitive even if declared BINARYunknown2004-10-261-0/+33
| |_|_|/ |/| | |
* | | | Fix for bug #6166: index prefix length of 0 not rejectedunknown2004-10-261-0/+2
* | | | - Check ENUM/SET duplicate values taking in account charset/collation.unknown2004-10-262-2/+13
* | | | Reuse more code: two equal pieces for ENUM and SET where movedunknown2004-10-261-0/+13
* | | | Bug#6202: ENUMs are not case sensitive even if declared BINARYunknown2004-10-251-0/+18
|/ / /
* | | Fixed wrong range test code for HEAP tables. This caused a crash when doing a...unknown2004-10-233-0/+20
* | | test fixedunknown2004-10-221-0/+7
* | | Merge mysql.com:/home/mydev/mysql-4.1unknown2004-10-221-0/+23
|\ \ \
| * \ \ Merge mysql.com:/home/mydev/mysql-4.1unknown2004-10-221-0/+23
| |\ \ \
| | * \ \ Merge mysql.com:/home/mydev/mysql-4.1unknown2004-10-221-0/+23
| | |\ \ \
| | | * | | BUG#6151 - myisam index corruption.unknown2004-10-211-0/+23
* | | | | | Post merge fix (test results)unknown2004-10-221-0/+16
* | | | | | Manual mergeunknown2004-10-222-16/+26
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | A fix and test case for Bug#6088 "FOUND_ROWS returns wrong values forunknown2004-10-222-3/+27
| |/ / / /