Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MyISAM: always store alloced_rec_buff_length with the buffer itself | serg@sergbook.mysql.com | 2002-07-26 | 1 | -1/+0 |
| | |||||
* | MI_SORT_INFO and MI_SORT_PARAM massaging | serg@sergbook.mysql.com | 2002-07-25 | 1 | -14/+13 |
| | |||||
* | merge | monty@mashka.mysql.fi | 2002-07-23 | 1 | -4/+4 |
|\ | |||||
| * | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | parallel repair: style fixups | serg@sergbook.mysql.com | 2002-07-21 | 1 | -1/+1 |
|/ | |||||
* | parallel repair needs rec_buff local for thread !!! | serg@sergbook.mysql.com | 2002-07-14 | 1 | -0/+2 |
| | |||||
* | merged | serg@serg.mysql.com | 2002-06-30 | 1 | -1/+3 |
|\ | |||||
| * | "myisamchk -p" for parallel recover works (no extensive testing though) | serg@serg.mysql.com | 2002-06-30 | 1 | -1/+3 |
| | | |||||
* | | Updated windows files (VC++ files and winmysqladmin). | monty@hundin.mysql.fi | 2002-06-28 | 1 | -2/+3 |
|/ | | | | | | Portability fixes. Removed compiler warnings. | ||||
* | mi_check T_xxx options massaged. T_REP_PARALLEL added | serg@sergbook.mysql.com | 2002-06-24 | 1 | -34/+36 |
| | | | | my_getopt-related style changes in myisamchk.c | ||||
* | resolving | serg@serg.mysql.com | 2002-06-20 | 1 | -32/+41 |
|\ | |||||
| * | multithreaded repair-by-sort code | serg@serg.mysql.com | 2002-06-19 | 1 | -31/+40 |
| | | | | | | | | parallel read access to IO_CACHE | ||||
* | | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -17/+24 |
|/ | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree. | ||||
* | REPAIR ... USE_FRM | serg@serg.mysql.com | 2002-03-22 | 1 | -1/+1 |
| | |||||
* | commit to pull | serg@serg.mysql.com | 2002-03-21 | 1 | -0/+6 |
| | |||||
* | mi_check flags cleanup | serg@serg.mysql.com | 2002-03-13 | 1 | -33/+41 |
| | | | | | CHECK/REPAIR syntax cleanup REPAIR ... USE_FRM syntax | ||||
* | Fix for FLUSH QUERY CACHE | monty@hundin.mysql.fi | 2002-01-05 | 1 | -0/+1 |
| | | | | Fix for new bug in CREATE TABLE when sorting keys. | ||||
* | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -12/+11 |
| | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | Update of query cache code. | monty@hundin.mysql.fi | 2001-12-05 | 1 | -1/+1 |
| | | | | | | Changed some sql_alloc() -> thd->alloc() Removed a lot of compiler warnings on Linux Alpha (64 bit) Fixed some core dumps on 64 bit systems (wrong type for packet_len) | ||||
* | Query cache. | monty@hundin.mysql.fi | 2001-12-02 | 1 | -0/+2 |
| | | | | Remove some warnings | ||||
* | Cleaned up SSL documentation | monty@hundin.mysql.fi | 2001-10-02 | 1 | -1/+6 |
| | | | | | | | 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 | ||||
* | Merge work.mysql.com:/home/bk/mysql | monty@work.mysql.com | 2001-09-18 | 1 | -1/+2 |
|\ | | | | | | | into work.mysql.com:/home/bk/mysql-4.0 | ||||
| * | Fix for LOAD DATA FROM MASTER when using tables with checksum | monty@hundin.mysql.fi | 2001-09-18 | 1 | -1/+2 |
| | | | | | | | | Fixed some wrong test cases | ||||
* | | Merge with 3.23.42 | monty@work.mysql.com | 2001-09-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | OS2 patch | monty@hundin.mysql.fi | 2001-09-12 | 1 | -1/+1 |
| | | |||||
* | | merged | serg@serg.mysql.com | 2001-07-02 | 1 | -0/+2 |
|\ \ | |||||
| * | | Removed compiler warnings. | monty@hundin.mysql.fi | 2001-05-31 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | 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 | -1/+1 |
| | | | | | | | | Don't read MyISAM header when running without locking | ||||
* | | Merged with 3.23, needs further fix-up | sasha@mysql.sashanet.com | 2001-05-10 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fixed that database name is shown for CHECK TABLE | monty@donna.mysql.fi | 2001-04-20 | 1 | -3/+3 |
| | | |||||
* | | Added all changes from old 4.0 version: | monty@work.mysql.com | 2001-04-11 | 1 | -6/+6 |
|/ | | | | | | | | | PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys | ||||
* | Let ALTER TABLE and LOAD DATA INFILE use sorting to create index | monty@donna.mysql.fi | 2001-03-28 | 1 | -1/+2 |
| | | | | Call init_signals before intializing table handlers. This should fix the signal problem in Innobase on Solaris | ||||
* | New myisamchk option --sort-recover | monty@donna.mysql.com | 2001-01-31 | 1 | -1/+1 |
| | | | | | | | | Allow delete of crashed MyISAM tables Fixed bug when BLOB was first part of key Fixed bug when using result from CASE in GROUP BY Fixed core-dump bug in monthname() Optimized calling of check_db_name() | ||||
* | Split error message for crashed table to 3 different error messages. | monty@donna.mysql.com | 2000-11-22 | 1 | -0/+1 |
| | | | | Fixes for Windows | ||||
* | Automatic repair of MyISAM tables + portability fixes | monty@tik.mysql.com | 2000-10-11 | 1 | -9/+10 |
| | |||||
* | First part of automatic repair of MyISAM tables. | monty@tramp.mysql.fi | 2000-10-03 | 1 | -1/+2 |
| | | | | | | | Error on full disk on repair. SIGHUP signal handling. Update with keys on timestamp Portability fixes | ||||
* | RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, | monty@tramp.mysql.fi | 2000-09-26 | 1 | -2/+5 |
| | | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY | ||||
* | Fixes for MyISAM and packed keys + AIX | monty@donna.mysql.com | 2000-09-22 | 1 | -1/+1 |
| | |||||
* | Fix that REPAIR/ALTER TABLE use myisam_tempdir | monty@donna.mysql.com | 2000-09-16 | 1 | -4/+5 |
| | |||||
* | Fixed for Ia64 + delayed key creation + a lot of small bug fixes | monty@donna.mysql.com | 2000-08-15 | 1 | -5/+13 |
| | |||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+377 |