summaryrefslogtreecommitdiff
path: root/sql/examples/ha_archive.cc
Commit message (Expand)AuthorAgeFilesLines
* Test bug: Memory leak in archive handler.unknown2005-01-261-0/+1
* Merge from 4.1unknown2005-01-261-18/+41
|\
| * Test Bug: Memory leaks in the archive handler.unknown2005-01-261-18/+41
* | Mergeunknown2005-01-111-13/+17
|\ \ | |/
| * Fix style nitunknown2005-01-111-1/+2
| * Fix double-initalization of mutex in archive storage engine. (Bug #7762)unknown2005-01-101-14/+17
* | Updates for Monty's changes in the table structure. All tests pass currently.unknown2005-01-061-19/+25
* | Merge with 4.1unknown2004-12-221-1/+2
|\ \ | |/
| * Fix for crummy compiler that didn't udnerstand for declaration. Another fix f...unknown2004-12-061-1/+2
* | Clean up from code review. unknown2004-12-161-13/+4
* | A few simple fixes plus the added support of being able to repair the meta da...unknown2004-12-091-39/+63
* | Removed need for storage engines to write a default external_lock() call. unknown2004-12-061-9/+0
* | Changes to support optimized bulk inserts. This will solve the problem of sel...unknown2004-11-301-12/+41
* | Adding support for archive to handle delayed inserts.unknown2004-11-291-4/+18
* | Remove build errors introduced by 5.0 changes.unknown2004-11-051-87/+5
|/
* 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