52 Commits (639e35d031c7f21919de03445b025b7822bf242e)

Author SHA1 Message Date
unknown b9ecbb7e5c Fixed bug #31036: Using order by with archive table crashes server. 18 years ago
unknown cfbb6fc632 Bug#30843 Bad Test addition to t/archive.test 19 years ago
unknown 8a42112692 Bug#30843 Bad Test addition to t/archive.test 19 years ago
unknown a38b1ae7c9 BUG#29207 - archive table reported as corrupt by check table (P1) 19 years ago
unknown 0da1a0cdec BUG#26138 - REPAIR TABLE with option USE_FRM erases all records in 19 years ago
unknown 5b8985cfb9 Two things: 19 years ago
unknown c95bc8dcdb For performance reasons we remove the ability in unique indexes on autoincrements to remove the ability to insert key lower then the current autoincrement value. 19 years ago
unknown 0bdc5a92b3 This fixes a bug in show create table displaying auto_increment field when it should not. 19 years ago
unknown 58558f0686 Wait for INSERT DELAYED to finish i.e sleep in while loop until 19 years ago
unknown ccf4a137be Formailized the row buffer structure, implemented new streaming format. 19 years ago
unknown 97ec4aa687 This finished the bzero() on varchar patch I wrote a few months ago. It also completes the data_length() method I added to Fields to determine the length of data for a particular data type. I have many uses for this :) 19 years ago
unknown 930e542f44 Changes made according to HLD/LLD. 20 years ago
unknown ddc2569826 Bug#19066 (DELETE FROM inconsistency for NDB): 20 years ago
unknown 5632d02c8d Fix for bug #15558: truncate doesn't clear table on archive storage engine tables. 20 years ago
unknown f0878a0498 patch to get archive test working on Windows. 20 years ago
unknown 1540407e60 Fixed a few pieces around support for data directory. 20 years ago
unknown dac63fb8d2 This patch adds a new field to the meta file for tracking flushes (this is being kept to later do stats and determine how often the compression buffer is being foiled). This should keep things all nice an compatible between versions. 20 years ago
unknown 9f5962ed25 The handlerton structures for archive and CSV had not been updated. Nicht so gute. I also fixed CSV to use fast alter table and put in a test in archive in case someone tries to do the same there (hint... it won't work). 20 years ago
unknown 9eaf718af0 New support for ignoring blobs during scans. We now seek past them if we determine that they are of no use to us. This is a big save in tables with blobs. Far less memory overhead and the seek is quite a bit faster. 20 years ago
unknown a9d9054a10 Added support for CREATE TABLE AUTO_INCREMENT and added more tests. Also non-unique index scans of autoincrement not function. 20 years ago
unknown c9f5a5cc85 Corrections from code review for auto_increment. Added test cases. 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 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 167fb5f170 Added end marker for tests to make future merges easier 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 3cd4b7a99b Fix tests after merge 21 years ago
unknown cde34dfbf3 Little different behaviour in 5.0 and merge with new tests required these changes 21 years ago
unknown 5444ad9400 BUG#9911 RENAME TABLE of type ARCHIVE fails with .ARN file error 21 years ago
unknown b6e0033171 Test Bug: Memory leaks in the archive handler. 21 years ago
unknown b76b2e68a1 A few simple fixes plus the added support of being able to repair the meta data file via REPAIR TABLE. More information is now provided in SHOW TABLE STATUS. 21 years ago
unknown 9f726d99d0 Changes to support optimized bulk inserts. This will solve the problem of selects occurring during a bulk insert, and causing the compression factor to drop. 21 years ago
unknown 764ea714f4 The major change for this changeset is the addition of code to handle: 22 years ago
unknown 9a162f9abd Added tests for archive. Cleaned up a merge mistake and added some information on how well archive compresses. 22 years ago
unknown 79f6e16d5e a proper fix for the bug #2298 Trailing whitespace inconsistently handled in WHERE clause. 22 years ago
unknown 80ec807976 WorkLog#1323 22 years ago
unknown 87e6c2ba77 added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() 22 years ago
unknown cac860c793 select.test cleanup 23 years ago
unknown 2763b52d0a outer join, impossible on condition, where, and usable key for range 23 years ago
unknown a3beaaa3af LEFT JOIN optimization: Change LEFT JOIN to normal join if possible 23 years ago
unknown e97a000a65 make test result more obvious 23 years ago
unknown 8162aec6b9 fixed bug of unchecked random part of WHERE clause (bug #142) 23 years ago
unknown efadca6441 Fixed AUTO_INCREMENT handling in MyISAM (last auto_increment patch broke things) 23 years ago
unknown 14810ff1d3 Changed mysql-test to print warnings for not existing table to DROP TABLE 23 years ago
unknown e10f255dd6 add VARIANCE function 23 years ago
unknown 93bed6061b A fix for the bug in a SELECT with joined tables with ORDER BY and 23 years ago
unknown 53a0e2992a SCRUM Task 430: Allowing braces in joins by simply removing them. 24 years ago
unknown 9bca9fb751 Task 430: Allowing braces in joins by simply removing them. 24 years ago
unknown e6403485ed SCRUM task 24 years ago