summaryrefslogtreecommitdiff
path: root/myisammrg/myrg_rnext.c
Commit message (Collapse)AuthorAgeFilesLines
* my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | Changed header to GPL version 2 only
* replace mi_rrnd() in myrg_rkey family to more intelligent (HA_KEYREAD-aware) ↵serg@serg.mylan2003-08-011-1/+1
| | | | read function
* Merge with 3.23.51monty@mashka.mysql.fi2002-07-251-1/+1
|\ | | | | | | Fixed wrong usage of sprintf() in ha_innodb.cc
| * do not crash on myrg_rprev/myrg_rnext if no current tableserg@sergbook.mysql.com2002-07-041-0/+3
| | | | | | | | (as when previous myrg_rkey failed, e.g. found nothing)
* | do not crash on myrg_rprev/myrg_rnext if no current tableserg@sergbook.mysql.com2002-06-251-0/+3
| | | | | | | | (as when previous myrg_rkey failed, e.g. found nothing)
* | 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
* Fulltext manual changed, MERGE bug fixedserg@serg.mysql.com2001-05-161-41/+4
|
* Fixed bug in ALTER TABLEmonty@donna.mysql.fi2001-04-011-2/+4
| | | | | Removed _mi_rkey() function New fork_big.pl multi-thread test
* myisammrg/myrg_rnext.c bug with incomlete queue fixedserg@serg.mysql.com2001-03-121-4/+3
| | | | myisammrg/myrg_rprev.c bug with incomlete queue fixed
* Fixes for MERGE TABLES and HEAP tablesmonty@donna.mysql.com2000-09-141-29/+40
|
* Updates for releasemonty@donna.mysql.com2000-08-291-2/+2
|
* PART I: Keys support for MyMERGE tablesserg@infomag.ape.relarn.ru2000-08-141-0/+75
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 ')