summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* DS-MRR support for clustered primary keys and key-ordered retrieval: merge wi...Sergey Petrunya2010-08-096-15/+20
|\
| * MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-07-166-15/+20
| |\
| | * MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-06-226-14/+10
| | * MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-06-196-21/+30
* | | Let xtradb set mrr_length_per_rec stats.Sergey Petrunya2010-08-091-0/+1
|/ /
* | Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle ti...Michael Widenius2010-07-1613-74/+62
* | Subquery cache (MWL#66) added.unknown2010-07-103-0/+8
* | MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-26450-15605/+45947
|\ \ | |/ |/|
| * after merge fix.Sergei Golubchik2010-06-073-0/+39
| * few small MySQL bugs/issues that impact the engines, as discussed in the SE s...Sergei Golubchik2010-06-052-60/+11
| * merge 5.1->5.2Sergei Golubchik2010-06-01410-15828/+41472
| |\
| | * Fixed compiler warningsMichael Widenius2010-05-272-4/+3
| | * Resolve bzr conflictsMichael Widenius2010-05-261-4/+2
| | * Merge with MySQL 5.1.47Michael Widenius2010-05-26115-12982/+573
| | |\
| | | * btr_page_split_and_insert(): Correct the fix of Bug #52964.Marko Mäkelä2010-05-041-1/+9
| | | * buf_zip_decompress(): Allow BUF_NO_CHECKSUM_MAGIC as the stamped checksum.Marko Mäkelä2010-05-032-12/+12
| | | * recv_sys_init(), recv_sys_empty_hash(): Shrink recv_sys->addr_hash.Marko Makela2010-04-291-2/+2
| | | * recv_sys_init(), recv_sys_empty_hash(): Shrink recv_sys->addr_hash.Marko Makela2010-04-293-4/+10
| | | * Reduce the next-key locking of READ UNCOMMITTED to match that ofMarko Makela2010-04-294-18/+18
| | | * Reduce the next-key locking of READ UNCOMMITTED to match that ofMarko Makela2010-04-295-18/+25
| | | * Bug#53046 dict_update_statistics_low can still be run concurrentlyVasil Dimov2010-04-281-0/+5
| | | * Revert the fix of Bug#38996 Race condition in ANALYZE TABLEVasil Dimov2010-04-281-9/+0
| | | * Followup to vasil.dimov@oracle.com-20100428084627-wtrmc66wqvjsdgj7:Vasil Dimov2010-04-281-7/+17
| | | * Fix Bug#53046 dict_update_statistics_low can still be run concurrentlyVasil Dimov2010-04-284-0/+70
| | | * 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
| | | * row_merge_drop_temp_indexes(): Remove a bogus char-to-ulint cast.Marko Mäkelä2010-04-271-1/+1
| | | * lock_rec_queue_validate(): Disable a bogus check thatMarko Mäkelä2010-04-262-2/+46
| | | * recv_sys_init(): Skip the red-black tree in Hot Backup.Marko Mäkelä2010-04-261-1/+1
| | | * Merge Vasil Dimov 2010-04-26 Bump InnoDB Plugin version number after 1.0.7Marko Mäkelä2010-04-261-1/+1
| | | |\
| | | | * Bump InnoDB Plugin version number after 1.0.7 has been releasedVasil Dimov2010-04-261-1/+1
| | | * | row_search_for_mysql(): Never try semi-consistent read in unique searches.Marko Mäkelä2010-04-263-0/+8
| | | |/
| | | * btr_page_split_and_insert(): Silence a compiler warningMarko Mäkelä2010-04-261-5/+1
| | | * Correct the definition of DICT_SYS_INDEXES_NAME_FIELD.Marko Mäkelä2010-04-223-3/+9
| | | * btr_page_split_and_insert(): Avoid an infinite loop. (Bug #52964)Marko Mäkelä2010-04-212-32/+65
| | | * dict_create_index_step(): Be strict about DYNAMIC and COMPRESSED tables.Marko Mäkelä2010-04-212-3/+6
| | | * ha_innobase::add_index(): Only check for duplicate indexesMarko Mäkelä2010-04-211-2/+1
| | | * dtuple_convert_big_rec(): Store locally any fields whose maximum lengthMarko Mäkelä2010-04-213-2/+77
| | | * rec_convert_dtuple_to_rec(): Correct the debug check.Marko Mäkelä2010-04-211-2/+2
| | | * rec_convert_dtuple_to_rec(): Add a debug check.Marko Mäkelä2010-04-211-0/+9
| | | * btr_cur_optimistic_insert(): Remove unused variable "heap".Marko Makela2010-04-201-14/+1
| | | * dict_create_index_step(): Invoke dict_index_add_to_cache()Marko Makela2010-04-204-1/+30
| | | * Implement UNIV_BTR_AVOID_COPY, an optimization of page splits.Marko Mäkelä2010-04-203-1/+29
| | | * Enable UNIV_DEBUG_VALGRIND when HAVE_purify is set.Marko =?ISO-8859-1?Q?M=E4kel=E4?=2010-04-192-0/+6
| | | * storage/innodb_plugin: Relax too strict assertions about prefixMarko Makela2010-04-152-6/+21
| | | * Move the InnoDB Plugin tests from storage/innodb_plugin/mysql-test/ whereVasil Dimov2010-04-0992-14003/+0
| | | * Merge from innodb-branches-zipVasil Dimov2010-04-072-3/+3
| | | * Merge from innodb-branches-zipVasil Dimov2010-04-071-1/+1
| | | * Merge from innodb-branches-5.1Vasil Dimov2010-04-071-1/+1
| | | * Repply changes to storage/innodb_plugin/plug.in that were made by MySQLVasil Dimov2010-04-071-5/+4