summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0Marko Mäkelä2017-04-2812-351/+503
* MDEV-12591 MariaDB embedded server refuses start with innodb_pluginSergei Golubchik2017-04-271-1/+1
* compiler warningsSergei Golubchik2017-04-271-2/+2
* Xtrabackup 2.3.8Vladislav Vaintroub2017-04-271-1/+17
* MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackupVladislav Vaintroub2017-04-271-0/+3
* MDEV-9566 Prepare xtradb for xtrabackupVladislav Vaintroub2017-04-2718-109/+556
* MDEV-9566 prepare mysqltest for mariabackupVladislav Vaintroub2017-04-271-1/+1
* MDEV-11663 Create services for functionality used by pluginsVladislav Vaintroub2017-04-272-7/+2
* MDEV-12253: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-2681-2070/+2254
* MDEV-12488: Remove type mismatch in InnoDB printf-like callsDaniel Black2017-04-241-1/+1
* Fix a compilation errorMarko Mäkelä2017-04-216-114/+84
* MDEV-12545 Reduce the amount of fil_space_t lookupsMarko Mäkelä2017-04-2118-483/+309
* MDEV-12467 encryption.create_or_replace hangs during DROP TABLEMarko Mäkelä2017-04-212-44/+36
* Follow-up to MDEV-12488: Fix some type mismatch in header filesMarko Mäkelä2017-04-216-136/+151
* Fix some InnoDB type mismatch introduced in 10.1Marko Mäkelä2017-04-2110-48/+52
* Merge 10.0 into 10.1Marko Mäkelä2017-04-218-42/+38
|\
| * Fix some InnoDB type mismatchMarko Mäkelä2017-04-214-34/+30
| * Follow-up to MDEV-12534: Fix warnings on 32-bit systemsMarko Mäkelä2017-04-214-8/+8
* | Do not crash XtraDB when fil_space_acquire() failsMarko Mäkelä2017-04-211-1/+0
* | Merge 10.0 into 10.1Marko Mäkelä2017-04-2124-681/+470
|\ \ | |/
| * MDEV-12488 Remove type mismatch in InnoDB printf-like callsMarko Mäkelä2017-04-218-226/+208
| * MDEV-12534 Use atomic operations whenever availableMarko Mäkelä2017-04-2018-407/+216
* | MDEV-10509: Remove excessive server error logging on InnoDB ALTER TABLEMarko Mäkelä2017-04-172-59/+122
* | Use page_is_leaf() where applicableMarko Mäkelä2017-04-176-8/+8
* | MW-28, codership/mysql-wsrep#28 Fix sync_thread_levels debug assertSachin Setiya2017-04-066-12/+262
* | MDEV-12198 innodb_defragment=1 crashes server on OPTIMIZE TABLE when FULLTEXT...Marko Mäkelä2017-04-062-0/+22
* | Merge 10.0 into 10.1Marko Mäkelä2017-04-063-7/+5
|\ \ | |/
| * Import two ALTER TABLE…ALGORITHM=INPLACE tests from MySQL 5.6.Marko Mäkelä2017-04-052-2/+0
| * Windows : Fix compiling with VS2013Vladislav Vaintroub2017-04-031-5/+5
* | xtradb: fil_crypt_rotate_page, space_id should be compared to TRX_SYS_SPACE n...Daniel Black2017-04-051-1/+1
* | Merge pull request #350 from grooverdan/10.1-TRX_SYS_PAGE_NOJan Lindström2017-04-051-1/+1
|\ \
| * | fil_crypt_rotate_page - space_id should be compared to TRX_SYS_SPACE not spaceDaniel Black2017-04-041-1/+1
* | | MDEV-12428 SIGSEGV in buf_page_decrypt_after_read() during DDLMarko Mäkelä2017-04-038-119/+108
|/ /
* | Fix compiler errorVladislav Vaintroub2017-03-232-2/+2
* | MDEV-12345 Performance : replace calls to clock() inside trx_start_low() by T...Vladislav Vaintroub2017-03-2310-4/+56
* | Merge branch '10.0' into 10.1Sergei Golubchik2017-03-212-9/+10
|\ \ | |/
| * MDEV-12261 build failure without P_SSergei Golubchik2017-03-152-8/+8
* | Add assertions when key rotation list is used.Jan Lindström2017-03-162-4/+8
* | MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothingJan Lindström2017-03-1446-2575/+2802
* | Merge 10.0 into 10.1Marko Mäkelä2017-03-1310-37/+53
|\ \ | |/
| * MDEV-12091 Shutdown fails to wait for rollback of recovered transactions to f...Marko Mäkelä2017-03-107-44/+44
* | Correct FSF addressiangilfillan2017-03-10816-816/+816
* | MDEV-11965 -Werror should not appear in released tarballsSergei Golubchik2017-03-101-3/+3
* | typo fixedSergei Golubchik2017-03-101-1/+1
* | compiler warningsSergei Golubchik2017-03-105-9/+9
* | Merge 10.0 into 10.1Marko Mäkelä2017-03-103-45/+39
|\ \ | |/
| * Use correct integer format with printf-like functions.Marko Mäkelä2017-03-093-9/+11
| * Remove unused variables.Marko Mäkelä2017-03-091-1/+0
* | WSREP: Use TRX_ID_FMT for trx_id_t in messages.Marko Mäkelä2017-03-092-24/+36
* | Fix an error introduced in the previous commit.Marko Mäkelä2017-03-092-4/+4