27 Commits (3b0c6e65e11c7aef84c7a23e65de4f0e925611a9)

Author SHA1 Message Date
unknown c04d5985c1 Disabled compiler warnings. 19 years ago
unknown def9c0b236 Fixed compiler warnings. 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 25226de9ea Fixed compiler warnings 19 years ago
unknown 7191e77539 Fixed portability issue in my_thr_init.c (was added in my last push) 19 years ago
unknown 14decc4fbc Remove compiler warnings 19 years ago
unknown 09f6d547b0 Fixed that max_zfile_size was incorrectly calculated on big-endian boxes. 19 years ago
unknown 9e6eaaf08c BUG#21675 - engine=archive 2GB file limit, when reached mysqld restarts on any query 19 years ago
unknown 5d3e6c2758 Fixes for crashes and test failures 20 years ago
unknown ba8be73946 Fix for bug#20648 We introduce a new field method for knowing "real size", and we now in archive null unused bits of a row to null before writing. 20 years ago
unknown dd285aac1b after-merge fixes. 20 years ago
unknown e83ae318da Dean noticed that constant flush calls caused the archive stream file to flush empty buffers. This patch removes that behavior. 20 years ago
unknown f62cc1e661 Discoved while debugging in 5.1 that there was a bug where a certain crash could lead to two problems. 1) An additional share in memory that was allocated but did not have the correct use_count (so it would never be fulled deleted). Also discovered that a thread that called repair would write new rows, but would not see them. All other threads were ok, and the data was fine, but the thread doing the repair was unable to see the new rows. 20 years ago
unknown 6b2718d16f Complaint from a user who was getting sick of repairing their tables do to their lousy setup (their words). All crashed archive tables will now be repaired on open. 20 years ago
unknown a207c820e0 Turns out that the bulk interface was not well documented. I fixed the issue in archive and I will go and update the comments in handler next. I should probably also look through the other engines and see if this an issue elsewhere as well. 20 years ago
unknown eb12c38b47 remove "defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)" unmaintainably scattered all over the source 20 years ago
unknown 4e1d88af8f Netware specific changes. 20 years ago
unknown dcf5d348cc bug#14433 - archive uses wrong ref_length 20 years ago
unknown a39cb4fa2a Change in gis test to allow NDB to be able to call generic tests. Fix for Archive so that ALTER TABLE doesn't issue a warning. Also added test case for alter table. 20 years ago
unknown 8701728f17 Per a user request there is now support for "CHECK TABLE" where the table is an archive file. 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 5c24a8feef Moving archive from example to sql. 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 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 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 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 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 e31ffa246f making XA tree to compile (and pass tests) in -max build 21 years ago
unknown de1dcee97e after merge fixes 21 years ago
unknown a8b9f30eb3 new static archive_inited variable, so that archive_db_end() will do something only if archive_db_init() was run before 21 years ago
unknown 0e2e3df2b4 Removed duplicate close call and added archive to the debug build and test. 21 years ago
unknown 96e4281f05 Cleanup for lost file descriptors on close table for ha_archive. 21 years ago