summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* removed redundant -I include-dirsunknown2002-11-261-1/+1
* myisammrg::index_next_sameunknown2002-11-253-10/+18
* Merge with 4.0unknown2002-11-217-22/+29
|\
| * Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-11-201-1/+2
| |\
| | * Try to optimize the cache buffer size needed for bulk_insertunknown2002-11-201-1/+2
| * | bug in _ftb_strstr fixed :)unknown2002-11-201-3/+3
| |/
| * Small improvement to alloc_rootunknown2002-11-161-1/+3
| * manually mergedunknown2002-11-071-1/+2
| |\
| | * BETWEEN fixedunknown2002-11-061-1/+2
| * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-073-15/+17
| |/
| * fixed "huge number of packed rows in MyISAM" bug in 4.0 treeunknown2002-10-281-1/+2
* | memory leak closedunknown2002-11-121-0/+1
* | typo fixedunknown2002-11-091-1/+1
* | mergedunknown2002-10-256-20/+30
|\ \ | |/
| * less restrictive test for max key length in mi_createunknown2002-10-231-1/+1
| * truncate both MYI and MYD files on DELETE FROM table; to avoid warnings on CH...unknown2002-10-221-4/+5
| * ftb wasn't able to re-initialize index search (oops! in joins)unknown2002-10-191-1/+2
| * some DBUG_ENTER/RETURN macro addedunknown2002-10-183-14/+22
* | support for HA_READ_PREFIX_LAST_OR_PREV in headresunknown2002-10-252-3/+3
* | Merge work:/home/bk/mysql-4.1unknown2002-10-224-2/+15
|\ \
| * | make REPAIR killableunknown2002-10-224-2/+15
* | | Merge hundin.mysql.fi:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.1unknown2002-10-1647-607/+3993
|\ \ \ | |_|/ |/| |
| * | merge with 4.0.5unknown2002-10-1647-607/+3993
| |\ \ | | |/
| | * mergedunknown2002-10-1447-607/+3993
| | |\
| | | * --tmpdir=dir1:dir2... uses (is_windows ? ";" : ":") as a delimiterunknown2002-10-121-1/+7
| | | * Merge work:/home/bk/mysql-4.1unknown2002-10-122-9/+17
| | | |\
| | | | * --tmpdir=dir1:dir2:... support in myisamchkunknown2002-10-082-9/+17
| | | * | Don't use sort_order directlyunknown2002-10-101-1/+1
| | | * | Don't use sort_order directlyunknown2002-10-101-14/+3
| | | * | Simple charsets now have strncoll() field toounknown2002-10-092-2/+2
| | | |/
| | | * Merge with 4.0.4unknown2002-10-0246-595/+3978
| | | |\
| | | | * Update libmysqld to use 4.1 protocol.unknown2002-10-021-0/+1
| | | | * merge with workunknown2002-10-022-5/+3
| | | | |\
| | | | | * Some warning fixesunknown2002-09-063-9/+10
| | | | * | Fixes and code cleanups after merge with 4.0.3unknown2002-10-028-52/+68
| | | | * | Merge with 4.0.3unknown2002-08-3046-588/+3956
| | | | |\ \ | | | | | |/
| | | | | * Several problems were fixed (mostly BLOB+charset related)unknown2002-06-261-9/+26
| | | | | * Changes for new binary .frm formatunknown2002-06-041-6/+9
| | | | | * merge with 4.0unknown2002-06-0314-443/+655
| | | | | |\
| | | | | * | Fixed problem in fulltest testcaseunknown2002-05-221-2/+2
| | | | | * | BTREE heap key structure is now the same as MyISAMunknown2002-05-215-17/+17
| | | | | * | MI_KEYSEG -> HA_KEYSEGunknown2002-04-2524-72/+72
| | | | | * | RB-Tree indexes support in HEAP tablesunknown2002-04-258-408/+14
| | | | | * | mergeunknown2002-04-1330-85/+3833
| | | | | |\ \
| | | | | | * | New ctype functions/macros to support many charsets at a timeunknown2002-03-123-10/+14
| | | | | | * | This ChangeSet adds RTREE support into myisam library.unknown2002-02-2028-75/+3819
* | | | | | | | Fixes after last merge.unknown2002-10-161-0/+5
|/ / / / / / /
* | | | | | | Merge with 3.23.54unknown2002-10-161-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed missing table_list->name -> table_list->alias convertunknown2002-10-081-1/+1
| * | | | | | Fixed bug with GROUP BY on NULL fields.unknown2002-08-052-2/+7