summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * results fixedunknown2002-11-092-5/+5
* | Fixed bug in MAX() optimization when used with JOIN and ON expressionsunknown2002-11-092-2/+76
|/
* manually mergedunknown2002-11-073-0/+40
|\
| * BETWEEN fixedunknown2002-11-061-0/+1
| * Mergeunknown2002-11-068-27/+186
| |\
| * | updated test resultsunknown2002-11-051-0/+20
| * | mergedunknown2002-11-051-0/+19
| |\ \
| | * | TEMPORARY MERGE tables are allowedunknown2002-11-052-0/+25
| | * | fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fieldsunknown2002-10-281-0/+171
* | | | Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0unknown2002-11-073-1/+9
|\ \ \ \
| * | | | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-073-1/+9
| | |_|/ | |/| |
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.0-rootunknown2002-11-068-27/+186
|\ \ \ \ | |/ / /
| * | | Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0unknown2002-11-063-0/+151
| |\ \ \
| | * | | fixed bdb transaction with query cache bugunknown2002-11-063-0/+151
| | |/ /
| * | | Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2unknown2002-11-055-27/+35
| |/ /
* | | Merge mysql.com:/home/pz/mysql/mysql-4.0-rootunknown2002-11-021-4/+18
|\ \ \ | |/ /
| * | Mergeunknown2002-10-311-4/+18
| |\ \
| | * | Added back old LARGEFILE handlingunknown2002-10-291-4/+18
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.0-rootunknown2002-10-3123-104/+165
|\ \ \ \ | |/ / /
| * | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-10-313-1/+25
| |\ \ \
| | * | | innodb.result:unknown2002-10-301-1/+1
| | * | | A fix for bug when comparing a datetime column with timestampunknown2002-10-302-0/+24
| * | | | mergeunknown2002-10-2921-103/+140
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Added --skip-safemalloc to mysqltestunknown2002-10-2921-103/+140
| | |/ /
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.0-rootunknown2002-10-261-0/+1
|\ \ \ \ | |/ / /
| * | | mergedunknown2002-10-251-0/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixed problem with BDB tables and ALTER TABLEunknown2002-10-241-0/+2
* | | Merge mysql.com:/home/pz/mysql/mysql-4.0-rootunknown2002-10-192-0/+21
|\ \ \ | |/ / |/| |
| * | Fix exponent overflow handling for decimal type. Overflow lead to crashunknown2002-10-132-0/+21
* | | Fixes after last merge.unknown2002-10-161-1/+34
* | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2002-10-163-1/+51
|\ \ \
| * \ \ Merge with 3.23.54unknown2002-10-163-1/+51
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixed a bug in key optimizing handling where the expressionunknown2002-10-143-1/+51
| | * Fixed missing table_list->name -> table_list->alias convertunknown2002-10-081-0/+1
* | | SCRUM Task 430: Allowing braces in joins by simply removing them.unknown2002-10-152-1/+209
* | | Merge pmartin@work.mysql.com:/home/bk/mysql-4.0unknown2002-10-152-1/+25
|\ \ \ | |/ /
| * | Two bug fixesunknown2002-10-122-1/+25
* | | Task 430: Allowing braces in joins by simply removing them.unknown2002-10-122-0/+40
|/ /
* | fixed repair_by_sort FULLTEXT bugunknown2002-10-092-0/+21
* | fixed query cache with system databaseunknown2002-10-082-0/+24
* | small fix from bugs@.. listunknown2002-10-071-0/+1
* | Fix of newly introduced bug in ORDER BY when one has a constant in the select...unknown2002-09-242-0/+73
* | - modified mysql-test/mysql-test-run.sh to only probe for "gcov", ifunknown2002-09-231-1/+1
* | Made mysql-test results independent of MASTER_PORT and SLAVE_PORTunknown2002-09-232-3/+6
* | Don't give the anonymous user create temp table or lock tables privileges.unknown2002-09-221-1/+1
* | Fixed bug in previous patch when using a libc with static nssunknown2002-09-221-1/+1
* | Added code to flush a bulk_insert index.unknown2002-09-182-0/+17