summaryrefslogtreecommitdiff
path: root/sql/examples/ha_tina.cc
Commit message (Expand)AuthorAgeFilesLines
* Finalize storage engine pluginsunknown2005-12-211-935/+0
* Merge mysql.com:/home/my/mysql-5.1unknown2005-11-241-4/+14
|\
| * Merge mysql.com:/home/my/mysql-5.0unknown2005-11-241-4/+14
| |\
| | * BUG#13406 - incorrect amount of "records deleted" in CSV.unknown2005-11-171-3/+12
* | | Table definition cache, part 2unknown2005-11-231-5/+6
|/ /
* | Merge mysql.com:/home/mysql_src/mysql-5.0unknown2005-11-181-11/+10
|\ \ | |/
| * Merge mysql.com:/home/cps/mysql/trees/mysql-4.1unknown2005-11-081-11/+11
| |\
| | * Fix Bug#14672 Bug in deletionunknown2005-11-061-1/+2
| | * Fix Bug#13894 Server crashes on update of CSV tableunknown2005-11-051-10/+9
* | | Make storage engines "pluggable", handlerton workunknown2005-11-071-5/+18
* | | Mergeunknown2005-10-061-15/+17
|\ \ \ | |/ /
| * | Final patch for 5.0 for simplifying storage engine code. We now have just one...unknown2005-10-031-15/+0
| * | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-021-0/+4
| |\ \
| | * | Next big patch for loadable storage engines!unknown2005-10-021-0/+4
| * | | Move handler specific options into handlerton flag checkunknown2005-09-301-1/+1
| |/ /
| * | fixed a memory leak in ha_tina.ccunknown2005-09-221-0/+10
| * | Cleanup for handlerton structure to allow for loadable engine work. This is t...unknown2005-09-191-1/+1
* | | ha_tina cleanup: fixed several compiler warnings, which occured because some ...unknown2005-09-291-103/+127
* | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-091-1/+2
|\ \ \ | |/ /
| * | Merge zim.(none):/home/brian/mysql/mysql-4.1unknown2005-09-071-1/+2
| |\ \ | | |/
| | * Small tweak for random read performance (we shouldn't always tell the OS that...unknown2005-09-071-1/+2
* | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2005-09-021-1/+1
|\ \ \ | |/ /
| * | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-08-311-1/+1
| |\ \ | | |/
| | * Add test for madvise() being declared in C++ code, because it is notunknown2005-08-311-0/+2
* | | mergeunknown2005-08-311-0/+2
|\ \ \ | |/ /
| * | ha_tina.cc:unknown2005-08-251-0/+2
* | | mergeunknown2005-07-211-10/+13
|\ \ \ | |/ /
| * | Implement MySQL framework to support consistent read views inunknown2005-07-201-10/+13
* | | mergeunknown2005-07-191-0/+31
|\ \ \ | |/ /
| * | A fix and a test case for Bug#10760 and complementary cleanups. unknown2005-07-191-0/+31
* | | Apply Guilhem's patch (mmap->my_mmap, munmap->my_munmap in ha_tina) to improveunknown2005-07-081-9/+10
|/ /
* | 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-26/+15
|\ \ | |/
| * Mergeunknown2005-06-011-25/+12
| |\
| | * Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed...unknown2005-06-011-25/+12
| * | tztime.cc:unknown2005-06-021-1/+3
| |/
* | BUG#9714 libsupc++ problemunknown2005-04-271-1/+8
* | fix compilation errorsunknown2005-02-191-4/+4
* | Updates for Monty's changes in the table structure. All tests pass currently.unknown2005-01-061-1/+1
* | Fixes for changes in handler interface so that tina can compile in 5.0. unknown2004-12-061-5/+8
|/
* Fix for broken --with-csv-storage-engine build.unknown2004-10-181-4/+4
* Fix for not compiling ha_tina. unknown2004-08-171-0/+5
* This is the addition of the CSV engine "aka tina". Its an example engine that...unknown2004-08-121-0/+846