summaryrefslogtreecommitdiff
path: root/myisammrg
Commit message (Collapse)AuthorAgeFilesLines
* Fixed ALTER TABLE on MERGE tablesmonty@donna.mysql.com2001-01-282-5/+5
| | | | Fixed bug in DISTINCT
* Portability fixes for OPENBSD, OS2 and Windowsmonty@donna.mysql.com2001-01-271-8/+14
|
* Removed not used variable 'last_ref'monty@donna.mysql.com2001-01-161-0/+1
| | | | | | Fixed problem with negative DECIMAL() keys Fixed some bugs with NULL keys in BDB More mysql-test tests
* client/mysqltest.csasha@mysql.sashanet.com2000-12-141-2/+4
| | | | | | | | | | | added system command myisammrg/myrg_open.c fixed coredump when opening an empty union table sql/sql_repl.cc fixed warnings, remove confusing comment, fixed coredump in change master to when master.info was corrupted added new replication test case
* ignore cleaned up, AGAIN!serg@serg.mysql.com2000-12-091-14/+6
| | | | myrg_open.c delayed queue allocation
* sql_base.cc merge+insert (v.3)serg@serg.mysql.com2000-12-082-16/+16
| | | | | | myrg_info.c merge+insert (v.3) myrg_extra.c merge+insert (v.3) ignore cleanup
* myrg_rrnd.c merge+insert (alternate take)serg@serg.mysql.com2000-12-074-33/+48
| | | | | | | myrg_info.c merge+insert (alternate take) myrg_extra.c merge+insert (alternate take) mymrgdef.h merge+insert (alternate take) sql_base.cc open_table --> open_or_reset_table (needed for MERGE)
* myrg_rrnd.c merge + insert OKserg@serg.mysql.com2000-12-073-20/+22
| | | | | | | myrg_info.c merge + insert OK mymrgdef.h merge + insert OK mrg000001.test test for the above mysql-test-run compatibility (FreeBSD) changes from mysql-4.0 backpropagated
* Changed meaning of HA_EXTRA_RESET and start of hidden primary keys for BDB ↵monty@tik.mysql.com2000-10-151-2/+2
| | | | tables
* Fixed indention, removed compiler varnings and fixed a bugmonty@donna.mysql.com2000-09-291-0/+1
| | | | in FULLTEXT indexes.
* Fix for SAFE_MUTEX + MERGE tablesmonty@donna.mysql.com2000-09-214-20/+29
|
* Faster log::write() call, memory leak fix, flush master fix.monty@donna.mysql.com2000-09-162-5/+11
|
* Fixes for MERGE TABLES and HEAP tablesmonty@donna.mysql.com2000-09-1410-117/+112
|
* Updates for releasemonty@donna.mysql.com2000-08-293-7/+8
|
* FLUSH TABLE table_listmonty@donna.mysql.com2000-08-221-3/+0
| | | | | Fixes for RENAME TABLE Portability fixes
* RENAME TABLE table_name TO new_table_name ; Faster Allocmonty@donna.mysql.com2000-08-212-0/+4
| | | | Small bug fixes
* 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.
* | Mergeserg@infomag.ape.relarn.ru2000-08-151-3/+3
|\ \ | |/
| * Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-151-1/+1
| |
* | PART I: Keys support for MyMERGE tablesserg@infomag.ape.relarn.ru2000-08-1410-3/+399
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3116-0/+715