summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in INSERT DELAYEDunknown2001-10-021-14/+10
* Fix bug in SELECT EXPLAIN ... ORDER BYunknown2001-09-181-6/+0
* Fix for LOAD DATA FROM MASTER when using tables with checksumunknown2001-09-181-2/+31
* OS2 patchunknown2001-09-122-27/+27
* Ensure that libmysqlclient doesn't use raidunknown2001-09-042-2/+2
* Fix to not running mysqld as root by defaultunknown2001-09-021-1/+1
* Portability fixesunknown2001-08-312-6/+3
* Portability fixesunknown2001-08-301-2/+1
* Fixed problem in myisampack with blobsunknown2001-08-302-4/+5
* Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2001-08-291-3/+2
|\
| * "freeing of unallocated pointer" bug fixedunknown2001-08-291-3/+2
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2001-08-231-2/+1
|\ \
| * | Portability fixesunknown2001-08-231-2/+1
| |/
* | Mergeunknown2001-08-211-3/+2
|\ \ | |/ |/|
| * myisamchk.c Make --set-character-set actually do something.unknown2001-08-211-3/+2
* | Fixes for OS2.unknown2001-08-2211-78/+85
|/
* Portability fixes.unknown2001-08-184-15/+19
* Fix when using --without-server --with-thread-safe-clientunknown2001-08-041-2/+2
* Mergeunknown2001-07-162-2/+16
|\
| * Patch for netBSDunknown2001-07-162-2/+16
* | bug fixedunknown2001-07-121-0/+4
|/
* Cleanupunknown2001-06-281-3/+4
* Changed compare in MyISAM to use my_pread()unknown2001-06-112-6/+5
* Added --skip-symlinksunknown2001-06-012-1/+6
* Fixed bug when using MERGE on files > 4Gunknown2001-05-172-5/+5
* Fix for BDB and LOCK TABLESunknown2001-04-191-3/+2
* 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
* Removed not used variable 'last_ref'unknown2001-01-162-1/+2
* Fixed test when exeeding file quota on writeunknown2001-01-153-12/+24
* Fixed bug when having many binary log filesunknown2001-01-084-77/+79
* Fixed bug in myisamchk -r -k#unknown2001-01-032-2/+8