summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
...
* | | mergedunknown2001-07-0217-120/+210
|\ \ \ | |/ /
| * | mergeunknown2001-06-281-3/+4
| |\ \ | | |/
| | * Cleanupunknown2001-06-281-3/+4
| * | Changed safe_mysqld -> mysqld_safeunknown2001-06-281-3/+3
| * | Fixed length rows should not use row checksum in MyISAM tablesunknown2001-06-263-3/+6
| * | Fixed multi-table-deleteunknown2001-06-151-24/+24
| * | mergeunknown2001-06-122-6/+5
| |\ \ | | |/
| | * Changed compare in MyISAM to use my_pread()unknown2001-06-112-6/+5
| * | Symlinking of tables should not work.unknown2001-06-054-32/+63
| * | mergeunknown2001-06-011-1/+3
| |\ \ | | |/
| | * Added --skip-symlinksunknown2001-06-012-1/+6
| * | Added support for symlinked tables.unknown2001-06-015-30/+43
| * | Removed compiler warnings.unknown2001-05-3112-43/+84
* | | memory-limited treeunknown2001-07-0211-27/+162
* | | bug in _mi_prefix_search fixedunknown2001-06-211-5/+7
* | | Merge work:/home/bk/mysql-4.0unknown2001-05-243-5/+13
|\ \ \ | |/ / |/| |
| * | ALTER TABLE ... DISABLE/ENABLE KEYS, code cleanupunknown2001-05-243-5/+13
* | | Don't write rows in MyISAM tables when using count(distinct)unknown2001-05-233-11/+17
* | | Fixed that MySQL compiles again after last merge.unknown2001-05-201-0/+2
* | | mergeunknown2001-05-202-5/+5
|\ \ \ | |/ / |/| / | |/
| * Fixed bug when using MERGE on files > 4Gunknown2001-05-172-5/+5
* | change tree to use qsort_cmp2 - compare function with 3 instead of 2 argumentsunknown2001-05-105-10/+16
* | Merged with 3.23, needs further fix-upunknown2001-05-101-3/+2
|\ \ | |/
| * Fix for BDB and LOCK TABLESunknown2001-04-191-3/+2
* | ft_* variables addedunknown2001-04-178-11/+16
* | Merge work:/home/bk/mysql-4.0unknown2001-04-114-11/+13
|\ \
| * | Added SQL_CALC_FOUND_ROWS and FOUND_ROWS()unknown2001-04-124-11/+13
* | | BitKeeper/triggers/post-commitunknown2001-04-111-0/+3
* | | Ugly merge of 3.23 changes into 4.0 - fix up neededunknown2001-04-1114-771/+1710
|\ \ \ | |/ / | | / | |/ |/|
| * Added all changes from old 4.0 version:unknown2001-04-1114-819/+1761
* | Fixed bug when using a key on a CHAR(255) NULL columnunknown2001-04-121-0/+3
|/
* Fixed bug in ALTER TABLEunknown2001-04-013-13/+5
* Let ALTER TABLE and LOAD DATA INFILE use sorting to create indexunknown2001-03-282-2/+9
* Fix a crash in Innobase with tables with many columns and a range queryunknown2001-03-261-52/+0
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macrounknown2001-03-261-1/+1
* Added isolation levelsunknown2001-03-211-0/+3
* Improved ANALYZE TABLE a bit for small tables.unknown2001-03-151-6/+4
* Patch from sleepycat to fix problem with BDB and log filesunknown2001-03-061-3/+8
* Fixed problem with concurrent inserts and read-previousunknown2001-02-181-1/+1
* Fixed that myisamchk -R works on text columnsunknown2001-02-183-18/+20
* Write UNION() for MERGE tablesunknown2001-02-171-1/+1
* Added Innobase to source distributionunknown2001-02-171-1/+1
* Changed --replace to --replace_result in mysqltestunknown2001-02-155-29/+46
* Added "--character-sets-dir" to myisampackunknown2001-02-071-1/+6
* New myisamchk option --sort-recoverunknown2001-01-314-10/+26
* mergeunknown2001-01-281-1/+1
|\
| * logging_ok Logging to logging@openlogging.org acceptedunknown2001-01-271-1/+1
* | Fixed ALTER TABLE on MERGE tablesunknown2001-01-281-15/+22
|/
* Add --with-server-suffix (MYSQL_SERVER_SUFFIX).unknown2001-01-191-0/+1
* Fixed bug in CHECK TABLE ... EXTENDEDunknown2001-01-162-4/+9