summaryrefslogtreecommitdiff
path: root/myisam/mi_open.c
Commit message (Expand)AuthorAgeFilesLines
* BUG#31277 - myisamchk --unpack corrupts a tableunknown2007-11-071-2/+5
* BUG#24401 - MySQL server crashes if you try to retrieve data fromunknown2007-01-221-0/+7
* BUG#24855 - Crash mysqld 4.1.21 with corrupted tablesunknown2007-01-161-1/+7
* Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-4.1-maintunknown2006-12-011-2/+19
|\
| * Fix for bug#24395:unknown2006-11-281-2/+19
* | Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1-rplunknown2006-10-251-0/+2
|\ \ | |/ |/|
| * Bug#22052 Trailing spaces are not removed from UNICODE fields in an indexunknown2006-10-031-0/+2
* | Bug#8283 - OPTIMIZE TABLE causes data lossunknown2006-10-091-1/+4
|/
* Cleanup during review of new codeunknown2005-06-211-1/+1
* Bug #8183 MERGE and SYM cause wrong SHOW CREATE TABLE unknown2005-06-091-2/+2
* Bug#8306 - TRUNCATE leads to index corruptionunknown2005-03-021-1/+1
* Fixed new bug that caused symlink test to failunknown2005-01-181-1/+1
* don't ignore errors in readlinkunknown2005-01-151-3/+2
* 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