Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace mi_rrnd() in myrg_rkey family to more intelligent (HA_KEYREAD-aware) ↵ | serg@serg.mylan | 2003-08-01 | 1 | -1/+1 |
| | | | | read function | ||||
* | Updated manual about embedded version. | monty@hundin.mysql.fi | 2001-10-08 | 1 | -1/+1 |
| | | | | | | | | | Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86 | ||||
* | 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 | -8/+8 |
| | |||||
* | PART I: Keys support for MyMERGE tables | serg@infomag.ape.relarn.ru | 2000-08-14 | 1 | -0/+49 |
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 ') |