summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Fixes for Netwareunknown2003-01-2813-13/+125
* Added timeout for wait_for_master_posunknown2003-01-254-6/+28
* fixed table invalidation in simple renamingunknown2003-01-242-0/+25
* Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2003-01-216-6/+51
|\
| * Fixed bug with EXPLAIN on empty tableunknown2003-01-202-2/+8
| * Fixed bug in LEFT JOIN with impossible ON/WHERE expressionunknown2003-01-192-4/+18
| * Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2003-01-171-1/+1
| |\
| * | After merge fixunknown2003-01-171-0/+14
| * | Merge with 3.23unknown2003-01-161-0/+11
| |\ \
| | * | Fixed max_key_length when using UNIQUE keys.unknown2002-12-272-0/+19
* | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2003-01-178-3/+102
|\ \ \ \ | | |_|/ | |/| |
| * | | bugfix for MERGE tables and MAX(key)unknown2003-01-171-1/+1
| |/ /
| * | bugfix for 'ANALYZE for MERGE' and table-less MERGE tableunknown2003-01-162-2/+2
| * | Guard against compiling without -fno-exceptionsunknown2003-01-146-0/+99
* | | Fix for a bug in SHOW GRANTS when :unknown2003-01-112-0/+8
* | | changing a bit SHOW GRANTS to display empty row in global table.unknown2003-01-091-0/+6
|/ /
* | Portability fixunknown2003-01-091-1/+1
* | Don't count NULL values in cardinalty for MyISAM tables.unknown2003-01-092-2/+68
* | Portability fixesunknown2003-01-071-11/+22
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2003-01-042-0/+56
|\ \
| * | Added support for max_allowed_packet in option files read by mysql_option()unknown2003-01-042-0/+56
* | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.0unknown2003-01-032-0/+4
|\ \ \ | |/ / |/| |
| * | Fix for the QUOTE() function.unknown2003-01-032-0/+4
* | | Test cleanupunknown2002-12-262-4/+7
* | | mergeunknown2002-12-261-2/+2
|\ \ \ | |/ / |/| |
| * | Update of test resultsunknown2002-12-261-0/+5
* | | fix for an error in the merge from 3.23unknown2002-12-242-2/+7
|/ /
* | Merge with 3.23:unknown2002-12-212-0/+9
|\ \ | |/
| * fix for a bug in CASE ...WHEN ...unknown2002-12-162-0/+9
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-12-202-2/+5
|\ \
| * | Changed thd variables max_join_size and select_limit to type ha_rows.unknown2002-12-202-2/+5
* | | Fix for found rows in multi-table updatesunknown2002-12-182-0/+20
|/ /
* | Transactions in AUTOCOMMIT=0 mode didn't rotate binary logunknown2002-12-147-15/+15
* | 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
| | |/