summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Expand)AuthorAgeFilesLines
* - Applied required modifications for automake 1.5lenz@mysql.com2002-11-171-11/+0
* fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fieldsserg@serg.mysql.com2002-10-281-1/+2
* Fixed missing table_list->name -> table_list->alias convertmonty@mashka.mysql.fi2002-10-081-1/+1
* Fixed bug with GROUP BY on NULL fields.monty@mashka.mysql.fi2002-08-052-2/+7
* bugfix: uniques did not contributed to MYI tot_length estimation, which resul...serg@sergbook.mysql.com2002-07-251-0/+3
* Fixed copyright in pack_isam.cmonty@hundin.mysql.fi2002-06-291-2/+2
* SHOW VARIABLES LIKE ... are now case insensitivemonty@tik.mysql.fi2002-04-181-2/+1
* Fix for bug in WHERE key='j' or key='J'monty@hundin.mysql.fi2002-03-221-12/+5
* Removed compiler warningsmonty@hundin.mysql.fi2002-02-091-1/+1
* small bugfixserg@serg.mysql.com2002-01-191-2/+2
* Fixed bug in LEFT JOINmonty@hundin.mysql.fi2001-12-051-4/+3
* Fixed problem when repairing packed MyISAM files.monty@hundin.mysql.fi2001-11-225-33/+59
* Added missing mysqlbinlog to binary distributions.monty@hundin.mysql.fi2001-11-071-2/+4
* Portability fixesmonty@hundin.mysql.fi2001-10-312-2/+3
* Update for OS2 (patch from Yuri Dario).monty@hundin.mysql.fi2001-10-312-1/+5
* Fixed bug in INSERT DELAYEDmonty@hundin.mysql.fi2001-10-021-14/+10
* Fix bug in SELECT EXPLAIN ... ORDER BYmonty@hundin.mysql.fi2001-09-181-6/+0
* Fix for LOAD DATA FROM MASTER when using tables with checksummonty@hundin.mysql.fi2001-09-181-2/+31
* OS2 patchmonty@hundin.mysql.fi2001-09-122-27/+27
* Ensure that libmysqlclient doesn't use raidmonty@hundin.mysql.fi2001-09-042-2/+2
* Fix to not running mysqld as root by defaultmonty@hundin.mysql.fi2001-09-021-1/+1
* Portability fixesmonty@hundin.mysql.fi2001-08-312-6/+3
* Portability fixesmonty@hundin.mysql.fi2001-08-301-2/+1
* Fixed problem in myisampack with blobsmonty@hundin.mysql.fi2001-08-302-4/+5
* Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2001-08-291-3/+2
|\
| * "freeing of unallocated pointer" bug fixedserg@serg.mysql.com2001-08-291-3/+2
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2001-08-231-2/+1
|\ \
| * | Portability fixesmonty@hundin.mysql.fi2001-08-231-2/+1
| |/
* | Mergetim@white.box2001-08-211-3/+2
|\ \ | |/ |/|
| * myisamchk.c Make --set-character-set actually do something.tim@white.box2001-08-211-3/+2
* | Fixes for OS2.monty@hundin.mysql.fi2001-08-2211-78/+85
|/
* Portability fixes.monty@hundin.mysql.fi2001-08-184-15/+19
* Fix when using --without-server --with-thread-safe-clientmonty@tik.mysql.fi2001-08-041-2/+2
* Mergemonty@tik.mysql.fi2001-07-162-2/+16
|\
| * Patch for netBSDmonty@tik.mysql.fi2001-07-162-2/+16
* | bug fixedserg@serg.mysql.com2001-07-121-0/+4
|/
* Cleanupmonty@hundin.mysql.fi2001-06-281-3/+4
* Changed compare in MyISAM to use my_pread()monty@tik.mysql.fi2001-06-112-6/+5
* Added --skip-symlinksmonty@hundin.mysql.fi2001-06-012-1/+6
* Fixed bug when using MERGE on files > 4Gmonty@donna.mysql.fi2001-05-172-5/+5
* Fix for BDB and LOCK TABLESmonty@donna.mysql.fi2001-04-191-3/+2
* Fixed bug when using a key on a CHAR(255) NULL columnmonty@donna.mysql.fi2001-04-121-0/+3
* Fixed bug in ALTER TABLEmonty@donna.mysql.fi2001-04-013-13/+5
* Let ALTER TABLE and LOAD DATA INFILE use sorting to create indexmonty@donna.mysql.fi2001-03-282-2/+9
* Fix a crash in Innobase with tables with many columns and a range querymonty@donna.mysql.fi2001-03-261-52/+0
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macromonty@donna.mysql.fi2001-03-261-1/+1
* Added isolation levelsmonty@tik.mysql.fi2001-03-211-0/+3
* Improved ANALYZE TABLE a bit for small tables.monty@donna.mysql.fi2001-03-151-6/+4
* Patch from sleepycat to fix problem with BDB and log filesmonty@donna.mysql.fi2001-03-061-3/+8
* Fixed problem with concurrent inserts and read-previousmonty@donna.mysql.com2001-02-181-1/+1