summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Remove most 'register' use in C++Marko Mäkelä2018-04-249-37/+35
* Remove unused function FixNull()Marko Mäkelä2018-04-241-6/+0
* MDEV-15865 Crash in dict_index_set_merge_threshold() on CREATE TABLEMarko Mäkelä2018-04-241-2/+1
* Merge 10.1 into 10.2Marko Mäkelä2018-04-2411-42/+36
|\
| * Merge 10.0 into 10.1Marko Mäkelä2018-04-2411-43/+41
| |\
| | * MDEV-15723 Crash in INFORMATION_SCHEMA.INNODB_SYS_TABLES when accessing corru...Marko Mäkelä2018-04-232-1/+10
| | * Remove the "register" keywordMarko Mäkelä2018-04-232-20/+14
| | * Fix -Wimplicit-fallthroughMarko Mäkelä2018-04-232-0/+4
| | * MDEV-15937 Assertion failure 'key->flags & 1' on ALTER TABLEMarko Mäkelä2018-04-232-16/+8
| | * Merge branch '5.5' into 10.0Sergei Golubchik2018-04-202-3/+4
| | |\
| | | * Merge branch 'merge/merge-xtradb-5.5' into 5.5mariadb-5.5.60Sergei Golubchik2018-04-202-3/+3
| | | |\
| | | | * 5.5.59-38.11Sergei Golubchik2018-04-202-8/+11
| | | * | BUG#27216817: INNODB: FAILING ASSERTION: PREBUILT->TABLE->N_MYSQL_HANDLES_OPE...Sergei Golubchik2018-04-194-0/+24
| | | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-1/+3
| | | |\ \
| | | | * | (no commit message)Karthik Kamath2018-02-141-1/+3
| | * | | | compiler warningSergei Golubchik2018-04-201-3/+0
| | * | | | MDEV-15510 - storage/oqgraph: Quench warnings with Boost 1.66Sergey Vojtovich2018-04-112-3/+2
* | | | | | MDEV-15374 Server hangs and aborts with long semaphore wait or assertion `len...Thirunarayanan Balathandayuthapani2018-04-232-18/+16
* | | | | | Merge 10.1 into 10.2Marko Mäkelä2018-04-214-12/+39
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-13516: encryption.create_or_replace test fails in buildbot with InnoDB a...bb-10.1-MDEV-13516Jan Lindström2018-04-162-16/+32
| * | | | | MDEV-12632: Source and destination overlap in memcpy, encryption.innodb-disca...Jan Lindström2018-04-132-2/+2
| * | | | | MDEV-12632: Source and destination overlap in memcpy, encryption.innodb-disca...Jan Lindström2018-04-122-8/+20
| * | | | | Make mroonga respect -DWITHOUT_DYNAMIC_PLUGINS.Vladislav Vaintroub2018-04-111-0/+3
* | | | | | MyRocks: MDEV-15911: Reduce debug logging on default levels in error logSergei Petrunia2018-04-193-15/+31
* | | | | | MDEV-15611 Due to the failure of foreign key detection, Galera...Sachin Setiya2018-04-191-8/+6
* | | | | | MDEV-15826 Purge attempts to free BLOB page after BEGIN;INSERT;UPDATE;ROLLBACKThirunarayanan Balathandayuthapani2018-04-181-10/+19
* | | | | | MDEV-15575 different results when using CTE and big_tables=1.Igor Babaev2018-04-162-0/+7
* | | | | | MDEV-15866 Mysql CRASH : Json connect + MariaDB 10.3.4Sergei Golubchik2018-04-161-1/+1
* | | | | | fix typo, amend last commitVladislav Vaintroub2018-04-141-1/+1
* | | | | | Windows, innodb : reduce noise from os_file_get_block_size()Vladislav Vaintroub2018-04-141-12/+5
* | | | | | MDEV-12632: Source and destination overlap in memcpy, encryption.innodb-disca...Jan Lindström2018-04-131-1/+1
* | | | | | MDEV-14460: Memory leak with only SELECT statementsSergei Petrunia2018-04-133-22/+162
* | | | | | MDEV-15692: install_spider.sql can fail with some collationsJacob Mathew2018-04-121-1/+3
* | | | | | MDEV-12632: Source and destination overlap in memcpy, encryption.innodb-disca...Jan Lindström2018-04-121-4/+10
* | | | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-1025-130/+251
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix warnings in InnoDB & XtraDB post MDEV-14705Vicențiu Ciorbaru2018-04-102-6/+8
| * | | | | MDEV-14705: Extend timeout for waiting for transactionsMarko Mäkelä2018-04-102-10/+22
| * | | | | Revert "MDEV-14705: Do not rollback on InnoDB shutdown"Marko Mäkelä2018-04-106-24/+46
| * | | | | MDEV-15752 Possible race between DDL and accessing I_S.INNODB_TABLESPACES_ENC...Marko Mäkelä2018-04-072-4/+18
| * | | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-04-073-3/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-15291 - OQGraph fails to build on FreeBSDSergey Vojtovich2018-04-063-3/+1
| * | | | | Fix a compilation errorMarko Mäkelä2018-04-062-2/+4
| * | | | | MDEV-15566: System tablespace does not easily key rotate to unencryptedJan Lindström2018-04-062-36/+56
| * | | | | MDEV-14705: Follow-up fixesMarko Mäkelä2018-04-066-24/+26
| * | | | | MDEV-14705: slow innodb startup/shutdown can exceed systemd timeoutDaniel Black2018-04-0616-24/+140
| * | | | | MDEV-14705: Speed up InnoDB shutdownDaniel Black2018-04-062-44/+2
| * | | | | MDEV-14705: Do not rollback on InnoDB shutdownMarko Mäkelä2018-04-066-46/+24
| * | | | | Fixed compiler warnings in sphinxMonty2018-03-261-4/+4
| * | | | | Adjust table_open_cache to avoid getting error 24 (too many open files)Monty2018-03-262-4/+4
* | | | | | MDEV-15707 : deadlock in Innodb IO code, caused by change buffering.Vladislav Vaintroub2018-04-081-32/+64