An error occurred fetching the project authors.
- 09 Sep, 2009 1 commit
-
-
Sergey Vojtovich authored
Archive engine returns wrong values for average record length and max data length. With this fix they're calculated as following: - max data length is 2 ^ 63 where large files are supported and INT_MAX32 where this is not supported; - average record length is data length / records in data file.
-
- 26 Mar, 2009 1 commit
-
-
Sergey Glukhov authored
It leads to crash because there is no OOM check in ha_archive::unpack_row(). The fix: added OOM error check
-
- 18 Mar, 2009 1 commit
-
-
Satya B authored
Any statement reading corrupt archive data file (CHECK/REPAIR/SELECT/UPDATE/DELETE) may cause assertion failure in debug builds. This assertion has been removed and an error is returned instead. Also fixed that CHECK/REPAIR returns vague error message when it mets corruption in archive data file. This is fixed by returning proper error code.
-
- 14 Mar, 2008 1 commit
-
-
msvensson@pilot.mysql.com authored
-
- 06 Dec, 2007 1 commit
-
-
holyfoot/hf@mysql.com/hfmain.(none) authored
ha_partition::update_create_info() just calls update_create_info of a first partition, so only get the autoincrement maximum of the first partition, so SHOW CREATE TABLE can show small AUTO_INCREMENT parameters. Fixed by implementing ha_partition::update_create_info() in a way other handlers work. HA_ARCHIVE:stats.auto_increment handling made consistent with other engines
-
- 27 Nov, 2007 2 commits
-
-
-
- archive test/result adjusted. - OPTIMIZE/ANALYZE PARTITION EXTENDED test case added.
-
- 23 Nov, 2007 1 commit
-
-
svoj@mysql.com/june.mysql.com authored
table cache is full After reading last record from freshly opened archive table (e.g. after flush table, or if there is no room in table cache), the table is reported as crashed. The problem was that azio wrongly invalidated azio_stream when it meets EOF.
-
- 26 Oct, 2007 1 commit
-
-
gshchepa/uchum@gleb.loc authored
1. Memory overrun have been fixed. 2. Server failure on assertion has been fixed.
-
- 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
-