summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* WL#1012: All changes as one single changeset.unknown2005-12-221-1/+109
* plugin version changesunknown2005-12-211-17/+0
* Finalize storage engine pluginsunknown2005-12-211-283/+490
* Merge mysql.com:/home/my/mysql-5.1unknown2005-11-241-1/+1
|\
| * Added bitmap_buffer_size()unknown2005-11-241-1/+1
* | Merge mysql.com:/home/my/mysql-5.1unknown2005-11-231-98/+112
|\ \ | |/ |/|
| * Table definition cache, part 2unknown2005-11-231-98/+112
* | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0unknown2005-11-231-8/+9
|\ \ | |/ |/|
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0unknown2005-11-211-1/+1
| |\
| | * Inefficient usage of String::append() fixed.unknown2005-11-201-1/+1
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-191-7/+8
| |\ \ | | |/ | |/|
| | * Fix for bug #13825 "Triggers: crash if release savepoint" and for generalunknown2005-11-191-7/+8
* | | Make storage engines "pluggable", handlerton workunknown2005-11-071-283/+160
* | | WL #528: Faster free_tmp_tableunknown2005-11-061-0/+8
* | | Fix of crashed 5.1 tree (wrong merge + wrong pullout patch forced us to creat...unknown2005-11-051-0/+10
* | | Merge mysql.com:/home/my/mysql-5.0unknown2005-11-051-37/+47
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-031-17/+19
| |\ \
| | * | A fix and a test case for Bug#14210 "Simple query with > operator on unknown2005-11-031-17/+19
| | |/
| * | BUG#14514 Creating table with packed key fails silentlyunknown2005-11-021-1/+1
| |/
| * Fixes during review of new pushed codeunknown2005-10-131-6/+7
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-121-12/+15
| |\
| | * Reviewing new pushed codeunknown2005-10-121-12/+15
| * | Store and read engine type string in extra block of .frm.unknown2005-10-101-5/+11
| |/
* | Mergeunknown2005-10-061-156/+199
|\ \ | |/
| * Final patch for 5.0 for simplifying storage engine code. We now have just one...unknown2005-10-031-66/+84
| * Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-021-166/+67
| |\
| | * Next big patch for loadable storage engines!unknown2005-10-021-166/+67
| * | Move handler specific options into handlerton flag checkunknown2005-09-301-0/+17
| * | Moving archive from example to sql.unknown2005-09-281-1/+1
| |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-241-6/+14
| |\
| | * Fix bug #3443, better foreign key error messsages.unknown2005-09-231-6/+14
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-231-45/+23
| |\ \ | | |/
| | * Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-221-40/+20
| | |\
| | | * This fixed bug 13369. Note, I dislike goto's as well.unknown2005-09-221-40/+20
| | * | Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2005-09-231-5/+3
| | |\ \ | | | |/ | | |/|
| | | * A fix and a test case for Bug#6513 "Test Suite: Values inserted by using unknown2005-09-221-5/+3
| * | | fixed a memory leak in ha_tina.ccunknown2005-09-221-0/+4
| |/ /
| * | Fixed a typo in handler.cc if CSV was built. I also added CSV to the default...unknown2005-09-201-1/+1
| * | Cleanups for storage engine patch. Changed two test results to now reflect th...unknown2005-09-191-4/+5
| * | Cleanup for handlerton structure to allow for loadable engine work. This is t...unknown2005-09-191-80/+196
| |/
* | Merge neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_newunknown2005-09-141-1/+1
|\ \ | |/
| * Added option --valgrind-mysqltest to mysql-test-rununknown2005-09-141-1/+1
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-091-5/+13
|\ \ | |/
| * don't crash when in XA PREPARE not all storage engines are 2pc-capableunknown2005-09-071-5/+13
* | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-251-47/+26
|\ \ | |/
| * After merge fixesunknown2005-08-251-1/+1
| * BUG#12162 - one can start two transactions with the same XID.unknown2005-08-121-41/+22
| * void handler::print_error(): cleanupunknown2005-08-081-6/+4
* | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-051-2/+2
|\ \ | |/
| * Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...unknown2005-07-301-2/+2