summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* merge with 5.1Sergei Golubchik2010-07-2511-19/+26
|\
| * restore the unintentinally broken ABISergei Golubchik2010-07-2311-19/+26
* | buildbot detected problemsSergei Golubchik2010-07-242-4/+3
* | Fix for LP#588599, mysqlbug#45377: ARCHIVE tables aren't discoverable after O...Michael Widenius2010-07-211-3/+19
* | Fixed compiler and valgrind warningsMichael Widenius2010-07-192-18/+21
* | Merge with MariaDB 5.1Michael Widenius2010-07-172-8/+7
|\ \ | |/
| * 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 for LP#588251: doStartTableScan() result not checked.Michael Widenius2010-07-172-4/+2
* | Initial import of SpinxSE, with fixes for MariaDB.unknown2010-07-0911-0/+5090
* | Automerge MariaDB 5.1->5.2.unknown2010-07-096-5/+21
|\ \ | |/
| * 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
* | mergedSergei Golubchik2010-06-1613-54/+242
|\ \ | |/
| * 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
* | innodb_plugin needs to be built with -lmysqlservicesSergei Golubchik2010-06-151-1/+1
* | mergeSergei Golubchik2010-06-1411-44/+42
|\ \ | |/
| * 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
* | 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