summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* RESET SLAVE and CHANGE MASTER will now give an error if slave is running.unknown2002-12-133-0/+9
* Ensure that BEGIN / COMMIT is handled properly if slave diesunknown2002-12-111-1/+10
* Merge work:/home/bk/mysql-4.0unknown2002-12-107-13/+15
|\
| * order_by.result, key_diff.result:unknown2002-12-102-4/+4
| * bulk insert code optimizedunknown2002-12-075-9/+11
* | Don't initialize fulltext functions twice in multi-table-updateunknown2002-12-063-9/+10
|/
* Copy arguments given to mysql_server_init()unknown2002-12-051-0/+5
* Merge with 3.23unknown2002-12-051-0/+9
|\
| * a test case for double free'ing of pointer in alter table ...unknown2002-12-041-0/+5
* | Removed copying of parameters as this leads to memory leaks in embedded server.unknown2002-12-053-24/+53
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2002-12-042-0/+18
|\ \
| * | post-merge fixunknown2002-12-041-0/+15
| * | mergedunknown2002-12-041-0/+3
| |\ \ | | |/
| | * Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23unknown2002-12-022-1/+46
| | |\
| | | * Fixed bug in MAX() optimization when used with JOIN and ON expressionsunknown2002-12-022-1/+46
| | * | Fix for sum_func IN (..)unknown2002-12-022-0/+7
| | * | a fix for a bug with HAVING sum_func IN (...)unknown2002-11-302-0/+8
| | |/
* | | A fix for the bug in a SELECT with joined tables with ORDER BY and unknown2002-12-042-1/+20
|/ /
* | Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-038-2/+114
* | Fixed some bugs from last multi-table-update push.unknown2002-12-016-15/+192
* | New multi-table-update codeunknown2002-11-292-58/+40
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-11-242-1/+18
|\ \
| * | fixed invalidation of query cacheunknown2002-11-222-1/+18
* | | Updated results after merge from 3.23unknown2002-11-243-0/+74
* | | merge with 3.23 to get bugfixes for <=> NULL and --bind-addressunknown2002-11-243-0/+39
|\ \ \ | | |/ | |/|
| * | Moved test to correct fileunknown2002-11-224-13/+23
| * | Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23unknown2002-11-223-1/+40
| |\ \
| | * | Fixed bug with indexed NULL column <=> NULLunknown2002-11-223-1/+40
| * | | fix error in resultunknown2002-11-211-1/+0
| * | | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-11-202-0/+14
| |\ \ \ | | |/ / | |/| |
| | * | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-11-121-2/+2
| | |\ \
| | * \ \ Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-11-052-0/+25
| | |\ \ \
| | * | | | Added test case for the last fixunknown2002-11-022-0/+14
* | | | | | Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USERunknown2002-11-248-29/+106
| |_|_|_|/ |/| | | |
* | | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-11-202-3/+3
|\ \ \ \ \
| * | | | | Try to optimize the cache buffer size needed for bulk_insertunknown2002-11-202-3/+3
* | | | | | Merge work:/home/bk/mysql-4.0unknown2002-11-202-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | bug in _ftb_strstr fixed :)unknown2002-11-202-0/+4
* | | | | | Added tests for boolean operators in select partunknown2002-11-182-0/+49
* | | | | | Merge abelkin@work.mysql.com:/home/bk/mysql-4.0unknown2002-11-172-0/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | new status variable (number of queries deleted because of low memory)unknown2002-11-172-0/+8
* | | | | | merge::records_in_range and optimizerunknown2002-11-172-2/+70
|/ / / / /
* | | | | Small improvement to alloc_rootunknown2002-11-1610-50/+116
* | | | | results updatedunknown2002-11-141-8/+212
* | | | | mergedunknown2002-11-131-10/+222
|\ \ \ \ \ | |/ / / /
| * | | | optimize table corruption fixed, though more clean fix is desired.unknown2002-11-132-0/+44
| | |_|/ | |/| |
| * | | IGNORE/USE INDEX now work with HA_EXTRA_KEYREADunknown2002-11-091-2/+2
| | |/ | |/|
* | | Extended WEEK() to be able to handle ISO weeks.unknown2002-11-122-0/+9
* | | Fixed that NULL and 0 returns 0 instead of NULLunknown2002-11-115-6/+82
* | | Merge work:/home/bk/mysql-4.0unknown2002-11-092-5/+5
|\ \ \