summaryrefslogtreecommitdiff
path: root/myisam
Commit message (Collapse)AuthorAgeFilesLines
* Added option --read-only (Thanks to Markus Benning)monty@narttu.mysql.fi2003-05-191-1/+2
|
* Fix for MacOSX and symlinksmonty@narttu.mysql.fi2003-05-141-1/+6
| | | | Fix for USE_FRM and crashed index file
* Safety fix to enable RAID in max binariesmonty@mashka.mysql.fi2003-05-133-24/+25
| | | | | Better fix for format('nan') Fix for HAVING COUNT(DISTINCT...)
* parallel-repair available in mysqldserg@serg.mylan2003-05-041-1/+11
|
* mising reset_tree() in ft_reinit_search() addedserg@serg.mylan2003-05-031-2/+2
|
* Fix reference to not initialized memorymonty@narttu.mysql.fi2003-04-301-3/+6
| | | | Changed handing of priv_host to fix bug in FLUSH PRIVILEGES
* Fix to remove compiler warningsmonty@mashka.mysql.fi2003-04-281-0/+2
|
* Fixed problem when comparing a key for a multi-byte-character set. (bug 152)monty@mashka.mysql.fi2003-04-277-24/+88
| | | | | | | | Use 0x.... as strings if 'new' mode. (bug 152) Don't report -max on windows when InnoDB is enabled. (bug 332) Reset current_linfo; This could cause a hang when doing PURGE LOGS. Fix for row numbers in EXPLAIN (bug 322) Fix that USE_FRM works for all table types (bug 97)
* Fix for -fbranch-probabilites (bug 268)monty@mashka.mysql.fi2003-04-261-2/+5
| | | | | | | | | | Fix for LEFT/RIGHT/MID with multi-byte-character sets (bug 314) Fix for new bison 1.875 max_insert_delayed_threads and delayed_insert_timeout now works as documented (bug 211) Don't show port in SHOW PROCESSLIST for system threads Fix problem with ORDER BY being discarded for some DISTINCT queries (bug 275) Fixed bug with NATURAL LEFT JOIN, NATURAL RIGHT JOIN and RIGHT JOIN when using many joined tables (Bug 212)
* Merge bk-internal:/home/bk/mysql-4.0serg@sergbook.mysql.com2003-04-251-1/+1
|\ | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * Fixes for valgrindmonty@narttu.mysql.fi2003-04-231-1/+1
| | | | | | | | | | | | Added optimzation for clustered index Fixed bug in UPDATE ... ORDER BY Fixed handling of UPDATE ... LIMIT
* | warning when a 4.1 MYI file is opened in 4.0serg@sergbook.mysql.com2003-04-232-1/+5
| |
* | do not mark the table as analyzed unless all the key parts are REALLY analyzed.serg@sergbook.mysql.com2003-04-231-4/+6
|/
* Merge with 3.23 to get fixes for:monty@narttu.mysql.fi2003-04-031-1/+1
|\ | | | | | | | | | | | | mysqldump --delete-master-logs Portability fix for hammer Memory overrun for MyISAM LOAD DATA LOCAL replication bug fix.
| * A fix for a bug in MyISAM with large number of NULL columns and atSinisa@sinisa.nasamreza.org2003-03-251-2/+2
| | | | | | | | least one BLOB column.
* | make myisam usable without threads (and even w/o pthread_t)serg@sergbook.mysql.com2003-03-242-2/+8
| |
* | merge with 3.23 to get:monty@mashka.mysql.fi2003-03-111-2/+16
|\ \ | |/ | | | | | | - Better detection of crashed .MYI file - Ignore writeable config files
| * Cleaned up disk_pos_assert() to be more general. monty@mashka.mysql.fi2003-03-111-14/+13
| |
| * more propection in mi_open against badly corrupted MYI headersserg@serg.mysql.com2003-03-101-2/+17
| |
| * Fixed typomonty@mashka.mysql.fi2003-01-171-1/+1
| |
* | fix auto-increment in sub-key and insert ... selectserg@serg.mysql.com2003-03-022-3/+3
| |
* | make myisamchk -R to work, if the table contains fulltext indexesserg@serg.mysql.com2003-02-221-2/+2
| |
* | do not accept -R (sort by index) for FULLTEXT indexesserg@serg.mysql.com2003-02-221-0/+7
| |
* | fixed crash with blobs in compressed tableserg@serg.mysql.com2003-01-303-11/+8
| |
* | low-level error messages cleanupserg@serg.mysql.com2003-01-282-2/+2
| |
* | mergemonty@mashka.mysql.fi2003-01-281-0/+14
|\ \
| * | Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
* | | remove warningsserg@serg.mysql.com2003-01-271-11/+8
| | |
* | | fixes for SHOW VARIABLES and --ft-stopword-listserg@serg.mysql.com2003-01-271-2/+5
| | |
* | | enadling out-of-cache reads for shared IO_CACHEserg@serg.mysql.com2003-01-261-3/+4
| | |
* | | fixed bug in parallel repairserg@serg.mysql.com2003-01-261-4/+5
| | |
* | | --ft_stopword_file command-line optionserg@serg.mysql.com2003-01-233-15/+63
|/ /
* | After merge fixmonty@mashka.mysql.fi2003-01-171-1/+1
| |
* | Merge with 3.23monty@mashka.mysql.fi2003-01-162-3/+12
|\ \ | |/
| * 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
| |
* | Text fixes: ISAM -> MyISAM for myisamchk (found by Jocelyn Fournier).arjen@george.bitbike.com2003-01-141-3/+3
| |
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-01-095-16/+57
|\ \
| * | Don't count NULL values in cardinalty for MyISAM tables.monty@mashka.mysql.fi2003-01-095-16/+57
| | | | | | | | | | | | | | | | | | Free row buffer cache after each query for MyISAM tables. Added table join option FORCE INDEX Fixed core dump bug when connecting with hostname that could not be resolved.
* | | Merge work:/home/bk/mysql-4.0serg@sergbook.mysql.com2003-01-081-0/+1
|\ \ \ | |/ / |/| | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | ft_nlq_search.c:serg@sergbook.mysql.com2003-01-081-0/+1
| | | | | | | | | | | | no _mi_search_next() bug fixed
* | | A lot of portability fixes.monty@mashka.mysql.fi2003-01-052-2/+2
|/ / | | | | | | Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
* | Transactions in AUTOCOMMIT=0 mode didn't rotate binary logmonty@mashka.mysql.fi2002-12-141-7/+7
| | | | | | | | Don't enable any bulk insert or record caching code if inserting less than MIN_ROWS_TO_USE_BULK_INSERT rows (100)
* | bulk insert code optimizedserg@serg.mysql.com2002-12-073-36/+41
| |
* | post-merge fixserg@serg.mysql.com2002-12-041-3/+2
| |
* | New multi-table-update codemonty@mashka.mysql.fi2002-11-293-16/+22
| | | | | | | | | | | | | | New (simpler) internal timestamp handling. More debuging to heap tables. Small cleanups to multi-table-delete false -> 0 and true -> 1 (We should use TRUE and FALSE)
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-11-201-1/+2
|\ \
| * | Try to optimize the cache buffer size needed for bulk_insertmonty@mashka.mysql.fi2002-11-201-1/+2
| | | | | | | | | | | | Fix for shutdown on Mac OS X
* | | bug in _ftb_strstr fixed :)serg@serg.mysql.com2002-11-201-3/+3
|/ /