summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/jimw/my/mysql-5.0-14212jimw@mysql.com2006-01-061-1/+2
|\
| * Fix crash in BDB from improper cleanup of transactions, and avoid problemjimw@mysql.com2005-12-091-1/+2
* | Merge mysql.com:/home/jimw/my/mysql-5.0-15185jimw@mysql.com2006-01-051-10/+25
|\ \
| * | Fix crash when trying to open table using a disabled storage engine. (Bug #15...jimw@mysql.com2005-12-141-10/+25
* | | remove "defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)" unmaintainably sca...serg@serg.mylan2005-12-241-3/+3
|/ /
* | Disabled archive db for Netware.jani@a193-229-222-105.elisa-laajakaista.fi2005-12-141-3/+3
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0bell@sanja.is.com.ua2005-11-211-1/+1
|\ \
| * | Inefficient usage of String::append() fixed.bell@sanja.is.com.ua2005-11-201-1/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-11-191-7/+8
|\ \ \ | |/ / |/| |
| * | Fix for bug #13825 "Triggers: crash if release savepoint" and for generaldlenev@mysql.com2005-11-191-7/+8
| |/
* | 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
|/
* 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
|/
* Added option --valgrind-mysqltest to mysql-test-runmonty@mishka.mysql.fi2005-09-141-1/+1
* don't crash when in XA PREPARE not all storage engines are 2pc-capableserg@serg.mylan2005-09-071-5/+13
* 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
* Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...sergefp@mysql.com2005-07-301-2/+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
* | 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
|/ /
* | 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
* | Bug#6877 MySQL should give an error if the requested table type is not availableacurtis@xiphis.org2005-06-171-3/+12