summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Fix for LP#602604: RQG: ma_blockrec.c:6187: _ma_apply_redo_insert_row_head_or...Michael Widenius2010-07-3011-33/+117
* restore the unintentinally broken ABISergei Golubchik2010-07-2311-19/+26
* Fixed wrong error message from federatedx (which could lead to assert in DBUG...Michael Widenius2010-07-161-6/+3
* mysql client: Ignore --comments at start of command line. This allows one to ...Michael Widenius2010-07-161-2/+4
* Fix bug 600744Bo Thorsen2010-07-022-5/+7
* Install the storage engine pluginsBo Thorsen2010-06-281-0/+2
* Implement an NSIS based installerBo Thorsen2010-06-252-0/+5
* Fixed trival bug introduced in last patch (buffer was not extended)Michael Widenius2010-06-231-1/+5
* Fixes for Opensolaris (to get buildbot green)Michael Widenius2010-06-231-0/+3
* Fixed compiler warningsMichael Widenius2010-06-163-3/+5
* Don't flush pinned pages in checkpoint (fix for my last push)Michael Widenius2010-06-162-12/+103
* Fixed some bugs in the Maria storage engineMichael Widenius2010-06-1410-45/+140
* ugly-ugly. $with_plugin_innobase was hard-coded in configure.in inSergei Golubchik2010-06-101-1/+2
* allow federated and innodb_plugin to be builtSergei Golubchik2010-06-0910-38/+35
* fix questionable UNIV_EXPECT's in the xtradb that confused old gcc.Sergei Golubchik2010-06-091-4/+4
* 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