summaryrefslogtreecommitdiff
path: root/sql/examples/ha_tina.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-181-5/+8
|\
| * Fix Bug#15205 "Select from CSV table without the datafile causes crash"unknown2006-07-111-5/+8
* | Bug#15669unknown2006-08-011-8/+56
|/
* BUG#13406 - incorrect amount of "records deleted" in CSV.unknown2005-11-171-3/+12
* 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
* | 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
* | 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 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
* | ha_tina.cc:unknown2005-08-251-0/+2
* | 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/+31
* | 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