summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix of crashed 5.1 tree (wrong merge + wrong pullout patch forced us to creat...monty@mysql.com2005-11-051-0/+10
* Merge mysql.com:/home/my/mysql-5.0monty@mysql.com2005-11-051-37/+47
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-11-031-17/+19
| |\
| | * A fix and a test case for Bug#14210 "Simple query with > operator on konstantin@mysql.com2005-11-031-17/+19
| * | BUG#14514 Creating table with packed key fails silentlymsvensson@neptunus.(none)2005-11-021-1/+1
| |/
| * Fixes during review of new pushed codemonty@mysql.com2005-10-131-6/+7
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-10-121-12/+15
| |\
| | * Reviewing new pushed codemonty@mysql.com2005-10-121-12/+15
| * | Store and read engine type string in extra block of .frm.svoj@mysql.com2005-10-101-5/+11
| |/
* | Mergetomas@poseidon.ndb.mysql.com2005-10-061-156/+199
|\ \ | |/
| * Final patch for 5.0 for simplifying storage engine code. We now have just one...brian@zim.(none)2005-10-031-66/+84
| * Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@zim.(none)2005-10-021-166/+67
| |\
| | * Next big patch for loadable storage engines!brian@zim.(none)2005-10-021-166/+67
| * | Move handler specific options into handlerton flag checkeric@mysql.com2005-09-301-0/+17
| * | Moving archive from example to sql.brian@zim.(none)2005-09-281-1/+1
| |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0serg@serg.mylan2005-09-241-6/+14
| |\
| | * Fix bug #3443, better foreign key error messsages.osku@127.(none)2005-09-231-6/+14
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0serg@serg.mylan2005-09-231-45/+23
| |\ \ | | |/
| | * Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@zim.(none)2005-09-221-40/+20
| | |\
| | | * This fixed bug 13369. Note, I dislike goto's as well.brian@zim.(none)2005-09-221-40/+20
| | * | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasekonstantin@mysql.com2005-09-231-5/+3
| | |\ \ | | | |/ | | |/|
| | | * A fix and a test case for Bug#6513 "Test Suite: Values inserted by using konstantin@mysql.com2005-09-221-5/+3
| * | | fixed a memory leak in ha_tina.ccserg@serg.mylan2005-09-221-0/+4
| |/ /
| * | Fixed a typo in handler.cc if CSV was built. I also added CSV to the default...brian@zim.(none)2005-09-201-1/+1
| * | Cleanups for storage engine patch. Changed two test results to now reflect th...brian@zim.(none)2005-09-191-4/+5
| * | Cleanup for handlerton structure to allow for loadable engine work. This is t...brian@zim.(none)2005-09-191-80/+196
| |/
* | Merge neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_newmsvensson@neptunus.(none)2005-09-141-1/+1
|\ \ | |/
| * Added option --valgrind-mysqltest to mysql-test-runmonty@mishka.mysql.fi2005-09-141-1/+1
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0ndbdev@dl145b.mysql.com2005-09-091-5/+13
|\ \ | |/
| * don't crash when in XA PREPARE not all storage engines are 2pc-capableserg@serg.mylan2005-09-071-5/+13
* | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0pappa@c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se2005-08-251-47/+26
|\ \ | |/
| * After merge fixesmonty@mishka.local2005-08-251-1/+1
| * BUG#12162 - one can start two transactions with the same XID.serg@sergbook.mysql.com2005-08-121-41/+22
| * void handler::print_error(): cleanupserg@serg.mylan2005-08-081-6/+4
* | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0pappa@c-8b0ae253.1238-1-64736c10.cust.bredbandsbolaget.se2005-08-051-2/+2
|\ \ | |/
| * Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...sergefp@mysql.com2005-07-301-2/+2
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0ndbdev@dl145b.mysql.com2005-07-211-0/+2
|\ \ | |/
| * Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1pappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se2005-07-211-0/+2
| |\
| | * Bug #12055 NDB temp tables created by ALTER TABLE are usabletomas@poseidon.ndb.mysql.com2005-07-201-0/+2
* | | mergetulin@dl145b.mysql.com2005-07-191-9/+11
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-07-191-7/+9
| |\ \
| | * | A fix and a test case for Bug#10760 and complementary cleanups. konstantin@mysql.com2005-07-191-7/+9
| * | | Fix for bugs #5892/6182/8751/8758/10994 (based on Antony's patch)dlenev@mysql.com2005-07-191-0/+1
| |/ /
* | | Patch for push of wl1354 Partitioningmronstrom@mysql.com2005-07-181-21/+76
* | | Mergetomas@poseidon.ndb.mysql.com2005-07-121-50/+43
|\ \ \ | |/ /
| * | Merge with 4.1monty@mysql.com2005-07-031-10/+6
| |\ \ | | |/
| | * Portability fixesmonty@mishka.local2005-06-271-10/+6
| * | Merged from mysql-4.1 to mysql-5.0msvensson@neptunus.(none)2005-06-221-49/+46
| |\ \ | | |/
| | * BUG10365 Cluster handler uses non-standard error codemsvensson@neptunus.(none)2005-06-161-8/+10
| | * BUG#10365 Cluster handler uses non-standard error codesmsvensson@neptunus.(none)2005-06-081-48/+43