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 |
|
jimw@mysql.com
|
8c7d487ae7
|
Fix tests after merge
|
2005-05-07 08:25:59 -07: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 |
|
ingo@mysql.com
|
bbcd542917
|
Merge from 4.1
Archive fix by Ingo.
Innodb compile fix by Monty.
|
2005-01-26 15:51:46 +01:00 |
|
ingo@mysql.com
|
5ad151aa21
|
Test Bug: Memory leaks in the archive handler.
Moved initialization code into a new init function.
Added a new cleanup function.
Added a call to close the meta file.
|
2005-01-26 15:27:31 +01: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 |
|