summaryrefslogtreecommitdiff
path: root/myisam/mi_open.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | MI_KEYSEG -> HA_KEYSEGunknown2002-04-251-5/+5
| | * | This ChangeSet adds RTREE support into myisam library.unknown2002-02-201-5/+30
* | | | Merge with 3.23.54unknown2002-10-161-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fixed missing table_list->name -> table_list->alias convertunknown2002-10-081-1/+1
| * | Fixed problem when repairing packed MyISAM files.unknown2001-11-221-3/+2
* | | MyISAM: always store alloced_rec_buff_length with the buffer itselfunknown2002-07-261-18/+7
* | | Removed wrong implementation of CUBE/ROLLUPunknown2002-07-241-7/+11
* | | New SET syntax & system variables.unknown2002-07-231-1/+1
* | | yet another generalization for rec_buff handling, MI_INFO doesn't need rec_al...unknown2002-07-141-2/+35
* | | mi_fix_rec_buff_for_blob() generalized a bitunknown2002-07-091-13/+3
* | | Ensure that share->tot_locks s updated correctlyunknown2002-06-171-0/+2
| |/ |/|
* | Update copyrightunknown2001-12-061-3/+3
* | Fix bug when repairing compressed MyISAM filesunknown2001-11-221-3/+2