brian@zim.tangent.org
|
23d99ee03c
|
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).
|
2006-02-07 22:42:57 -08:00 |
|
brian@zim.tangent.org
|
8651cee8ef
|
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.
|
2006-01-12 20:32:40 -08:00 |
|
brian@zim.(none)
|
b56432cd19
|
Added support for CREATE TABLE AUTO_INCREMENT and added more tests. Also non-unique index scans of autoincrement not function.
|
2006-01-10 22:54:34 -08:00 |
|
brian@zim.(none)
|
de44001afd
|
Corrections from code review for auto_increment. Added test cases.
|
2006-01-09 18:41:37 -08:00 |
|
brian@zim.(none)
|
ff6cfe6d66
|
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.
|
2005-10-26 13:55:08 -07:00 |
|
brian@zim.(none)
|
6ab502e523
|
Per a user request there is now support for "CHECK TABLE" where the table is an archive file.
|
2005-10-18 14:52:38 -07:00 |
|
brian@zim.(none)
|
bd806f786e
|
Fix for bad merge.
|
2005-08-30 11:04:23 -07:00 |
|
brian@zim.(none)
|
b4208c569a
|
Update for delete_all_rows() which will be used for TRUNCATE and DELETE support.
|
2005-08-29 15:26:05 -07:00 |
|
brian@zim.(none)
|
4e9931752e
|
Added support for delete_all_rows() for archive. This fixes bug #12836.
|
2005-08-29 15:05:16 -07:00 |
|
brian@brian-akers-computer.local
|
85e2b662bf
|
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.
|
2005-07-10 18:19:37 -07:00 |
|
msvensson@neptunus.(none)
|
9e2e0deece
|
Merge bug9911 with 5.0
|
2005-04-28 11:05:44 +02:00 |
|
msvensson@neptunus.(none)
|
1ba85ac979
|
BUG#9911 RENAME TABLE of type ARCHIVE fails with .ARN file error
- Different behaviuor in 5.0 pushes a warning when renaming a non existent file. Avoid that by checking that the file exists before renaming.
|
2005-04-27 22:20:58 +02:00 |
|
msvensson@neptunus.(none)
|
1ee4426adc
|
Little different behaviour in 5.0 and merge with new tests required these changes
|
2005-04-27 22:02:26 +02:00 |
|
msvensson@neptunus.(none)
|
203cdde955
|
Merge from 4.1 to 5.0
|
2005-04-27 12:56:01 +02:00 |
|
msvensson@neptunus.(none)
|
8d370fbcf9
|
BUG#9911 RENAME TABLE of type ARCHIVE fails with .ARN file error
- Implemented ha_archive::rename_table
- Added testcases for rename
|
2005-04-26 11:35:52 +02:00 |
|
brian@avenger.(none)
|
c8137bbb80
|
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.
|
2004-12-09 01:48:07 -08:00 |
|
brian@avenger.(none)
|
e6f038eacf
|
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.
|
2004-11-30 02:52:14 -08:00 |
|
brian@brian-akers-computer.local
|
9dbe9d533e
|
The major change for this changeset is the addition of code to handle:
OPTIMIZE TABLE <archive table>
This recompresses the table, thus removing any additional gzip headers caused by opening/closing or flushing the table.
|
2004-09-21 03:33:22 +02:00 |
|
brian@avenger.(none)
|
72e7d69674
|
Added tests for archive. Cleaned up a merge mistake and added some information on how well archive compresses.
|
2004-05-25 13:27:01 -07:00 |
|