summaryrefslogtreecommitdiff
path: root/sql/ha_berkeley.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed portability problems in mysqlcheckunknown2001-04-211-0/+1
* Fix for BDB and LOCK TABLESunknown2001-04-191-2/+24
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macrounknown2001-03-261-2/+2
* Fixed bug in MAX() optimizing for BDB tablesunknown2001-03-101-1/+6
* Fixed test cases for innobaseunknown2001-03-071-2/+8
* Removed duplicated index_init() calls that causes problems with BDBunknown2001-03-071-0/+2
* Merged some functions and removed some unused client functions.unknown2001-03-061-32/+36
* Fixes for innobase usageunknown2001-03-031-11/+11
* Changed --replace to --replace_result in mysqltestunknown2001-02-151-2/+3
* Portability fixes for OPENBSD, OS2 and Windowsunknown2001-01-271-10/+7
* Added new mutex for hostname lookupunknown2001-01-231-2/+2
* keep bk happyunknown2001-01-221-27/+33
* Fixed for bugs that was found when getting full code coverage of BDBunknown2001-01-171-37/+46
* Removed not used variable 'last_ref'unknown2001-01-161-99/+99
* Fixes for mysqltestunknown2001-01-151-7/+8
* Fixed that --open-files-limit works on Linuxunknown2001-01-141-0/+30
* Added test for innobaseunknown2001-01-121-3/+1
* Patches for NetBSD/macppcunknown2001-01-121-6/+29
* Fixed bug when opening BDB tables twiceunknown2001-01-021-9/+10
* Fixed new bug in BDB tablesunknown2000-12-311-20/+4
* Don't use subtransactions on write_row() and delete_row() inunknown2000-12-281-45/+80
* Merge work.mysql.com:/home/bk/mysqlunknown2000-12-281-91/+110
|\
| * Share DB *file; this fixes a deadlock problem.unknown2000-12-281-91/+110
* | 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-45/+149
* New benchmark testunknown2000-12-241-1/+6
* Lots of new benchmark runsunknown2000-12-181-4/+6
* Fixed error when copying mysqld_multiunknown2000-12-161-15/+20
* Fix berkeley_show_logs().unknown2000-12-151-1/+1
* Add SHOW LOGS command.unknown2000-12-151-0/+41
* Fixed delete in tables with hidden primary keyunknown2000-12-121-1/+2
* Removed init that crashed BDBunknown2000-12-111-14/+9
* Bugfix when using a multi-part unique key in the SET and WHERE partunknown2000-12-101-19/+30
* Lots of fixes for BDB tablesunknown2000-12-081-74/+159
* Fix compilation bugsunknown2000-12-071-0/+2
* Only write full transactions to binary logunknown2000-12-071-64/+327
* Generalize handle_flush thread to also handle various managementunknown2000-11-271-0/+47
* Added connect_timeout and fix for transactions per statementunknown2000-11-271-3/+5
* All statements are now run in a sub transactionunknown2000-11-241-22/+40
* Merge work.mysql.com:/home/bk/mysqlunknown2000-11-191-2/+3
|\
| * ha_berkeley.cc fixed misleading commentunknown2000-11-151-2/+3
* | Fixed bug with text key compares in BDBunknown2000-11-171-1/+1
* | mergeunknown2000-11-161-4/+22
|\ \ | |/ |/|
| * Bug fixes, TRUNCATE, safer passwords on command line and connect timeoutunknown2000-11-131-2/+4
| * Fixed bug with ORDER BY on BDB tables.unknown2000-10-261-4/+20
* | sql_parse.cc test for changing to auto_commit mode was backwardsunknown2000-11-071-2/+2
|/
* Added bdb_lock_max and fixed bug in BDB tables when using key partsunknown2000-10-251-5/+42
* Fix for new berkeley DB interfaceunknown2000-10-241-4/+4
* Update of interface for BDB tables.unknown2000-10-241-12/+13
* Automatic repair of MyISAM tables + small bug fixesunknown2000-10-171-2/+2