summaryrefslogtreecommitdiff
path: root/sql/examples/ha_archive.cc
Commit message (Expand)AuthorAgeFilesLines
* BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tablesunknown2006-08-101-2/+2
* Fix for bug #15558: truncate doesn't clear table on archive storage engine ta...unknown2006-05-181-1/+1
* Merge mysqldev@production.mysql.com:jimw/mysql-4.1-scounknown2005-09-121-1/+1
|\
| * When first creating the ARZ file for an archive table, use "wb" as the mode forunknown2005-09-081-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-011-1/+1
|\ \
| * \ Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1unknown2005-08-301-1/+1
| |\ \
| | * | Bug #12527 yassl causes errors in "repair" and "optimize"unknown2005-08-291-1/+1
* | | | Added support for delete_all_rows() for archive. This fixes bug #12836. unknown2005-08-291-0/+11
|/ / /
* | | mysqld.dsp:unknown2005-08-181-1/+1
|/ /
* | a compiler must see '#pragma implementation' *before*unknown2005-06-051-2/+0
* | Mergeunknown2005-06-011-4/+3
|\ \
| * | Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed...unknown2005-06-011-4/+3
* | | tztime.cc:unknown2005-06-021-1/+3
|/ /
* | BUG#9911 After review fixesunknown2005-04-281-24/+0
* | BUG#9911 RENAME TABLE of type ARCHIVE fails with .ARN file errorunknown2005-04-261-0/+24
|/
* new static archive_inited variable, so that archive_db_end() will do somethin...unknown2005-02-121-2/+9
* Removed duplicate close call and added archive to the debug build and test. unknown2005-01-311-1/+0
* Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-281-11/+15
|\
| * Cleanup for lost file descriptors on close table for ha_archive. unknown2005-01-281-11/+15
* | Test Bug: Memory leaks in the archive handler.unknown2005-01-261-18/+41
|/
* Fix style nitunknown2005-01-111-1/+2
* Fix double-initalization of mutex in archive storage engine. (Bug #7762)unknown2005-01-101-14/+17
* Fix for crummy compiler that didn't udnerstand for declaration. Another fix f...unknown2004-12-061-1/+2
* true,false -> TRUE, FALSEunknown2004-10-141-2/+3
* Clean up from Bar and Antony code review. Found an issue with the header file...unknown2004-10-061-79/+70
* Row level lock code for the archive storage engine. unknown2004-10-051-94/+409
* The major change for this changeset is the addition of code to handle:unknown2004-09-211-13/+56
* Changed %lx -> 0x%lx (for easier comparison of debug files)unknown2004-08-231-44/+81
* Updates for archive storage engine. unknown2004-07-201-19/+13
* ha_archive.cc:unknown2004-07-071-1/+1
* followup to handler cleanupunknown2004-06-231-9/+9
* Last patch before push into main tree. Updated from code review and final onc...unknown2004-06-071-38/+66
* Added tests for archive. Cleaned up a merge mistake and added some informatio...unknown2004-05-251-3/+15
* First commit of archive example. Archive is a simple storage engine that hand...unknown2004-05-201-0/+546