summaryrefslogtreecommitdiff
path: root/mysys/queues.c
Commit message (Collapse)AuthorAgeFilesLines
* Simple code cleanups, ignore generated filesmonty@mashka.mysql.fi2003-01-181-11/+61
|
* comment correctedserg@sergbook.mysql.com2002-09-171-4/+2
|
* Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-4/+6
| | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
* test for truncation operator in indexless bolelan ftsserg@serg.mysql.com2001-12-101-1/+5
| | | | mysys/queue.c: /* comment added */
* Update copyrightmonty@hundin.mysql.fi2001-12-061-16/+14
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* bugfixserg@serg.mysql.com2001-11-171-3/+3
|
* Portability fix.monty@hundin.mysql.fi2001-11-071-3/+3
| | | | Fixed linking problem with InnoDB.
* ft boolean search by table scan; queue_fix()serg@serg.mysql.com2001-11-061-1/+16
|
* Fixes for MERGE TABLES and HEAP tablesmonty@donna.mysql.com2000-09-141-5/+14
|
* PART I: Keys support for MyMERGE tablesserg@infomag.ape.relarn.ru2000-08-141-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+141