102 Commits (5db7673f880913fc57390b11a1d713b63422d3b7)

Author SHA1 Message Date
monty@mysql.com 74cc73d461 This changeset is largely a handler cleanup changeset (WL#3281), but includes fixes and cleanups that was found necessary while testing the handler changes 20 years ago
guilhem@mysql.com a4e778f34d First push for WL#3146 "less locking in auto_increment". It is a 0-real-change patch. 20 years ago
serg@sergbook.mysql.com fe97dbb587 handlerton cleanup: 20 years ago
monty@mysql.com e42c980967 Table definition cache, part 2 20 years ago
jimw@mysql.com b5c5af1f50 Add --bdb-data-direct and --bdb-log-direct server options. (Bug #14880) 20 years ago
andrey@lmy004. 6f8d80b146 2 More --bdb variables (fix for bug #14895) 20 years ago
acurtis@poseidon.ndb.mysql.com c01a3b5e5f Make storage engines "pluggable", handlerton work 20 years ago
monty@mysql.com 90ca9150a4 Fixes during review of new code 20 years ago
andrey@lmy004. 3a08c5257a fix for bug #14381 20 years ago
andrey@lmy004. 153d4c400e fix for bug #14381 (Key length is limited to 255 bytes on BDB) 20 years ago
brian@zim.(none) 54a958993c Next big patch for loadable storage engines! 21 years ago
serg@serg.mylan bef3c587c6 Bug#11238 21 years ago
monty@mysql.com 4c0d23e156 Fixes during review of new pushed code 21 years ago
jani@a193-229-222-105.elisa-laajakaista.fi 2657e48c64 Faster alter table code for 5.1. 21 years ago
konstantin@mysql.com 14344b658a A fix and a test case for Bug#10760 and complementary cleanups. 21 years ago
mronstrom@mysql.com 67087e2aa7 Patch for push of wl1354 Partitioning 21 years ago
monty@mishka.local a9f6aab4c9 Fixes while reviewing new code 21 years ago
msvensson@neptunus.(none) 5b5565c30a BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
serg@serg.mylan 1034677f94 XA (not completely polished out yet) 21 years ago
monty@mishka.local 91ff64e107 Added options --auto-increment-increment and --auto-increment-offset. 22 years ago
sergefp@mysql.com 13fdbc99cf Fix for BUG#5117: 22 years ago
monty@mysql.com db7efa2780 New handler::index_flags() definition to make it easy to check the full used key and a specific key part. 22 years ago
serg@serg.mylan 08738d2847 fowwlowup fixes for index_flags() 22 years ago
serg@serg.mylan 2be661a204 portability fix 22 years ago
monty@mysql.com f6765146c1 Added missing root user to mysql.user on windows. (Bug #4242) 22 years ago
serg@serg.mylan 9f45c9e399 followup to handler cleanup 22 years ago
serg@serg.mylan 3f1c4ba745 handler interface cleanups: 22 years ago
monty@mishka.local 314a8bf114 key_cmp -> key_cmp_if_same 22 years ago
sergefp@mysql.com a46d7542c9 This is first cset for WL#1394 "Optimize index merge when all involved index ranges include only values with equal keys" 22 years ago
serg@serg.mylan e8eda8129f ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_insert(), end_bulk_insert() 22 years ago
acurtis@pcgem.rdg.cyberkinetica.com 0a27eef814 Cleanup ha_checktype() and redundant variables. 22 years ago
monty@mysql.com 151b558e21 Mark that strings may change on index only reads (for BDB tables). 22 years ago
monty@mysql.com c1dd070ba7 Some small portability fixes. 22 years ago
sergefp@mysql.com 67c6d5113c Precise read time estimates for index_merge/Unique 22 years ago
sergefp@mysql.com 24c180941f Two-sweeps read index_merge plus several small index_merge fixes and improvements 22 years ago
serg@serg.mylan 9c4049ad12 Bitmap post-review fixes 22 years ago
serg@serg.mylan 6e17f4f20d fixes to Bitmap class 22 years ago
serg@serg.mylan 4aa99ff7b1 fixes for new key_map code 22 years ago
serg@serg.mylan 8cc3951c8f key_map with more that 64 bits width 23 years ago
monty@mashka.mysql.fi 9ecf9645eb A lot of portability fixes. 23 years ago
ram@mysql.r18.ru ca0defad77 patches from sleepycat.com have been applied (SCRUM) 23 years ago
monty@mashka.mysql.fi d3eb993a27 rename of net_pkg.cc to protocol.cc 23 years ago
monty@mashka.mysql.fi 7a70332836 Portability fix when using -DBIG_TABLES 23 years ago
bell@sanja.is.com.ua 4307363079 new innodb query cache behaviour (recommit because of problem with 4.1 repository pushing) 23 years ago
monty@mashka.mysql.fi 2c4fa340cc Lots of code fixes to the replication code (especially the binary logging and index log file handling) 24 years ago
jcole@mugatu.spaceapes.com 9af0840879 Moved have_* to mysql_priv.h. 24 years ago
monty@hundin.mysql.fi 0d8e13979d Made keyread (key scanning) a key specific attribute. 24 years ago
monty@tik.mysql.fi 056175a1ce Update for BTREE keys in HEAP tables 24 years ago
monty@hundin.mysql.fi c396824b2a Take into account that table scans may use indexes 24 years ago
monty@tik.mysql.fi 7dd4eb71fe Added support of null keys in HEAP tables 24 years ago