summaryrefslogtreecommitdiff
path: root/sql/ha_berkeley.h
Commit message (Expand)AuthorAgeFilesLines
* Fix for BUG#5117:unknown2004-09-131-1/+1
* New handler::index_flags() definition to make it easy to check the full used ...unknown2004-07-081-7/+1
* fowwlowup fixes for index_flags()unknown2004-06-301-2/+1
* portability fixunknown2004-06-271-1/+1
* Added missing root user to mysql.user on windows. (Bug #4242)unknown2004-06-251-1/+1
* followup to handler cleanupunknown2004-06-231-1/+1
* handler interface cleanups:unknown2004-06-231-13/+14
* key_cmp -> key_cmp_if_sameunknown2004-05-161-6/+1
* ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...unknown2004-04-061-2/+1
* Cleanup ha_checktype() and redundant variables.unknown2004-03-021-1/+1
* Merge with 4.0.18unknown2004-02-111-4/+5
|\
| * Mark that strings may change on index only reads (for BDB tables).unknown2004-01-291-1/+1
| * Some small portability fixes.unknown2003-12-301-4/+5
| * A lot of portability fixes.unknown2003-01-051-0/+1
* | Bitmap post-review fixesunknown2003-10-301-2/+2
* | fixes to Bitmap classunknown2003-10-241-1/+1
* | fixes for new key_map codeunknown2003-10-161-1/+1
* | key_map with more that 64 bits widthunknown2003-10-111-1/+1
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2003-02-181-0/+1
|\ \
| * \ mergingunknown2002-12-111-0/+1
| |\ \ | | |/ | |/|
| | * new innodb query cache behaviour (recommit because of problem with 4.1 reposi...unknown2002-11-031-0/+1
* | | patches from sleepycat.com have been applied (SCRUM)unknown2002-12-191-0/+1
* | | rename of net_pkg.cc to protocol.ccunknown2002-12-111-1/+1
|/ /
* | Portability fix when using -DBIG_TABLESunknown2002-11-141-1/+2
|/
* Moved have_* to mysql_priv.h.unknown2002-07-251-1/+0
* Made keyread (key scanning) a key specific attribute.unknown2002-06-191-2/+1
* Update for BTREE keys in HEAP tablesunknown2002-04-121-9/+8
* Take into account that table scans may use indexesunknown2002-01-301-1/+1
* Added support of null keys in HEAP tablesunknown2002-01-121-1/+2
* Added macros for nice TIMESPEC usage.unknown2002-01-021-0/+1
* HANDLER works only with MyISAM tablesunknown2001-12-211-1/+1
* Better optimization for InnoDB and BDB tables for ORDER BYunknown2001-11-291-0/+1
* HA_NO_FULLTEXT_KEY and an appropriate error messageunknown2001-10-231-1/+1
* Added unique error for DEADLOCKunknown2001-09-171-0/+1
* Fix bugs when using LOCK TABLES with BDB tablesunknown2001-09-081-1/+1
* Add test case for update/replace bug in bdb.unknown2001-07-241-2/+1
* Fix for BDB and LOCK TABLESunknown2001-04-191-0/+1
* Fix a crash in Innobase with tables with many columns and a range queryunknown2001-03-261-0/+1
* Portability fixes for OPENBSD, OS2 and Windowsunknown2001-01-271-3/+2
* Patches for NetBSD/macppcunknown2001-01-121-1/+1
* Fixed bug when opening BDB tables twiceunknown2001-01-021-2/+4
* Don't use subtransactions on write_row() and delete_row() inunknown2000-12-281-1/+1
* Merge work.mysql.com:/home/bk/mysqlunknown2000-12-281-1/+2
|\
| * Share DB *file; this fixes a deadlock problem.unknown2000-12-281-1/+2
* | Extended mysqltest with --commands and 'require'unknown2000-12-271-1/+1
|/
* ha_berkeley.cc - Don't use subtransactions in update_row by defaultunknown2000-12-261-2/+7
* New benchmark testunknown2000-12-241-2/+4
* Add SHOW LOGS command.unknown2000-12-151-0/+1
* Lots of fixes for BDB tablesunknown2000-12-081-7/+7
* Only write full transactions to binary logunknown2000-12-071-8/+18