summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* 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 typounknown2003-01-171-1/+1
* Fixed max_key_length when using UNIQUE keys.unknown2002-12-272-2/+11
* - Applied required modifications for automake 1.5unknown2002-11-171-11/+0
* fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fieldsunknown2002-10-281-1/+2
* Fixed missing table_list->name -> table_list->alias convertunknown2002-10-081-1/+1
* Fixed bug with GROUP BY on NULL fields.unknown2002-08-052-2/+7
* bugfix: uniques did not contributed to MYI tot_length estimation, which resul...unknown2002-07-251-0/+3
* Fixed copyright in pack_isam.cunknown2002-06-291-2/+2
* SHOW VARIABLES LIKE ... are now case insensitiveunknown2002-04-181-2/+1
* Fix for bug in WHERE key='j' or key='J'unknown2002-03-221-12/+5
* Removed compiler warningsunknown2002-02-091-1/+1
* small bugfixunknown2002-01-191-2/+2
* Fixed bug in LEFT JOINunknown2001-12-051-4/+3
* Fixed problem when repairing packed MyISAM files.unknown2001-11-225-33/+59
* Added missing mysqlbinlog to binary distributions.unknown2001-11-071-2/+4
* Portability fixesunknown2001-10-312-2/+3
* Update for OS2 (patch from Yuri Dario).unknown2001-10-312-1/+5
* 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