125 Commits (f39d636a9224a1ffe06eb694996bf7d7adaeb3a8)

Author SHA1 Message Date
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 19 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 94ab2caa6d documenting HA_STATUS_xxx flags 20 years ago
unknown f2af624e45 BUG#13406 - incorrect amount of "records deleted" in CSV. 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. 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 5c24a8feef Moving archive from example to sql. 20 years ago
unknown 87ad1060d3 fixed a memory leak in ha_tina.cc 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 da5a9926e1 When first creating the ARZ file for an archive table, use "wb" as the mode for 20 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). 20 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 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 94d1d88658 Clean up warnings and build problems on Windows. (Bug #11045) 21 years ago
unknown 062a1b8b4e a compiler must see '#pragma implementation' *before* 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 cfb54ed514 ha_archive.cc: 21 years ago
unknown 9ab5f6143e BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
unknown 2c8e261725 BUG#9911 After review fixes 21 years ago
unknown a1b0139fe7 BUG#9911 RENAME TABLE of type ARCHIVE fails with .ARN file error 21 years ago
unknown 072fa90d9e BUG#9714 libsupc++ problem 21 years ago
unknown 5444ad9400 BUG#9911 RENAME TABLE of type ARCHIVE fails with .ARN file error 21 years ago
unknown ec372b09fe print xa recovery progress 21 years ago
unknown 248e449451 Remove compiler warnings and remove not used variables 21 years ago
unknown 48f0b2774d Solved bug 8691. 21 years ago
unknown b3b5f8fb65 Fix confusing comments. 21 years ago