summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* build dynamic plugins with the -shared libtool option to avoidSergei Golubchik2010-09-091-2/+2
* Merge with MySQL 5.1.50Michael Widenius2010-08-273-16/+18
|\
| * Merge mysql-5.1-bugteam -> mysql-5.1-innodbVasil Dimov2010-07-292-2/+5
| |\
| | * Merge of mysql-5.1 into mysql-5.1-bugteam.Davi Arnaut2010-07-1911-224/+319
| | |\
| | * | 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 -> mysql-5.1-innodbVasil Dimov2010-07-231-2/+22
| |\ \ \ | | | |/ | | |/|
| * | | Check in fix for bug #53756: "ALTER TABLE ADD PRIMARY KEY affectsJimmy Yang2010-06-281-14/+13
* | | | Merge with MariaDB mainMichael Widenius2010-08-0221-296/+424
|\ \ \ \
| * \ \ \ Merge with MySQL 5.1.49Michael Widenius2010-08-0221-296/+424
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | 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
| | |/
| | * 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
* | | Disable the old innobase againBo Thorsen2010-06-011-0/+0
|/ /
* | Merge with MySQL 5.1.47Michael Widenius2010-05-2614-51/+96
|\ \ | |/
| * 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
| * Import branches/5.1@r6912 from SVN on top of storage/innobaseVasil Dimov2010-03-3154-18/+9153
* | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-289-79/+196
|\ \
| * | Applying InnoDB snapshotSergey Vojtovich2010-03-241-2/+2
| * | Applying InnoDB snapshot, fixes BUG#47621.Sergey Vojtovich2010-03-241-11/+49
| * | Applying InnoDB snapshotSergey Vojtovich2010-03-241-1/+1
| * | Applying InnoDB snapshot, fixes BUG#51653Sergey Vojtovich2010-03-241-2/+2
| |/
| * Applying InnoDB snapshot, fixes BUG#50691Sergey Vojtovich2010-02-261-1/+9
| * Applying InnoDB snapshot, fixes BUG#38901Sergey Vojtovich2010-02-263-14/+35
| * Applying InnoDB snapshot, fixes BUG#49001Sergey Vojtovich2010-02-261-32/+60
| * Applying InnoDB snapshot Sergey Vojtovich2010-02-261-6/+10