summaryrefslogtreecommitdiff
path: root/myisammrg/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.am:kent@mysql.com2005-07-051-1/+2
| | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
* removed redundant -I include-dirsserg@serg.mysql.com2002-11-261-1/+1
|
* myisammrg::index_next_sameserg@serg.mysql.com2002-11-251-1/+2
|
* myisammrg::records_in_rangeserg@serg.mysql.com2002-11-171-1/+1
|
* - Applied required modifications for automake 1.5lenz@mysql.com2002-10-011-8/+0
| | | | | - some additional small fixes - added "depcomp" for automake 1.5
* Updated manual about embedded version.monty@hundin.mysql.fi2001-10-081-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
* Added support of INSERT to MERGE tablesmonty@hundin.mysql.fi2001-09-221-1/+1
| | | | Fixes for embedded libary and openssl
* Mergemonty@donna.mysql.com2000-08-181-0/+3
|\
| * Updated benchmark and results for PostgreSQL 7.0.2monty@donna.mysql.com2000-08-181-0/+3
| | | | | | | | | | Added more status to the MyISAM files to avoid checking files that has already been checked.
* | PART I: Keys support for MyMERGE tablesserg@infomag.ape.relarn.ru2000-08-141-2/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+31