summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0 into 10.1Marko Mäkelä2017-05-1952-753/+638
|\
| * Fix some __attribute__((nonnull)) misuseMarko Mäkelä2017-05-1810-49/+30
| * ibuf_get_volume_buffered_hash(): Use a proper type castMarko Mäkelä2017-05-182-4/+2
| * Refactor trx_undo_report_row_operation()Marko Mäkelä2017-05-186-108/+53
| * Follow-up to MDEV-12534: Align srv_sysMarko Mäkelä2017-05-172-143/+112
| * MDEV-12358 Work around what looks like a bug in GCC 7.1.0Marko Mäkelä2017-05-179-87/+86
| * fil_create_new_single_table_tablespace(): Correct a bogus nonnull attributeMarko Mäkelä2017-05-174-10/+6
| * Remove redundant UT_LIST_INIT() callsMarko Mäkelä2017-05-1710-24/+8
| * Never pass NULL to innobase_get_stmt()Marko Mäkelä2017-05-176-30/+22
| * Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-1739-49/+106
| * Fix an incorrect debug assertionMarko Mäkelä2017-05-172-2/+6
| * MDEV-12071 storage/xtradb/handler/ha_innodb.cc: Cannot assign const_iterator ...Marko Mäkelä2017-05-171-1/+2
| * Fix warnings in innochecksum compilationMarko Mäkelä2017-05-171-3/+2
| * MDEV-5477 sphinxSE GROUP BY on multiple attributesSergei Golubchik2017-05-161-1/+4
| * MDEV-10936 CONNECT engine JDBC type can't find JdbcInterfaceSergei Golubchik2017-05-151-1/+1
| * MDEV-11883 MariaDB crashes with out-of-memory when query information_schemaSergei Golubchik2017-05-151-6/+9
| * MDEV-9998 Fix issues caught by Clang's -Wpointer-bool-conversion warningSergei Golubchik2017-05-158-20/+16
| * MDEV-12761 Error return from external_lock make the server crashSergei Golubchik2017-05-151-11/+9
| * MDEV-12188 information schema - errors populating fail to free memory, unlock...Marko Mäkelä2017-05-152-286/+284
| * Fix the Solaris compilation after MDEV-12674Marko Mäkelä2017-05-152-2/+16
* | MDEV-12593: InnoDB page compression should use lz4_compress_default ifJan Lindström2017-05-182-0/+10
* | Make some variables const in fil_iterate()Marko Mäkelä2017-05-172-32/+20
* | Never pass NULL to innobase_get_stmt()Marko Mäkelä2017-05-176-38/+40
* | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-1739-49/+106
* | Merge 10.0 into 10.1Marko Mäkelä2017-05-1214-239/+219
|\ \ | |/
| * MDEV-12674 Innodb_row_lock_current_waits has overflowMarko Mäkelä2017-05-1212-233/+214
* | MDEV-12253 post-fix: Do not leak memory in crash recoveryMarko Mäkelä2017-05-092-16/+16
* | MDEV-12253 post-push fix: buf_read_page_low() can return DB_ERRORMarko Mäkelä2017-05-092-2/+10
* | Merge branch '10.0' into 10.1Sergei Golubchik2017-05-081-13/+46
|\ \ | |/
| * MDEV-10104 Table lock race condition with replicationMonty2017-05-051-13/+46
* | MDEV-12624: encryption.innodb_encryption_tables fails in buildbot with timeoutmariadb-10.1.23Jan Lindström2017-05-022-2/+13
* | MDEV-12623: InnoDB: Failing assertion: kv == 0Jan Lindström2017-04-292-16/+0
* | Merge branch '10.0' 10.1Sergei Golubchik2017-04-281-2/+0
|\ \ | |/
| * Merge branch '5.5' into 10.0Sergei Golubchik2017-04-211-2/+0
| |\
| | * MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_keyâ...Sergei Golubchik2017-04-202-4/+4
| | * Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-112-1/+10
| | |\
| | | * Bug #25167032 CRASH WHEN ASSIGNING MY_ERRNO - MISSINGThirunarayanan Balathandayuthapani2017-01-062-1/+10
* | | | 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