85662 Commits (05722f06b212f0229dbc541b3d370319712d156a)
 

Author SHA1 Message Date
Igor Babaev 3845a89b01 Merge 12 years ago
Igor Babaev 50b9e30b72 Fixed bug mdev-5611. 12 years ago
Sergey Petrunya cfbc545d1a Merge 12 years ago
Rich Prohaska dfe4872524 #180 avoid thd_proc_info pointing to invalid info (like when a function sets proc info with a local variable and then returns) 12 years ago
Rich Prohaska b7e362e48c #178 clean up hatoku_defines.h a bit. it is a mess. 12 years ago
Sergey Petrunya 34b6f51dab MDEV-5582: Plugin 'MEMORY' has ref_count=1 after shutdown with materialization+semijoin 12 years ago
Rich Prohaska b6a43ff0e3 #153 change checkpoint lock tests to work with --ps-protocol 12 years ago
Rich Prohaska c74cb7ee21 #176 use devtoolset-1.1 to build mysql and mariadb 12 years ago
Rich Prohaska d94b22a2f9 #40 fix mod_enum test portability 12 years ago
Rich Prohaska 1fe96e2e52 #175 make the mod_enum test more portable 12 years ago
Murthy Narkedimilli 5ffe40022b Fixing the bug 18184414: WRONG COPYRIGHT TO FILE INCLUDE/MYSQL_VERSION.H.IN 12 years ago
Anirudh Mangipudi 10c190f076 Bug#14211271 ISSUES WITH SSL ON DEBIAN WHEEZY I386 AND KFREEBSD-I386 12 years ago
Igor Babaev 5b441013e1 Fixed bug mdev-5468. 12 years ago
Rich Prohaska 04b8c2f63c #177 disable inline alter table drop default, add key, drop key, rename column when null bytes changed 12 years ago
Rich Prohaska e43c10cf60 #177 add result files for alter table tests that crash tokudb due to null bytes change 12 years ago
Rich Prohaska a99499b660 #177 alter table tests that crash tokudb due to null bytes change 12 years ago
Elena Stepanova 41fd4844e8 unix_socket fails in some build environments when $USER variable 12 years ago
Leif Walsh 9d3d681d04 Revert "Merge remote-tracking branch 'origin/ft-index/46merge-a'" 12 years ago
Leif Walsh a03b9926d7 Merge remote-tracking branch 'origin/ft-index/46merge-a' 12 years ago
Tor Didriksen 8ab4177b03 Bug#18123048 ENABLE BUILD OF SHARED LIBMYSQLD ON LINUX 12 years ago
unknown 31d156673e 12 years ago
Rich Prohaska be8aa787db #175 compare enums using eq_def 12 years ago
Rich Prohaska 88f846d676 #175 test case for alter table modify enum 12 years ago
Rich Prohaska b45c0f1ae7 #176 use devtoolset-1.1 to build mysql and mariadb 12 years ago
Kent Boortz 4f888fda53 Bug#11751526 / Bug#42421 - MYSQL_INSTALL_DB.PL NOT RELOCATABLE ON WINDOWS 12 years ago
Elena Stepanova 5fb973b020 Increment the version number 12 years ago
Rich Prohaska 8e26447aa3 #172 simplify test case for -30994 leak 12 years ago
Rich Prohaska 47e6cc1fd0 Tokutek/mysql#14 test case for drop pk gets invalid key prefix bug 12 years ago
unknown a4209ce224 Merge from mysql-5.5.36-release 12 years ago
Praveenkumar Hulakund 1d9ae547f3 Bug#14117012 - CHILD PROCESS MYSQL UTILITIES PICKING UP LOCAL 12 years ago
Ritheesh Vedire bebb3427f2 Bug#16814264: FILTER OUT THE PERFORMANCE_SCHEMA RELAY LOG EVENTS FROM RELAY LOG 12 years ago
Annamalai Gurusami d13408f8e4 Bug #14668683 ASSERT REC_GET_DELETED_FLAG(REC, PAGE_IS_COMP(PAGE)) 12 years ago
Yoni Fogel 4d9ba2645a fixes Tokutek/ft-index#163 frwlock is properly split into .h and .cc. Users only include .h 12 years ago
Yoni Fogel 198b4d60bd Refs Tokutek/ft-index#46 Updated comments in dmt.h 12 years ago
Yoni Fogel a5e7b6aca6 Refs Tokutek/ft-index#46 Rename dmt_size->num_klpairs, dmt_iterate*->iterate* 12 years ago
Yoni Fogel 4d3451acd0 Refs Tokutek/ft-index#46 Unify toku_mempool_*_(size|space) to be toku_mempool_*_size 12 years ago
Yoni Fogel 5c9a1a4ca1 Refs Tokutek/ft-index#46 don't (malloc|alloca)+memcpy before le_pack; 12 years ago
Yoni Fogel 7a2e9511a3 Refs Tokutek/ft-index#46 improve test coverage, minor formatting 12 years ago
Yoni Fogel 51d75f315d Refs Tokutek/ft-index#46 cleaned up serialization, upped version to 26 12 years ago
Yoni Fogel db9ef1a573 Refs Tokutek/ft-index#46 Comments, minor renames, reworked bn_data::move_leafentries s.t. splits do not significantly increase memory usage of basement nodes and to be cleaner 12 years ago
Yoni Fogel 7f2e8e728b Refs Tokutek/ft-index#46 reimplemented bn_data::move_leafentries_to for speed 12 years ago
Yoni Fogel 3b661a4ba9 Refs Tokutek/ft-index#46 fix overactive inequality assertion in mempool 12 years ago
Yoni Fogel 6b0c108cff Refs Tokutek/ft-index#46 Killed dmt_functor<> template. Added dmtwriter_t template parameter to dmt and some documentation 12 years ago
Yoni Fogel eef0ab7812 Refs Tokutek/ft-index#46 documentation/comments 12 years ago
Yoni Fogel 12937dc284 Refs Tokutek/ft-index#46 Finish verify (find purpose). Restore old verify_in_mempool functionality 12 years ago
Yoni Fogel 7e32e7c7f8 Refs Tokutek/ft-index#46 Minor optimizations, added some todos for code review. WILL NOT COMPILE 12 years ago
Yoni Fogel 8d45bea397 Refs Tokutek/ft-index#46 Add some comments. Improve dmt::verify() to check for more types of corruption. More static checks 12 years ago
Yoni Fogel 7fb84ea746 Refs Tokutek/ft-index#46 Remove ctree/dtree/mnode/cnode/base node/dnode/marks/etc... That is, removed all items that 12 years ago
Yoni Fogel 8e04352397 Refs Tokutek/ft-index#46 Added some comments, deleted unused/commented out code, renamed variables 12 years ago
Yoni Fogel b0ccec783a Refs Tokutek/ft-index#46 Add dmt (dynamic OMT) 12 years ago