summaryrefslogtreecommitdiff
path: root/sql/examples/ha_example.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-11-281-0/+2
|\
| * documenting HA_STATUS_xxx flagsunknown2005-11-261-0/+2
* | Fix example storage engine following table def cache updates.unknown2005-11-251-2/+2
* | Table definition cache, part 2unknown2005-11-231-1/+1
* | Make storage engines "pluggable", handlerton workunknown2005-11-071-2/+16
|/
* Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-021-1/+5
|\
| * Next big patch for loadable storage engines!unknown2005-10-021-1/+5
* | Move handler specific options into handlerton flag checkunknown2005-09-301-1/+1
|/
* Cleanup for handlerton structure to allow for loadable engine work. This is t...unknown2005-09-191-1/+1
* Merge mishka.local:/home/my/mysql-4.1unknown2005-08-251-1/+1
|\
| * mysqld.dsp:unknown2005-08-181-1/+1
* | Implement MySQL framework to support consistent read views inunknown2005-07-201-10/+13
* | A fix and a test case for Bug#10760 and complementary cleanups. unknown2005-07-191-0/+22
* | Merge with 4.1unknown2005-06-071-2/+0
|\ \ | |/
| * a compiler must see '#pragma implementation' *before*unknown2005-06-051-2/+0
* | Merge of 4.1->5.0. This contained the fixes for GCC 4.0unknown2005-06-011-4/+4
|\ \ | |/
| * Mergeunknown2005-06-011-3/+1
| |\
| | * Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed...unknown2005-06-011-3/+1
| * | tztime.cc:unknown2005-06-021-1/+3
| |/
* | BUG#9714 libsupc++ problemunknown2005-04-271-1/+7
* | Fix confusing comments.unknown2005-02-201-1/+1
|/
* Fix for broken --with-csv-storage-engine build.unknown2004-10-181-2/+2
* followup to handler cleanupunknown2004-06-231-58/+63
* Last patch before push into main tree. Updated from code review and final onc...unknown2004-06-071-0/+8
* key_cmp -> key_cmp_if_sameunknown2004-05-161-7/+4
* Added comments to all methods. Added explanation for a sequential read throug...unknown2004-05-111-7/+363
* All changes are to allow someone to compile the example storage engine and us...unknown2004-04-121-10/+12
* ha_example.h:unknown2004-04-051-27/+27
* First commit of the skeleton storage engine. Use this example as a template t...unknown2004-04-011-0/+298