62 Commits (b806ca22c6bcab929c0121d23f686a0484e64ed1)

Author SHA1 Message Date
unknown ea1f7e4b56 several fixes to make tests pass in embedded-server mode 19 years ago
unknown e3ef15ea37 Fix compilation failures on Windows caused by the patch for Bug#17199. 20 years ago
unknown 1c1570940f Bug #16206: Superfluous COMMIT event in binlog when updating BDB in autocommit 20 years ago
unknown 4d09673065 Fix crash in BDB from improper cleanup of transactions, and avoid problem 20 years ago
unknown ab597139a7 Fix calls to free_underlaid_joins() in INSERT, DELETE, and UPDATE 20 years ago
unknown 4b4f7f7612 Enable key lengths of up to 3K on 32-bit platforms. 20 years ago
unknown 37f5c1a82c Portability fix 20 years ago
unknown fe24add743 WL#2486 - natural and using join according to SQL:2003 21 years ago
unknown 7517d7e112 Implementation of WL#2486 - 21 years ago
unknown 167fb5f170 Added end marker for tests to make future merges easier 21 years ago
unknown 1c5ca8061d Move handler dependent tests to the specific handler (myisam, bdb, innodb) 21 years ago
unknown 3cbfd4d931 Fix test results to account for difference between release BDB, debug BDB and MyISAM. 21 years ago
unknown 8eaef91fff Add 0x before pointers (to help with debugging) 21 years ago
unknown a8ea31fae6 Add support for up to VARCHAR (size up to 65535) 21 years ago
unknown fac533bb14 new test for bdb 21 years ago
unknown 70a3abf259 Bug #5832 SELECT doesn't return records in some cases 21 years ago
unknown aebe728dd1 bug #5723 length(varchar utf8 field) returns verying results 21 years ago
unknown f9b7537eb6 a fix (bug #4304: TRUNCATE <table of type BDB> , wrong result). 22 years ago
unknown ff73678967 bug#4089 - JOIN::join_free calling mysql_unlock w/o index_end() before 22 years ago
unknown afe29967e0 bug#2686 - index_merge select on BerkeleyDB table with varchar PK causes mysqld to crash. 22 years ago
unknown ebf9c723f0 followup to handler cleanup 22 years ago
unknown 8f3b8de272 bug#2688 - Wrong index_merge query results for BDB table with variable length primary key. 22 years ago
unknown b9073593d0 Mark that strings may change on index only reads (for BDB tables). 22 years ago
unknown 9c2a63e35e Fixes after merge with 4.0 22 years ago
unknown 80ec807976 WorkLog#1323 22 years ago
unknown ee52d2925d Allow space in service names 22 years ago
unknown e1af4a65dc Fix for the bug #971: ORDER BY DESC doesn't return correct num of rows with BDB and an indexed column. 23 years ago
unknown 14810ff1d3 Changed mysql-test to print warnings for not existing table to DROP TABLE 23 years ago
unknown 9b9546edbc Try to optimize the cache buffer size needed for bulk_insert 23 years ago
unknown 088582035e Move HA_EXTRA_NO_READCHECK to ha_open 24 years ago
unknown bd98eb6121 Fixed problem with "record not found" in BDB tables. 25 years ago
unknown 851bea0e88 Fix bugs when using LOCK TABLES with BDB tables 25 years ago
unknown d01f2efebf Portability fixes. 25 years ago
unknown 22a5241f28 Add test case for update/replace bug in bdb. 25 years ago
unknown c35334543c bdb.test new test for a bug report 25 years ago
unknown 877e3be4af Fixed bug in mysqlcheck when using --fast 25 years ago
unknown fe1842d9ee Symlinking of tables should not work. 25 years ago
unknown e69d8fb32a Fix for BDB and LOCK TABLES 25 years ago
unknown 74ea733303 Fixed bug in MAX() optimizing for BDB tables 25 years ago
unknown 5151b5520e Fixed test cases for innobase 25 years ago
unknown 869c89feaa Merged some functions and removed some unused client functions. 25 years ago
unknown 73e3499987 Fixes for innobase usage 25 years ago
unknown 6bb380a0ce text/blob fields in some cases were not handled properly 25 years ago
unknown 2662b59306 Added Innobase to source distribution 25 years ago
unknown c1488c7e58 Changed --replace to --replace_result in mysqltest 25 years ago
unknown 5372aa60ce Fixed for bugs that was found when getting full code coverage of BDB 25 years ago
unknown 0365e2d3dc Removed not used variable 'last_ref' 25 years ago
unknown c753f496a6 Fixes for mysqltest 25 years ago
unknown 4d1bb5adc5 Add bdb_version variable, and a new test. 25 years ago
unknown 170736f886 Fixed bug when opening BDB tables twice 25 years ago