summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge april.(none):/home/svoj/devel/bk/mysql-5.0-enginesunknown2006-09-121-0/+9
|\ \
| * | BUG#20256 - LOCK WRITE - MyISAMunknown2006-09-121-0/+9
* | | Bug#20573unknown2006-08-301-5/+18
* | | Merge bk://anubis/mysql-5.0-enginesunknown2006-07-211-0/+4
|\ \ \ | |/ /
| * | Merge bk-internal:/home/bk/mysql-5.0-enginesunknown2006-07-181-0/+4
| |\ \
| | * | Bug #17766: The server accepts to create MERGE tables which cannot workunknown2006-07-111-0/+4
* | | | Finish the merge of the patch for bug #15195 from 4.1 -> 5.0unknown2006-07-201-1/+3
|/ / /
* | | Merge gbichot3.local:/home/mysql_src/mysql-5.0-20524unknown2006-07-061-11/+21
|\ \ \
| * | | Fix for BUG#20188 "REPLACE or ON DUPLICATE KEY UPDATE inunknown2006-07-051-11/+21
| |/ /
* | | Fix for BUG#20524 "auto_increment_* not observed when insertingunknown2006-07-061-2/+51
|/ /
* | foo2unknown2006-04-131-53/+0
* | foo1unknown2006-04-131-38/+38
* | WL#2645 (CHECK TABLE FOR UPGRADE)unknown2006-02-171-0/+152
* | Merge mysql.com:/home/jimw/my/mysql-5.0-14212unknown2006-01-061-1/+2
|\ \
| * | Fix crash in BDB from improper cleanup of transactions, and avoid problemunknown2005-12-091-1/+2
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-15185unknown2006-01-051-10/+25
|\ \ \
| * | | Fix crash when trying to open table using a disabled storage engine. (Bug #15...unknown2005-12-141-10/+25
* | | | remove "defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)" unmaintainably sca...unknown2005-12-241-3/+3
|/ / /
* | | Disabled archive db for Netware.unknown2005-12-141-3/+3
* | | 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
| |/ /
* | | 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
|/ /
* | 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
|/ /
* | Added option --valgrind-mysqltest to mysql-test-rununknown2005-09-141-1/+1
* | don't crash when in XA PREPARE not all storage engines are 2pc-capableunknown2005-09-071-5/+13
* | After merge fixesunknown2005-08-251-1/+1
* | BUG#12162 - one can start two transactions with the same XID.unknown2005-08-121-41/+22