summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-08-061-1/+1
* Fix trailing whitespace on ha_innodb.cc:1259Vasil Dimov2010-07-281-1/+1
* Remove trailing whitespace on ha_innodb.cc:574Vasil Dimov2010-07-281-1/+1
* Fix Bug #55395 INNODB_TRX duplicates columnsJimmy Yang2010-07-261-128/+2
* Remove code that was added during the flush list mutex refactoring. We cannotSunny Bains2010-07-221-3/+6
* Bug#54583 InnoDB: Assertion failure sync/sync0sync.c:1226Sunny Bains2010-07-222-17/+37
* Bug 54617 - During shutdown: Failing assertion: arr->n_reserved == 0Sunny Bains2010-07-221-7/+5
* Increment InnoDB version to 1.1.2Vasil Dimov2010-07-211-1/+1
* Merge mysql-trunk-bugfixing -> mysql-trunk-innodbVasil Dimov2010-07-2118-208/+148
|\
| * Merge into mysql-trunk-merge..Davi Arnaut2010-07-193-7/+47
| |\
| | * Merge fix for bug #55039 from mysql-5.1-security to mysql-trunk-security.Jimmy Yang2010-07-092-5/+25
| | |\
| | | * Merge mysql-5.1-innodb -> mysql-5.1-securityVasil Dimov2010-07-0411-222/+297
| | | |\
| | | | * Fix bug#54583. This change reverses rsvn:1350 by getting rid of a bogus asser...Sunny Bains2010-06-253-9/+7
| | | | * Move the fix for bug #54044 to security branch, and revert commit -r3520:3521.Jimmy Yang2010-06-231-22/+2
| | | | * Fix bug #54044, Create temporary tables and using innodb crashes. ScreenJimmy Yang2010-06-221-2/+22
| | | | * Check in fix for Bug #52814 InnoDB: Use the new ha_data interfacesJimmy Yang2010-06-171-3/+9
| | | | * Bug#38999 valgrind warnings for update statement in function compare_record()Sergey Glukhov2010-06-091-0/+6
| | | | * Bug#53674: InnoDB: Error: unlock row could not find a 4 mode lock on the recordMarko Mäkelä2010-06-027-210/+275
| | | * | Fix Bug #54044 Create temporary tables and using innodb crashes.Jimmy Yang2010-06-241-2/+22
| | | |/
| | * | mergeGeorgi Kodinov2010-07-0510-153/+105
| | |\ \
| | * | | Port fix for bug #54044 from mysql-5.1-security to mysql-trunk-security:Jimmy Yang2010-06-241-2/+22
| * | | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-1515-195/+94
| |\ \ \ \
| | * | | | WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-1511-132/+30
| | * | | | Implemented code review comments.Marc Alff2010-07-143-23/+22
| | * | | | Bug#55087 Performance schema: optimization of the instrumentation interfaceMarc Alff2010-07-095-38/+43
| | * | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-18/+15
| | | |/ / | | |/| |
| * | | | Add the cmake option MYSQL_MAINTAINER_MODE which is equivalentDavi Arnaut2010-07-121-1/+1
| * | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-091-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-091-2/+2
| | * | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-0/+3
| | | |/ | | |/|
| | * | Merge mysql-5.1-innodb from bk-internal into my local treeVasil Dimov2010-05-201-2/+2
| | |\ \
| | | * | Bug#53593: Add some instrumentation to improve Valgrind sensitivityMarko Mäkelä2010-05-201-2/+2
| | * | | Merge from mysql-trunk-innodb into mysql-5.1-innodb/storage/innobase:Vasil Dimov2010-05-204-3/+15
| | |/ /
| | * | Make UNIV_DEBUG Valgrind friendly in the built-in InnoDB.Marko Mäkelä2010-05-191-13/+10
| | * | Make the InnoDB FOREIGN KEY parser understand multi-statements. (Bug #48024)Marko Mäkelä2010-05-148-29/+58
| | * | Remove unused code.Marko Mäkelä2010-05-141-14/+0
| | * | Add Valgrind diagnostics to track down Bug #38999.Marko Mäkelä2010-05-051-0/+16
| | * | fsp_init_file_page_low(): Zero out the page. (Bug #53306)Marko Mäkelä2010-05-042-11/+1
| | * | Add Valgrind checks to catch uninitialized writes to data files.Marko Mäkelä2010-05-041-0/+3
| | * | recv_sys_init(), recv_sys_empty_hash(): Shrink recv_sys->addr_hash.Marko Makela2010-04-291-2/+2
| | * | Reduce the next-key locking of READ UNCOMMITTED to match that ofMarko Makela2010-04-294-18/+18
| | * | Merge r6103 from InnoDB Plugin to the built-in InnoDB to fix Bug #53202:Marko Makela2010-04-284-9/+31
| | * | Do not define UNIV_DEBUG_VALGRIND when HAVE_purify becauseVasil Dimov2010-04-271-0/+6
| | * | lock_rec_queue_validate(): Disable a bogus check thatMarko Mäkelä2010-04-261-2/+23
| | * | row_search_for_mysql(): Never try semi-consistent read in unique searches.Marko Mäkelä2010-04-261-0/+1
| | * | Enable UNIV_DEBUG_VALGRIND when HAVE_purify is set.Marko =?ISO-8859-1?Q?M=E4kel=E4?=2010-04-191-0/+3
| | * | Merge from innodb-branches-5.1Vasil Dimov2010-04-071-1/+1
| | * | Rename the newly added mysql-tests from InnoDB to their proper location.Vasil Dimov2010-03-312-51/+0
| | * | Merge from innodb-branches-5.1Vasil Dimov2010-03-313-5/+58
| | * | Move ./storage/innobase/mysql-test/* into ./mysql-test/* exceptVasil Dimov2010-03-3149-9097/+0