summaryrefslogtreecommitdiff
path: root/myisam/mi_open.c
Commit message (Expand)AuthorAgeFilesLines
* After merge fixesunknown2004-12-311-1/+2
* Merge with global treeunknown2004-12-311-6/+8
|\
| * After merge fixesunknown2004-12-311-6/+8
* | WL#1895 - Print message to error log in case of detected MyISAM corruptionunknown2004-12-231-0/+13
|/
* Merge with global treeunknown2004-12-181-2/+6
|\
| * Add 0x before pointers (to help with debugging)unknown2004-12-181-2/+6
* | bit typeunknown2004-12-171-4/+12
|/
* assert.h needed for my_dbug.h now is included in my_dbug.h, where it for unknown2004-06-101-1/+0
* WL#1163 (Make spatial code separable for other parts)unknown2004-05-271-0/+1
* Mergingunknown2004-05-271-0/+9
|\
| * WL#1163 (To make spatial code optional)unknown2004-03-151-0/+2
| * WL#1163 To make spatial code optionalunknown2004-03-121-0/+7
* | WL#1687 - Optimize UNION DISTINCT ... UNION ALL (again).unknown2004-05-061-1/+82
|/
* Merge with 4.0.17unknown2003-12-171-1/+2
|\
| * Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-1/+2
* | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-0/+2
* | fix for r-tree code (memory overlap reported by valgrind)unknown2003-11-041-0/+1
* | ft1->ft2 auto-conversion on INSERT (WL#725)unknown2003-10-021-3/+4
* | merge with 4.0.15unknown2003-09-111-4/+5
|\ \ | |/
| * Fixed rare bug in MYISAM introduced in 4.0.3 where the index file header was ...unknown2003-09-051-4/+5
* | merge with 4.0.15unknown2003-08-291-1/+3
|\ \ | |/
| * Add detection of in_addr_tunknown2003-08-281-1/+3
| * reverting Monty's "fix" that turned a warning into an error.unknown2003-06-161-5/+2
* | fixed a bug that made 4.0 MYI+FT files unreadable in 4.1unknown2003-06-281-1/+0
* | After merge fixesunknown2003-05-211-6/+0
* | Merge with 4.0.13unknown2003-05-191-1/+12
|\ \ | |/
| * Fix for MacOSX and symlinksunknown2003-05-141-1/+6
| * Fix for -fbranch-probabilites (bug 268)unknown2003-04-261-2/+5
| * warning when a 4.1 MYI file is opened in 4.0unknown2003-04-231-0/+3
* | Removed compiler warningsunknown2003-05-061-4/+0
* | After merge fixesunknown2003-03-171-2/+2
* | Merge with 4.0unknown2003-03-161-2/+16
|\ \ | |/
| * merge with 3.23 to get:unknown2003-03-111-2/+16
| |\
| | * Cleaned up disk_pos_assert() to be more general. unknown2003-03-111-14/+13
| | * more propection in mi_open against badly corrupted MYI headersunknown2003-03-101-2/+17
| | * fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fieldsunknown2002-10-281-1/+2
* | | Bug fix: we should set have_rtree value in case of table reopen.unknown2003-02-191-1/+5
* | | Merge with 4.0.11unknown2003-02-041-1/+1
|\ \ \ | |/ /
| * | low-level error messages cleanupunknown2003-01-281-1/+1
* | | protection agains badly charsed indexfileunknown2003-01-271-1/+5
* | | mergedunknown2003-01-211-20/+44
|\ \ \
| * | | Two-level index structure for FULLTEXT indexesunknown2003-01-211-20/+44
* | | | merge with 4.0.9unknown2003-01-091-3/+11
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Don't count NULL values in cardinalty for MyISAM tables.unknown2003-01-091-3/+11
* | | Merge with 4.0unknown2002-11-211-1/+2
|\ \ \ | |/ /
| * | fixed "huge number of packed rows in MyISAM" bug in 4.0 treeunknown2002-10-281-1/+2
* | | merge with 4.0.5unknown2002-10-161-11/+36
|\ \ \ | |/ / |/| |
| * | Simple charsets now have strncoll() field toounknown2002-10-091-1/+1
| * | Merge with 4.0.3unknown2002-08-301-10/+35
| |\ \
| | * | Fixed problem in fulltest testcaseunknown2002-05-221-2/+2