178 Commits (0fd2b3ddc6535334cb52e600e3e7636c77d0e4af)

Author SHA1 Message Date
unknown e2706b6721 Bug #26672: 19 years ago
unknown 50bd97a943 Fixed compiler warnings (for linux and win32 and win64) 19 years ago
unknown da561a802c Fixed bug #24653. 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 c0f63d8564 Fix typo in comment 19 years ago
unknown 14decc4fbc Remove compiler warnings 19 years ago
unknown 2a7cf59fc9 Fixed bug #21727. 19 years ago
unknown 286448480f Added a missing breakpoint. This could cause 20 years ago
unknown 1b5bd18dc6 Fixed bug #22015: crash with GROUP_CONCAT over a derived table 20 years ago
unknown b896d3343b Move handling of suffix_length from strnxfrm_bin() to filesort to ensure proper sorting of all kind of binary objects 21 years ago
unknown 90ca6d15b3 Review fixes since last pull 21 years ago
unknown c4257ae3ce Fix bug #7422 "order by" doesn't work 21 years ago
unknown e10d81448d Moved some old test and added a new test to only be run with mysql-test-run --big 21 years ago
unknown 0ba3164e0e A fix (bug #8799: Killed filesorts can fail inited==RND assertion in ha_rnd_end). 21 years ago
unknown 146df30f79 Fix for BUG#7425. 21 years ago
unknown 8b8c9452dd Fixed wrong memory references found by purify 21 years ago
unknown 248e449451 Remove compiler warnings and remove not used variables 21 years ago
unknown bcbc61b1b7 Fix for bug #8534 (Compile errors in Precision Math code on Windows) 21 years ago
unknown 67b16d202b Fixed failing test cases 'row.test' when running with --ps-protocol 21 years ago
unknown 91db48e35a Precision Math implementation 21 years ago
unknown 9bb464487d CSC#4385: slow sorting for UTF8 large table: 21 years ago
unknown 896cdbe5df Anoter fix for moved IO_CACHE object 21 years ago
unknown 5437a90dfa Changed interface for my_strntod() to make it more general and more portable 21 years ago
unknown deac81af88 Fixed possible access to unintialized memory in filesort when using many buffers 21 years ago
unknown 9842aca3ef bug#7284: strnxfrm returns different results for equal strings 21 years ago
unknown 90b9065dce Fix accesses to uninitialized memory (found by valgrind) 21 years ago
unknown 2a203aca49 Removed unecessary call to handler::reset() 21 years ago
unknown acf76e3b88 First stage of table definition cache 21 years ago
unknown 9e921615a1 post-review fixes 21 years ago
unknown 2e6fb936e8 Rename: Item::val -> Item::val_real(). 21 years ago
unknown eba2f5bc9a s/ha_store_ptr/my_store_ptr/ 21 years ago
unknown 9352715111 Added per thread status variables, after review, patch v1.1. 22 years ago
unknown b28118abfb Fix for BUG#5117: 22 years ago
unknown 4e664e3e43 Added missing root user to mysql.user on windows. (Bug #4242) 22 years ago
unknown 9a554b4751 handler interface cleanups: 22 years ago
unknown 30bffb0213 Changed prototype of killed_ptr() to make it more portable 22 years ago
unknown 6a868cca91 Fixed warnings from valgrind (not a bug) 22 years ago
unknown 3c46af6cf4 BTREE-indexes in HEAP tables can now be used to optimize ORDER BY 22 years ago
unknown f1bfba29d4 just tried to find all 'skipp' and replace it with 'skip'. 22 years ago
unknown 376fb08072 Some small portability fixes. 22 years ago
unknown d31c6628e1 Portability fixes found during 5.0 test compilation 22 years ago
unknown 1f9763c169 Removed some test that was not relevant for MySQL (and which caused problems in MySQL 4.1) 22 years ago
unknown 4f72061f40 Update for VC++ 22 years ago
unknown 8d987f9e53 THD::lex now points to THD::main_lex like in 5.0 22 years ago
unknown 58a52a2a84 Implementation of SUM(DISTINCT), tests cases 22 years ago
unknown 7dbdedcb72 Precise read time estimates for index_merge/Unique 22 years ago
unknown e7526d3a20 Two-sweeps read index_merge plus several small index_merge fixes and improvements 22 years ago
unknown a1e9e67e7d index_merge implementation using Unique class, to be merged into 5.0 22 years ago