summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* fixed flags of printed queryunknown2004-05-1338-125/+125
* Don't automaticly generate a new key for a foreign key constraint if there is...unknown2004-05-125-5/+179
* Merge build:/home/bk/mysql-4.1unknown2004-05-112-1/+14
|\
| * logging_ok:unknown2004-05-102-1/+14
* | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-05-112-0/+353
|\ \
| * | Use Windows code page 1252 instead of real ISO 8859-1unknown2004-05-112-0/+353
| |/
* | out-of-bound array access fixedunknown2004-05-112-0/+18
|/
* Merge marko@build.mysql.com:/home/bk/mysql-4.1unknown2004-05-076-21/+32
|\
| * Portability fixesunknown2004-05-074-21/+27
| * Merge with 4.0 to get security patch for check_grant_columunknown2004-05-062-0/+5
| |\
| | * Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-05-052-0/+5
| | |\
| | | * very minor changes: a STOP SLAVE in a replication test to get rid of a non cr...unknown2004-05-052-0/+5
* | | | Merge marko@build.mysql.com:/home/bk/mysql-4.1unknown2004-05-065-43/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Merge marko@build.mysql.com:/home/bk/mysql-4.1unknown2004-05-055-43/+5
| |\ \ \
| | * \ \ Merge marko@build.mysql.com:/home/bk/mysql-4.1unknown2004-05-035-43/+5
| | |\ \ \
| | | * \ \ Merge marko@build.mysql.com:/home/bk/mysql-4.1unknown2004-04-235-43/+5
| | | |\ \ \
| | | | * | | Introduce keys in child tables corresponding to FOREIGN KEYsunknown2004-04-215-43/+5
* | | | | | | Fixed wrong key usage which caused wrong result for some "WHERE primary_key=c...unknown2004-05-062-0/+25
* | | | | | | fixed test resultsunknown2004-05-051-1/+1
* | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-051-4/+6
|\ \ \ \ \ \ \
| * | | | | | | Replication:unknown2004-05-051-4/+6
* | | | | | | | mergeunknown2004-05-0531-27/+307
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | After merge fixesunknown2004-05-054-7/+7
| * | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-0527-21/+300
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | after merge fixesunknown2004-05-059-21/+20
| | * | | | | | Merge with 4.0.19unknown2004-05-0524-13/+293
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | Merge marko@build.mysql.com:/home/bk/mysql-4.0unknown2004-05-033-1/+63
| | | |\ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | | * | | | InnoDB: implement LOCK TABLE (Bug #3299)unknown2004-04-293-1/+63
| | | * | | | | Portability fixesunknown2004-04-302-2/+2
| | | |/ / / /
| | | * | | | Very small fixes for testsuite (a real_sleep instead of sleep, plus TCP port ...unknown2004-04-285-3/+5
| | | * | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-04-285-0/+87
| | | |\ \ \ \
| | | | * | | | A new option --replicate-same-server-id to force a slave to execute queries o...unknown2004-04-285-0/+87
| | | * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-04-285-2/+66
| | | |\ \ \ \ \
| | | | * | | | | Fixed http address in some scripts (Bug #3460)unknown2004-04-283-2/+49
| | | | * | | | | Fixed stack overrun with some INSERT ... SELECT ... GROUP BY queries (Bug #3265)unknown2004-04-282-0/+17
| | | | |/ / / /
| | | * | | | | Merge ltantony.dsl-verizon.net:/usr/home/antony/work/mysql-4.0unknown2004-04-288-7/+24
| | | |\ \ \ \ \
| | | | * | | | | Fix for Bug 3481unknown2004-04-288-7/+24
| | | | |/ / / /
| | | * | | | | bug#3556 - soundexunknown2004-04-282-4/+4
| | | |/ / / /
| | | * | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-04-133-0/+45
| | | |\ \ \ \
| | | | * | | | Fix for BUG#3461 "multi-table DELETE replicated despite replicate-wild-ignore...unknown2004-04-133-0/+45
* | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-055-10/+110
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | caching of queries with isammerge tables forbiden using general wayunknown2004-05-053-10/+36
| * | | | | | | avoid using ndb tables in query cacheunknown2004-05-052-0/+74
* | | | | | | | a fix (Bug #3435: STDDEV|VARIANCE(constant) returns constant if no rows)unknown2004-05-052-0/+17
| |/ / / / / / |/| | | | | |
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-0514-16/+182
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed crashing bug with alter table when table was in use (Bug #3643)unknown2004-05-057-11/+58
| * | | | | | Fix to handle unsigned data in prepared statements (Bug #3447)unknown2004-05-047-5/+124
| | |_|/ / / | |/| | | |
* | | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-044-0/+22
|\ \ \ \ \ \
| * | | | | | Fix for a multi table updates when one of the tables is not updatedunknown2004-05-042-0/+5
| * | | | | | union.result:unknown2004-05-042-2/+2