142 Commits (152f3c5e28fe2ae3fd950f15bb3de7064500ced5)

Author SHA1 Message Date
Vladislav Vaintroub 0eae06c430 Bug#473914: mysql_client_test fail with in debug compilaton on windows x64 15 years ago
Staale Smedseng 3b0e6e4109 Bug #43414 Parenthesis (and other) warnings compiling MySQL 17 years ago
Staale Smedseng a103509788 Bug #43414 Parenthesis (and other) warnings compiling MySQL 17 years ago
V Narayanan 065321f0be Bug#39616: Missing quotes from .CSV crashes server 17 years ago
unknown 11714e6842 fixed warnings from the fix of 26243 18 years ago
unknown ce8bf087b0 Fix for bug #31207: Test "join_nested" shows different strategy on IA64 18 years ago
unknown 39700afdb9 Bug#28862 Extended Latin1 characters get lost in CVS engine 19 years ago
unknown 0da1a0cdec BUG#26138 - REPAIR TABLE with option USE_FRM erases all records in 19 years ago
unknown 7eb3881bd8 Fixed compiler warnings. 19 years ago
unknown d3c1511a36 After merge fix 19 years ago
unknown 04cbadde7a another valgrind error fix for 4.1(backport from 5.0) 19 years ago
unknown e2765a84b1 my_strtoll10-x86.s: 19 years ago
unknown 6b0853a398 Many files: 19 years ago
unknown 8f4477281e Additional files for cmake support 20 years ago
unknown e34496e5d8 BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
unknown 3558db995c Bug#15669 20 years ago
unknown 83aade7387 Fix Bug#15205 "Select from CSV table without the datafile causes crash" 20 years ago
unknown 5632d02c8d Fix for bug #15558: truncate doesn't clear table on archive storage engine tables. 20 years ago
unknown 613dd50a33 Finalize storage engine plugins 20 years ago
unknown 94ab2caa6d documenting HA_STATUS_xxx flags 20 years ago
unknown 95b6827587 Fix example storage engine following table def cache updates. 20 years ago
unknown f631b361b6 Table definition cache, part 2 20 years ago
unknown f2af624e45 BUG#13406 - incorrect amount of "records deleted" in CSV. 20 years ago
unknown 6b3a9caef9 Make storage engines "pluggable", handlerton work 20 years ago
unknown b0829011b8 Fix Bug#14672 Bug in deletion 20 years ago
unknown 1b65c70413 Fix Bug#13894 Server crashes on update of CSV table 20 years ago
unknown ed35cecdcc Final patch for 5.0 for simplifying storage engine code. We now have just one set of ifdefs. I may also remove the code for creating new handlers. 21 years ago
unknown 5655d31d5f Next big patch for loadable storage engines! 21 years ago
unknown d553b66791 Move handler specific options into handlerton flag check 21 years ago
unknown 5c24a8feef Moving archive from example to sql. 21 years ago
unknown 48f8a7da9b ha_tina cleanup: fixed several compiler warnings, which occured because some methods 21 years ago
unknown 87ad1060d3 fixed a memory leak in ha_tina.cc 21 years ago
unknown fa8fcecb8e Cleanup for handlerton structure to allow for loadable engine work. This is the first in a series of patches. 21 years ago
unknown da5a9926e1 When first creating the ARZ file for an archive table, use "wb" as the mode for 21 years ago
unknown 1ac26b4a6c Small tweak for random read performance (we shouldn't always tell the OS that we will be doing a linear scan). 21 years ago
unknown b34af8cde4 Add test for madvise() being declared in C++ code, because it is not 21 years ago
unknown 98a0f14dd9 Fix for bad merge. 21 years ago
unknown 341a08edd3 Added support for delete_all_rows() for archive. This fixes bug #12836. 21 years ago
unknown 922e7582ea Bug #12527 yassl causes errors in "repair" and "optimize" 21 years ago
unknown 69b11a4e29 Essential compile fix for all Solaris (manual transfer from 5.0, as the merge is still outstanding). 21 years ago
unknown 681a4a3a24 ha_tina.cc: 21 years ago
unknown 4536a103d0 mysqld.dsp: 21 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 313bda9eee ha_archive.cc: 21 years ago
unknown a339be0fb3 Fixed 32bit issue, reworked error logic for open tables, and redid the repair table code so that it uses the extended optimize table code. 21 years ago
unknown 46f0327e6b Refactoring of write_row() into two parts to allow future additions. Also rewrote the OPTIMIZE TABLE code, to add new extended optimize. This form of optimize rebuilds not only the file, but each individual row. 21 years ago
unknown 3096eac938 Fixed indention issue, made scan_rows an ha_rows type, and fixed show table status so archive rows are displayed as being compressed. 21 years ago
unknown 76b3ff2592 Apply Guilhem's patch (mmap->my_mmap, munmap->my_munmap in ha_tina) to improve 21 years ago
unknown 94d1d88658 Clean up warnings and build problems on Windows. (Bug #11045) 21 years ago