summaryrefslogtreecommitdiff
path: root/include/myisammrg.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 4.0.8monty@mashka.mysql.fi2003-01-031-0/+2
|\
| * ANALYZE for MERGEserg@serg.mysql.com2002-12-101-0/+2
| |
* | myisammrg::index_next_sameserg@serg.mysql.com2002-11-251-0/+1
|/
* New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-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 copyrightmonty@hundin.mysql.fi2001-12-061-12/+11
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Query cache.monty@hundin.mysql.fi2001-12-021-0/+1
| | | | Remove some warnings
* Added support of INSERT to MERGE tablesmonty@hundin.mysql.fi2001-09-221-3/+12
| | | | Fixes for embedded libary and openssl
* Fix for SAFE_MUTEX + MERGE tablesmonty@donna.mysql.com2000-09-211-1/+1
|
* Fixes for MERGE TABLES and HEAP tablesmonty@donna.mysql.com2000-09-141-1/+2
|
* PART I: Keys support for MyMERGE tablesserg@infomag.ape.relarn.ru2000-08-141-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 changesetbk@work.mysql.com2000-07-311-0/+92