summaryrefslogtreecommitdiff
path: root/sql/ha_berkeley.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed some issues found by valgrindmonty@mysql.com2006-06-061-0/+5
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newmonty@mysql.com2006-06-041-26/+33
|\
| * This changeset is largely a handler cleanup changeset (WL#3281), but includes...monty@mysql.com2006-06-041-26/+33
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-newguilhem@mysql.com2006-06-021-2/+15
|\ \
| * | First push for WL#3146 "less locking in auto_increment". It is a 0-real-chang...guilhem@mysql.com2006-06-021-2/+15
| |/
* | handlerton cleanup:serg@sergbook.mysql.com2006-05-281-51/+30
|/
* Fixed compiler warningsmonty@mysql.com2006-05-041-1/+2
* WL#3201 additional post-review fixesacurtis@xiphis.org2006-05-021-5/+9
* WL#3201acurtis@xiphis.org2006-04-131-0/+18
* Fixed compiler and valgrind warningsmonty@mysql.com2006-03-291-1/+2
* WL#2977 and WL#2712 global and session-level variable to set the binlog forma...guilhem@mysql.com2006-02-251-1/+3
* WL#1359 NDB: Add table handler and table information available from SQL commandsstewart@mysql.com2006-01-281-0/+1
* WL #2604: Partition Managementmikron@c-1e0be253.1238-1-64736c10.cust.bredbandsbolaget.se2006-01-171-0/+2
* wl2723 - ndb opt. nrjonas@perch.ndb.mysql.com2006-01-111-0/+1
* WL#1324 table name to file name encodingbar@mysql.com2005-12-311-9/+16
* Merge xiphis.org:/home/antony/work2/mysql-5.1acurtis@xiphis.org2005-12-211-16/+65
|\
| * Finalize storage engine pluginsacurtis@xiphis.org2005-12-211-16/+65
* | Merge mysql.com:/home/jimw/my/mysql-5.1-14809jimw@mysql.com2005-12-161-1/+1
|\ \
| * | Avoid setting DB_NOOVERWRITE flag on hidden primary keys in tablesjimw@mysql.com2005-11-091-1/+1
* | | Merge mysql.com:/home/jimw/my/mysql-5.1-14880jimw@mysql.com2005-12-051-0/+2
|\ \ \
| * | | Add --bdb-data-direct and --bdb-log-direct server options. (Bug #14880)jimw@mysql.com2005-11-221-0/+2
* | | | Merge mysql.com:/home/jimw/my/mysql-5.1-14671jimw@mysql.com2005-12-051-36/+2
|\ \ \ \
| * | | | Use transaction-aware DB->stat() call when doing 'ANALYZE TABLE' onjimw@mysql.com2005-11-071-36/+2
| | |/ / | |/| |
* | | | Merge mysql.com:/home/jimw/my/mysql-5.1-14655jimw@mysql.com2005-12-021-51/+64
|\ \ \ \ | | |_|/ | |/| |
| * | | Table definition cache, part 2monty@mysql.com2005-11-231-47/+48
| | |/ | |/|
| * | Merge mysql.com:/home/jimw/my/mysql-5.1-14876jimw@mysql.com2005-11-161-2/+11
| |\ \
| | * | 2 More --bdb variables (fix for bug #14895)andrey@lmy004.2005-11-121-2/+11
| | |/
| * | Support full list of BDB deadlock detection methods. (Bug #14876)jimw@mysql.com2005-11-111-2/+5
| |/
* | Use DB_LOG_AUTOREMOVE flag instead of noticecall customization to BDBjimw@mysql.com2005-11-071-15/+3
|/
* Make storage engines "pluggable", handlerton workacurtis@poseidon.ndb.mysql.com2005-11-071-27/+50
* Merge mysql.com:/home/my/mysql-5.0monty@mysql.com2005-11-051-0/+1
|\
| * This patch add support for storing Geometry types to Archive, Innodb, NDB, an...brian@zim.(none)2005-10-241-0/+1
* | Mergetomas@poseidon.ndb.mysql.com2005-10-061-6/+16
|\ \ | |/
| * Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@zim.(none)2005-10-031-4/+14
| |\
| | * Final patch for 5.0 for simplifying storage engine code. We now have just one...brian@zim.(none)2005-10-031-1/+0
| | * Next big patch for loadable storage engines!brian@zim.(none)2005-10-021-4/+15
| * | Bug#11238serg@serg.mylan2005-09-301-1/+1
| |/
| * Cleanup for handlerton structure to allow for loadable engine work. This is t...brian@zim.(none)2005-09-191-1/+1
* | Merge mysql.com:/home/jimw/my/mysql-5.1-bdbjimw@mysql.com2005-09-211-13/+16
|\ \
| * \ Merge mysql.com:/home/jimw/my/mysql-5.1-cleanjimw@mysql.com2005-07-211-13/+16
| |\ \
| | * | Update ha_berkeley.cc to handle BDB 4.3.28, and re-add two features tojimw@mysql.com2005-07-201-13/+16
* | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0pappa@c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se2005-08-251-14/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-08-151-1/+1
| |\ \ \
| | * | | Fix bug #10802 Index is not used if table using BDB engine on HP-UXevgen@moonbone.local2005-08-151-1/+1
| * | | | Fixes during review of new pushed codemonty@mysql.com2005-08-121-13/+5
| |/ / /
* | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1jani@a193-229-222-105.elisa-laajakaista.fi2005-07-231-0/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Faster alter table code for 5.1.jani@a193-229-222-105.elisa-laajakaista.fi2005-07-221-0/+10
* | | | mergetulin@dl145b.mysql.com2005-07-211-0/+3
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Implement MySQL framework to support consistent read views inkonstantin@mysql.com2005-07-201-0/+3
* | | mergetulin@dl145b.mysql.com2005-07-191-1/+13
|\ \ \ | |/ /