An error occurred fetching the project authors.
- 22 Sep, 2007 1 commit
-
-
msvensson@shellback.(none) authored
-
- 21 Sep, 2007 1 commit
-
-
msvensson@shellback.(none) authored
- Add extra insert
-
- 28 Jun, 2007 1 commit
-
-
svoj@mysql.com/june.mysql.com authored
After merge fix.
-
- 27 Jun, 2007 1 commit
-
-
svoj@mysql.com/june.mysql.com authored
CHECK TABLE against ARCHIVE table may falsely report table corruption, or cause server crash. Fixed by using proper buffer for CHECK TABLE. Affects both 5.0 and 5.1.
-
- 31 Mar, 2007 1 commit
-
-
svoj@mysql.com/april.(none) authored
-
- 30 Mar, 2007 1 commit
-
-
svoj@mysql.com/june.mysql.com authored
ARCHIVE table ARCHIVE table was truncated by REPAIR TABLE ... USE_FRM statement. The table handler returned its file name extensions in a wrong order. REPAIR TABLE believed it has to use the meta file to create a new table from it. With the fixed order, REPAIR TABLE does now use the data file to create a new table. So REPAIR TABLE ... USE_FRM works well with ARCHIVE engine now. This issue affects 5.0 only, since in 5.1 ARCHIVE engine stores meta information and data in the same file.
-
- 26 Jan, 2007 3 commits
-
-
brian@zim.(none) authored
1) Two small windows cleanups for Archive. 2) Patch from Calvin for Falcon to be able to have its own I_S loaded. One example added for this, does hello world.
-
brian@zim.(none) authored
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.
-
brian@zim.(none) authored
It also refactors the test case for Archive (removed two bad tests).
-
- 11 Dec, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
"select count" is one more.
-
- 02 Dec, 2006 1 commit
-
-
brian@zim.(none) authored
-
- 16 Nov, 2006 1 commit
-
-
brian@zim.(none) authored
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 :)
-
- 06 Jul, 2006 1 commit
-
-
ingo@chilla.local authored
-
- 18 May, 2006 1 commit
-
-
ramil@mysql.com authored
-
- 15 May, 2006 1 commit
-
-
reggie@big_geek. authored
-
- 17 Apr, 2006 1 commit
-
-
brian@zim.(none) authored
-
- 22 Feb, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 15 Feb, 2006 1 commit
-
-
brian@zim.tangent.org authored
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. Also added a flush table test as well. Found one possible bug in OPTIMIZE TABLE which has never been reported, but I think it would be possible on a file system that ran out of disk.
-
- 08 Feb, 2006 1 commit
-
-
brian@zim.tangent.org authored
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).
-
- 13 Jan, 2006 1 commit
-
-
brian@zim.tangent.org authored
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.
-
- 11 Jan, 2006 1 commit
-
-
brian@zim.(none) authored
Added support for CREATE TABLE AUTO_INCREMENT and added more tests. Also non-unique index scans of autoincrement not function.
-
- 10 Jan, 2006 1 commit
-
-
brian@zim.(none) authored
-
- 26 Oct, 2005 1 commit
-
-
brian@zim.(none) authored
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.
-
- 18 Oct, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 30 Aug, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 29 Aug, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 11 Jul, 2005 1 commit
-
-
brian@brian-akers-computer.local authored
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.
-
- 28 Apr, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 27 Apr, 2005 2 commits
-
-
msvensson@neptunus.(none) authored
- Different behaviuor in 5.0 pushes a warning when renaming a non existent file. Avoid that by checking that the file exists before renaming.
-
msvensson@neptunus.(none) authored
-
- 26 Apr, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Implemented ha_archive::rename_table - Added testcases for rename
-
- 09 Dec, 2004 1 commit
-
-
brian@avenger.(none) authored
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.
-
- 30 Nov, 2004 1 commit
-
-
brian@avenger.(none) authored
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 Sep, 2004 1 commit
-
-
brian@brian-akers-computer.local authored
OPTIMIZE TABLE <archive table> This recompresses the table, thus removing any additional gzip headers caused by opening/closing or flushing the table.
-
- 25 May, 2004 1 commit
-
-
brian@avenger.(none) authored
Added tests for archive. Cleaned up a merge mistake and added some information on how well archive compresses.
-