Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 4.0.8 | monty@mashka.mysql.fi | 2003-01-03 | 1 | -0/+2 |
|\ | |||||
| * | ANALYZE for MERGE | serg@serg.mysql.com | 2002-12-10 | 1 | -0/+2 |
| | | |||||
* | | myisammrg::index_next_same | serg@serg.mysql.com | 2002-11-25 | 1 | -0/+1 |
|/ | |||||
* | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -4/+6 |
| | | | | | | | | | | | | | 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 | ||||
* | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -12/+11 |
| | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | Query cache. | monty@hundin.mysql.fi | 2001-12-02 | 1 | -0/+1 |
| | | | | Remove some warnings | ||||
* | Added support of INSERT to MERGE tables | monty@hundin.mysql.fi | 2001-09-22 | 1 | -3/+12 |
| | | | | Fixes for embedded libary and openssl | ||||
* | Fix for SAFE_MUTEX + MERGE tables | monty@donna.mysql.com | 2000-09-21 | 1 | -1/+1 |
| | |||||
* | Fixes for MERGE TABLES and HEAP tables | monty@donna.mysql.com | 2000-09-14 | 1 | -1/+2 |
| | |||||
* | PART I: Keys support for MyMERGE tables | serg@infomag.ape.relarn.ru | 2000-08-14 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | myisammrg/ | Makefile.am | mymrgdef.h | support for keys myrg_open.c | & myrg_queue.c | bugfixes myrg_rfirst.c | myrg_rkey.c | myrg_rlast.c | myrg_rnext.c | myrg_rprev.c | myrg_rrnd.c | include/myisammrg.h | rkey/rnext/etc prototyped sql/ | ha_myisammrg.cc | support for keys ha_myisammrg.h | myisam/ | mi_rkey.c | buf==NULL extension, _mi_rkey() mi_rnext.c | mi_rprev.c | include/queues.h | reinit_queue() - same as init_queue, but w/o malloc mysys/queues.c | PART II: Miscellaneous myisam/common_words | deleted (looks like I checked it in by mistake) some files (like acconfig.h, Makefile.am, COPYING.LIB, etc) | Change mode to -rw-r--r-- (by `chmod a-x ') | ||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+92 |