summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typomonty@mashka.mysql.fi2003-01-171-1/+1
|
* Fixed max_key_length when using UNIQUE keys.monty@mashka.mysql.fi2002-12-272-2/+11
| | | | This fixed a bug in GROUP BY on a BLOB column with NULL values.
* - Applied required modifications for automake 1.5lenz@mysql.com2002-11-171-11/+0
| | | | - "make distcheck" needs to be fixed
* 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
| | | | (Merge of code from 4.0)
* bugfix: uniques did not contributed to MYI tot_length estimation, which ↵serg@sergbook.mysql.com2002-07-251-0/+3
| | | | resulted in "Index file full" error on huge SELECT DISTINCT's
* 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
| | | | | | Fixed stack overflow checking with crash-me with gcc 3.0.4 Using @@unknown_variable doesn't hang client anymore Added @@VERSION variable
* 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
| | | | Applied patch to mysqlhotcopy
* Portability fixesmonty@hundin.mysql.fi2001-10-312-2/+3
|
* Update for OS2 (patch from Yuri Dario).monty@hundin.mysql.fi2001-10-312-1/+5
| | | | | | Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts Fixed error messages. Fixed problem with const propagation when comparing columns of different types
* Fixed bug in INSERT DELAYEDmonty@hundin.mysql.fi2001-10-021-14/+10
| | | | | Fixed some problems in SHOW CREATE TABLE Fixed calculation of checksums in myisamchk
* 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
| | | | Fixed some wrong test cases
* OS2 patchmonty@hundin.mysql.fi2001-09-122-27/+27
|
* Ensure that libmysqlclient doesn't use raidmonty@hundin.mysql.fi2001-09-042-2/+2
| | | | Fix problem with MyISAM and rows of length 65517-65520
* 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
|/ | | | | Fix bug in isamlog Add argument types to function declarations.
* Portability fixes.monty@hundin.mysql.fi2001-08-184-15/+19
| | | | | | Let myisamchk generate a new checksum for compressed data. Don't unconditionally force filenames to lower case on windows. Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23)
* Fix when using --without-server --with-thread-safe-clientmonty@tik.mysql.fi2001-08-041-2/+2
| | | | | | Added prototype for my_thread_end New error message for MATCH Give error when using myisamchk --force --readonly
* Mergemonty@tik.mysql.fi2001-07-162-2/+16
|\
| * Patch for netBSDmonty@tik.mysql.fi2001-07-162-2/+16
| | | | | | | | | | | | Added warning for tables where the auto_increment key is 0 Fixed DELETE ... LIMIT 0 Fixed UPDATE ..LIMIT 0
* | 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
| | | | | | | Fixed that @VAR shows all decimals Fixed problem with FLUSH TABLES and LOCK TABLE CREATE ... SELECT now creates keys later Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key
* Added --skip-symlinksmonty@hundin.mysql.fi2001-06-012-1/+6
| | | | Don't force repair of tables that are not closed properly.
* Fixed bug when using MERGE on files > 4Gmonty@donna.mysql.fi2001-05-172-5/+5
| | | | | | Fixed bug in SELECT db1.table.* FROM db1.table,db2.table Fixed bug in INSERT DELAYED when doing shutdown and a table was locked Changed that tmp_table_size =4G-1 means unlimited.
* 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
| | | | | Removed _mi_rkey() function New fork_big.pl multi-thread test
* Let ALTER TABLE and LOAD DATA INFILE use sorting to create indexmonty@donna.mysql.fi2001-03-282-2/+9
| | | | Call init_signals before intializing table handlers. This should fix the signal problem in Innobase on Solaris
* Fix a crash in Innobase with tables with many columns and a range querymonty@donna.mysql.fi2001-03-261-52/+0
| | | | Removed all Attic directories.
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macromonty@donna.mysql.fi2001-03-261-1/+1
| | | | (For glibc 2.2)
* Added isolation levelsmonty@tik.mysql.fi2001-03-211-0/+3
| | | | Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE
* Improved ANALYZE TABLE a bit for small tables.monty@donna.mysql.fi2001-03-151-6/+4
|