summaryrefslogtreecommitdiff
path: root/sql/examples
Commit message (Expand)AuthorAgeFilesLines
* a compiler must see '#pragma implementation' *before*unknown2005-06-053-6/+0
* Mergeunknown2005-06-013-32/+16
|\
| * Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed...unknown2005-06-013-32/+16
* | tztime.cc:unknown2005-06-023-3/+9
|/
* BUG#10241 cygwin port: invalid pragma interface directivesunknown2005-05-042-2/+2
* BUG#9911 After review fixesunknown2005-04-282-25/+0
* BUG#9911 RENAME TABLE of type ARCHIVE fails with .ARN file errorunknown2005-04-262-0/+25
* 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-262-18/+45
|/
* 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
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-201-2/+3
|\
| * true,false -> TRUE, FALSEunknown2004-10-141-2/+3
* | Fix for broken --with-csv-storage-engine build.unknown2004-10-182-6/+6
|/
* Clean up from Bar and Antony code review. Found an issue with the header file...unknown2004-10-062-80/+70
* Row level lock code for the archive storage engine. unknown2004-10-052-96/+421
* The major change for this changeset is the addition of code to handle:unknown2004-09-212-14/+57
* Fix for BUG#5117:unknown2004-09-131-0/+6
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-232-49/+84
|\
| * Changed %lx -> 0x%lx (for easier comparison of debug files)unknown2004-08-232-49/+84
* | 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-122-0/+978
|/
* Updates for archive storage engine. unknown2004-07-201-19/+13
* New handler::index_flags() definition to make it easy to check the full used ...unknown2004-07-082-3/+7
* ha_archive.cc:unknown2004-07-071-1/+1
* followup to handler cleanupunknown2004-06-234-108/+134
* Last patch before push into main tree. Updated from code review and final onc...unknown2004-06-074-44/+85
* Added tests for archive. Cleaned up a merge mistake and added some informatio...unknown2004-05-251-3/+15
* Resolving merge issues between archive and most recent changes by Monty/NDBunknown2004-05-212-0/+667
|\
| * First commit of archive example. Archive is a simple storage engine that hand...unknown2004-05-202-0/+667
* | Updating range_in_rows for the include file for ha_example (the main .cc file...unknown2004-05-181-4/+2
* | key_cmp -> key_cmp_if_sameunknown2004-05-161-7/+4
* | Added comments to all methods. Added explanation for a sequential read throug...unknown2004-05-112-9/+401
|/
* All changes are to allow someone to compile the example storage engine and us...unknown2004-04-121-10/+12
* ha_example.h:unknown2004-04-052-30/+30
* First commit of the skeleton storage engine. Use this example as a template t...unknown2004-04-012-0/+389