summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* fixed bug in determinating uncacheable queriesbell@sanja.is.com.ua2003-01-302-0/+15
* cyclic reference test removed, becouse testing of Item::fixed field apply mor...bell@sanja.is.com.ua2003-01-302-0/+5
* fixed row items with group functionsbell@sanja.is.com.ua2003-01-292-0/+27
* improving of fields list creation in derived tables and unionsbell@sanja.is.com.ua2003-01-292-1/+49
* Mergebell@sanja.is.com.ua2003-01-284-32/+220
|\
| * fixed bugs in temporary tables in subselect implementation (SCRUM)bell@sanja.is.com.ua2003-01-282-14/+191
| * after merge fix of 577 task (SCRUM, pre commit to be able to merge with stati...bell@sanja.is.com.ua2003-01-263-11/+28
| * mergingbell@sanja.is.com.ua2003-01-252-16/+10
| |\
| | * fixed subselects with temporary tables (SCRUM)bell@sanja.is.com.ua2003-01-252-16/+10
* | | Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1hf@deer.mysql.r18.ru2003-01-283-12/+26
|\ \ \
| * | | select count(*) from t1 procedure analyse(); bug fixedserg@serg.mysql.com2003-01-271-1/+1
| * | | making the keyword ROW for row items optional serg@serg.mysql.com2003-01-262-11/+25
| |/ /
* | | Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1hf@deer.mysql.r18.ru2003-01-228-6/+996
|\ \ \ | |/ /
| * | Mergemonty@mashka.mysql.fi2003-01-214-6/+26
| |\ \
| | * | Portability fixes (for windows)monty@mashka.mysql.fi2003-01-212-7/+7
| | * | Merge with 4.0 (Fix bug in LEFT JOIN and EXPLAIN on empty table)monty@mashka.mysql.fi2003-01-204-6/+26
| | |\ \
| | | * | Fixed bug with EXPLAIN on empty tablemonty@mashka.mysql.fi2003-01-202-2/+8
| | | * | Fixed bug in LEFT JOIN with impossible ON/WHERE expressionmonty@mashka.mysql.fi2003-01-192-4/+18
| * | | | fulltext2.test: --enable/disable_warningsserg@serg.mysql.com2003-01-211-0/+3
| * | | | mergedserg@serg.mysql.com2003-01-214-0/+967
| |\ \ \ \
| | * | | | Two-level index structure for FULLTEXT indexesserg@serg.mysql.com2003-01-214-0/+967
* | | | | | SCRUMhf@deer.mysql.r18.ru2003-01-222-4/+7
|/ / / / /
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2003-01-214-0/+8
|\ \ \ \ \
| * \ \ \ \ resolve fixSinisa@sinisa.nasamreza.org2003-01-214-0/+8
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2003-01-172-0/+117
| | |\ \ \ \
| | * \ \ \ \ Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2003-01-1513-62/+62
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2003-01-104-0/+8
| | |\ \ \ \ \ \
| | | * | | | | | Fixex for some crashing bugSinisa@sinisa.nasamreza.org2003-01-104-0/+8
* | | | | | | | | fixed test of cardinalitybell@sanja.is.com.ua2003-01-212-0/+5
|/ / / / / / / /
* | | | | | | | Change client_flag to unsigned long (16 -> 32 bits) to handle more options.monty@mashka.mysql.fi2003-01-181-2/+2
* | | | | | | | Merge with 4.0.9monty@mashka.mysql.fi2003-01-1811-4/+128
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-01-171-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | bugfix for MERGE tables and MAX(key)serg@serg.mysql.com2003-01-171-1/+1
| * | | | | | | | After merge fixmonty@mashka.mysql.fi2003-01-171-0/+14
| * | | | | | | | Merge with 3.23monty@mashka.mysql.fi2003-01-161-0/+11
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Fixed max_key_length when using UNIQUE keys.monty@mashka.mysql.fi2002-12-272-0/+19
| * | | | | | | | bugfix for 'ANALYZE for MERGE' and table-less MERGE tableserg@serg.mysql.com2003-01-162-2/+2
| * | | | | | | | Guard against compiling without -fno-exceptionsmonty@mashka.mysql.fi2003-01-146-0/+99
| * | | | | | | | Portability fixmonty@mashka.mysql.fi2003-01-091-1/+1
* | | | | | | | | Merge sgluhov@work.mysql.com:/home/bk/mysql-4.1gluh@gluh.mysql.r18.ru2003-01-172-1/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Replication: Optimize away string.appendgluh@gluh.mysql.r18.ru2003-01-172-1/+4
* | | | | | | | | Added --compatible mode to mysqldump.jani@rhols221.adsl.netsonic.fi2003-01-161-1/+1
* | | | | | | | | Added support sql_mode, which can be used to produce various outputsjani@rhols221.adsl.netsonic.fi2003-01-162-0/+117
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | after merging fixingbell@sanja.is.com.ua2003-01-141-1/+1
* | | | | | | | mergemonty@mashka.mysql.fi2003-01-1412-61/+61
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Updates for multi-byte character setsmonty@mashka.mysql.fi2003-01-1412-61/+61
* | | | | | | | Merge venu@work.mysql.com:/home/bk/mysql-4.1venu@myvenu.com2003-01-093-13/+97
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1monty@mashka.mysql.fi2003-01-093-13/+97
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Post merge fixmonty@mashka.mysql.fi2003-01-092-19/+27
| | * | | | | | merge with 4.0.9monty@mashka.mysql.fi2003-01-093-13/+89
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | | |/ / / /