summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* void handler::print_error(): cleanupunknown2005-08-081-6/+4
* Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...unknown2005-07-301-2/+2
* Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-07-211-0/+2
|\
| * Bug #12055 NDB temp tables created by ALTER TABLE are usableunknown2005-07-201-0/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-191-7/+9
|\ \
| * | A fix and a test case for Bug#10760 and complementary cleanups. unknown2005-07-191-7/+9
* | | Fix for bugs #5892/6182/8751/8758/10994 (based on Antony's patch)unknown2005-07-191-0/+1
|/ /
* | Merge with 4.1unknown2005-07-031-10/+6
|\ \ | |/
| * Portability fixesunknown2005-06-271-10/+6
* | Merged from mysql-4.1 to mysql-5.0unknown2005-06-221-49/+46
|\ \ | |/
| * BUG10365 Cluster handler uses non-standard error codeunknown2005-06-161-8/+10
| * BUG#10365 Cluster handler uses non-standard error codesunknown2005-06-081-48/+43
* | Bug#6877 MySQL should give an error if the requested table type is not availableunknown2005-06-171-3/+12
* | Fix for bug #10015 "Crash in InnoDB if stored routines are used".unknown2005-06-071-0/+34
* | Merge from 4.1unknown2005-05-261-1/+1
|\ \ | |/
| * Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
* | Change update_auto_increment to return 1 if get_auto_increment() returned ~(u...unknown2005-05-181-5/+20
* | After merge fixesunknown2005-05-161-3/+4
* | Fixes while reviewing new codeunknown2005-05-061-17/+11