Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reverting Monty's "fix" that turned a warning into an error. | serg@serg.mylan | 2003-06-16 | 1 | -5/+2 |
| | |||||
* | Fix for MacOSX and symlinks | monty@narttu.mysql.fi | 2003-05-14 | 1 | -1/+6 |
| | | | | Fix for USE_FRM and crashed index file | ||||
* | Fix for -fbranch-probabilites (bug 268) | monty@mashka.mysql.fi | 2003-04-26 | 1 | -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) | ||||
* | warning when a 4.1 MYI file is opened in 4.0 | serg@sergbook.mysql.com | 2003-04-23 | 1 | -0/+3 |
| | |||||
* | merge with 3.23 to get: | monty@mashka.mysql.fi | 2003-03-11 | 1 | -2/+16 |
|\ | | | | | | | | | - Better detection of crashed .MYI file - Ignore writeable config files | ||||
| * | Cleaned up disk_pos_assert() to be more general. | monty@mashka.mysql.fi | 2003-03-11 | 1 | -14/+13 |
| | | |||||
| * | more propection in mi_open against badly corrupted MYI headers | serg@serg.mysql.com | 2003-03-10 | 1 | -2/+17 |
| | | |||||
| * | fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fields | serg@serg.mysql.com | 2002-10-28 | 1 | -1/+2 |
| | | |||||
* | | low-level error messages cleanup | serg@serg.mysql.com | 2003-01-28 | 1 | -1/+1 |
| | | |||||
* | | Don't count NULL values in cardinalty for MyISAM tables. | monty@mashka.mysql.fi | 2003-01-09 | 1 | -3/+11 |
| | | | | | | | | | | | | 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. | ||||
* | | fixed "huge number of packed rows in MyISAM" bug in 4.0 tree | serg@serg.mysql.com | 2002-10-28 | 1 | -1/+2 |
| | | |||||
* | | Merge with 3.23.54 | monty@hundin.mysql.fi | 2002-10-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed missing table_list->name -> table_list->alias convert | monty@mashka.mysql.fi | 2002-10-08 | 1 | -1/+1 |
| | | |||||
| * | Fixed problem when repairing packed MyISAM files. | monty@hundin.mysql.fi | 2001-11-22 | 1 | -3/+2 |
| | | |||||
* | | MyISAM: always store alloced_rec_buff_length with the buffer itself | serg@sergbook.mysql.com | 2002-07-26 | 1 | -18/+7 |
| | | |||||
* | | Removed wrong implementation of CUBE/ROLLUP | monty@mashka.mysql.fi | 2002-07-24 | 1 | -7/+11 |
| | | | | | | | | | | | | Fixed bugfix of INSERT ... SET db_name.table_name.column_name Changed locking to external-locking Fix client hangup for some invalid SQL queries. | ||||
* | | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups | ||||
* | | yet another generalization for rec_buff handling, MI_INFO doesn't need ↵ | serg@sergbook.mysql.com | 2002-07-14 | 1 | -2/+35 |
| | | | | | | | | rec_alloc anymore | ||||
* | | mi_fix_rec_buff_for_blob() generalized a bit | serg@sergbook.mysql.com | 2002-07-09 | 1 | -13/+3 |
| | | |||||
* | | Ensure that share->tot_locks s updated correctly | monty@hundin.mysql.fi | 2002-06-17 | 1 | -0/+2 |
| | | | | | | | | This fixes that mysamchk --sort-records works on windows. | ||||
* | | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -3/+3 |
| | | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | | Fix bug when repairing compressed MyISAM files | monty@hundin.mysql.fi | 2001-11-22 | 1 | -3/+2 |
| | | | | | | | | LOCATE() is now case sensitive | ||||
* | | merge | monty@hundin.mysql.fi | 2001-11-07 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Added missing mysqlbinlog to binary distributions. | monty@hundin.mysql.fi | 2001-11-07 | 1 | -2/+4 |
| | | | | | | | | Applied patch to mysqlhotcopy | ||||
* | | emove purify warnings | monty@bitch.mysql.fi | 2001-11-06 | 1 | -0/+1 |
| | | |||||
* | | Fixed error message when opening a not-MyISAM file. | monty@tramp.mysql.fi | 2001-10-29 | 1 | -1/+1 |
| | | | | | | | | | | Extended MODIFY and CHANGE in ALTER TABLE to accept the AFTER keyword. Extended MyISAM to handle records > 16M. | ||||
* | | Cleaned up SSL documentation | monty@hundin.mysql.fi | 2001-10-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster | ||||
* | | Some warning fixes and some SSL testprograms check-in | tonu@x153.internalnet | 2001-08-26 | 1 | -1/+1 |
| | | |||||
* | | Remove usage of my_dup(), as this casued error 127 when reading MyISAM tables | monty@hundin.mysql.fi | 2001-08-21 | 1 | -7/+9 |
| | | | | | | | | New definition of WEEK(). | ||||
* | | Fix of UNION code | monty@hundin.mysql.fi | 2001-08-19 | 1 | -14/+15 |
| | | | | | | | | | | | | | | Added heap_delete_table Added HA_EXTRA_PREPARE_FOR_DELETE Added and use my_dup() for faster open of tables. Removed not working no-mix-table-type | ||||
* | | merged | serg@serg.mysql.com | 2001-07-02 | 1 | -14/+24 |
|\ \ | |||||
| * | | Added support for symlinked tables. | monty@hundin.mysql.fi | 2001-06-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | myisamchk: Don't force a repair if the only problem was that the open count wasn't correct. Added missing error messages. | ||||
| * | | Removed compiler warnings. | monty@hundin.mysql.fi | 2001-05-31 | 1 | -14/+24 |
| | | | | | | | | | | | | | | | | | | | | | Added preliminary handling of symlinks in MyISAM. When using myisamchk to check tables with --force, don't repair tables that are marked as 'not closed' if they are ok. Change fn_format() to use my_real_path and my_symlink | ||||
* | | | memory-limited tree | serg@serg.mysql.com | 2001-07-02 | 1 | -0/+1 |
|/ / | | | | | | | bulk inserts optimization: caching keys in binary tree | ||||
* | | Don't write rows in MyISAM tables when using count(distinct) | monty@tik.mysql.fi | 2001-05-23 | 1 | -5/+8 |
| | | | | | | | | Don't read MyISAM header when running without locking | ||||
* | | Added all changes from old 4.0 version: | monty@work.mysql.com | 2001-04-11 | 1 | -1/+6 |
|/ | | | | | | | | | PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys | ||||
* | Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro | monty@donna.mysql.fi | 2001-03-26 | 1 | -1/+1 |
| | | | | (For glibc 2.2) | ||||
* | Fixed test when exeeding file quota on write | monty@donna.mysql.com | 2001-01-15 | 1 | -7/+16 |
| | | | | Sanity checks when opening MyISAM files | ||||
* | Fixed problem with auto-repair of MyISAM tables | monty@donna.mysql.com | 2000-11-21 | 1 | -2/+3 |
| | | | | Fixed bug in ISAM and MyISAM when updating from multiple-processes | ||||
* | changed to use IO_CACHE instead of FILE | monty@donna.mysql.com | 2000-11-16 | 1 | -2/+3 |
| | |||||
* | Automatic repair of MyISAM tables + small bug fixes | monty@donna.mysql.com | 2000-10-17 | 1 | -38/+40 |
| | |||||
* | Automatic repair of MyISAM tables + portability fixes | monty@tik.mysql.com | 2000-10-11 | 1 | -2/+3 |
| | |||||
* | Small fixes | monty@donna.mysql.com | 2000-10-05 | 1 | -0/+3 |
| | |||||
* | RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, | monty@tramp.mysql.fi | 2000-09-26 | 1 | -14/+23 |
| | | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY | ||||
* | Fixes for MERGE TABLES and HEAP tables | monty@donna.mysql.com | 2000-09-14 | 1 | -1/+5 |
| | |||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+994 |