114 Commits (3033ea85a20fb5afd4cab8a816ff72fd4d784778)

Author SHA1 Message Date
unknown 4e5c8bc7e0 type conversions fixed to get rid of warnings 18 years ago
unknown e1dc86b079 type conversions fixed to avoid warnings on Windows 18 years ago
unknown 06b446dae4 Mark deadcode for gcov 19 years ago
unknown 043f697aee Mark deadcode for gcov 19 years ago
unknown 955c19961d [pb problem]: ha_heap->clone() fails on windows because of mess with 19 years ago
unknown 1fd0ba8909 Bug#24985 - UTF8 ENUM primary key on MEMORY using BTREE 19 years ago
unknown e2765a84b1 my_strtoll10-x86.s: 19 years ago
unknown 6b0853a398 Many files: 19 years ago
unknown f00257ddd0 Fixed compiler warnings detected by option -Wshadow and -Wunused: 19 years ago
unknown 129a48b0b9 Increased heap max length to > 4G for 64 bit machines 19 years ago
unknown 2233201ba7 Bug#20573 19 years ago
unknown e34496e5d8 BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
unknown 4c0111460b Cleanup during review of new pushed code 20 years ago
unknown 2fb59bd72a Post-merge fixes. 20 years ago
unknown 7f3f9027d9 Added comments to specify why no much mutex is needed. 20 years ago
unknown bba73a0910 Bug #12796: Record lost in HEAP table 20 years ago
unknown 5655d31d5f Next big patch for loadable storage engines! 20 years ago
unknown d553b66791 Move handler specific options into handlerton flag check 20 years ago
unknown fa8fcecb8e Cleanup for handlerton structure to allow for loadable engine work. This is the first in a series of patches. 20 years ago
unknown ec55fec92d Implement MySQL framework to support consistent read views in 21 years ago
unknown de6f5ae5ab A fix and a test case for Bug#10760 and complementary cleanups. 21 years ago
unknown a7e66efc2c Bug#10178 - failure to find a row in heap table by concurrent UPDATEs 21 years ago
unknown 062a1b8b4e a compiler must see '#pragma implementation' *before* 21 years ago
unknown 72dd44b9de Move USE_PRAGMA_IMPLEMENTATION to proper place 21 years ago
unknown cee10f979e tztime.cc: 21 years ago
unknown 0218ecf7af Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed a number of dumb things in ha_tina. 21 years ago
unknown 22944a9563 Add ifdefs to control when "#pragma implementation" should be used 21 years ago
unknown 072fa90d9e BUG#9714 libsupc++ problem 21 years ago
unknown 080c8ab39b Fixed errors descovered by valgrind 2.4 21 years ago
unknown 0c0a2d5590 after merge fix 21 years ago
unknown da911ec8f1 Partly reverty back patch (in heap-auto-increment-key detection) to ensure that auto_key and auto_key_type are calculated the same way 21 years ago
unknown 7e7437216b after merge fix 21 years ago
unknown 9c04a77e0c A fix (bug #8489: Strange auto_increment behaviour with HEAP table). 21 years ago
unknown d1b3c64b23 after merge fixes 21 years ago
unknown 1430a2a443 Make sure that the filename for temporary tables is built with fn_format() 21 years ago
unknown 248e449451 Remove compiler warnings and remove not used variables 21 years ago
unknown 37e2873fe3 Fix for BUG#8371: wrong rec_per_key value for hash index on temporary table 21 years ago
unknown b7efd8174a limit HEAP table size with max_heap_table_size, better estimation for mem_per_row 21 years ago
unknown acf76e3b88 First stage of table definition cache 21 years ago
unknown 8eaef91fff Add 0x before pointers (to help with debugging) 21 years ago
unknown 9ca50fe144 Update results for new varchar handling 21 years ago
unknown a8ea31fae6 Add support for up to VARCHAR (size up to 65535) 21 years ago
unknown 2836164f0c merged 21 years ago
unknown c77c58bb2d Changed some unneccessary calls to current_thd() into table->in_use 21 years ago
unknown 08c39dd283 Fixed wrong range test code for HEAP tables. This caused a crash when doing a range test with a key that didn't have lower or upper bound (Bug #6082) 21 years ago
unknown 612c83b845 Fix for bug#5138 continued: added comments, removed extra debug printf calls, changed ha_heap::records_in_range to use table->rec_per_key. 21 years ago
unknown 08e56fae98 Fix for bug #5555: "GROUP BY enum_field" returns incorrect results 21 years ago
unknown 7b51154461 Support for TIMESTAMP columns holding NULL values. Unlike all other 21 years ago
unknown ffc0d185da Added options --auto-increment-increment and --auto-increment-offset. 21 years ago
unknown 9352715111 Added per thread status variables, after review, patch v1.1. 21 years ago