summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2017-05-22136-975/+1290
|\
| * Merge 10.0 into 10.1Marko Mäkelä2017-05-1975-790/+830
| |\
| | * 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-1761-75/+168
| | * 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-12216 main.mysqld--help 'unix' test is failing when profiling support is...Sergei Golubchik2017-05-161-0/+1
| | * 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-12660 inconsistent mysql_stmt_closeSergei Golubchik2017-05-151-2/+1
| | * MDEV-11883 MariaDB crashes with out-of-memory when query information_schemaSergei Golubchik2017-05-153-6/+58
| | * MDEV-9998 Fix issues caught by Clang's -Wpointer-bool-conversion warningSergei Golubchik2017-05-1514-37/+23
| | * MDEV-12761 Error return from external_lock make the server crashSergei Golubchik2017-05-155-12/+38
| | * MDEV-12420 max_recursive_iterations did not prevent a stack-overflow and segf...Sergei Golubchik2017-05-1510-46/+24
| | * WIP: global readonly variable pcre_frame_sizeDaniel Black2017-05-157-1/+33
| | * MDEV-12420: pcre recursion overflow test caseDaniel Black2017-05-152-0/+9
| | * MDEV-12420: add full list of pcre error messagesDaniel Black2017-05-151-0/+62
| | * MDEV-12420: PCRE stack overflowDaniel Black2017-05-152-3/+7
| | * 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
| * | Backport aws kms build fixes from 10.2Vladislav Vaintroub2017-05-181-6/+29
| * | MDEV-12810 - force static build of crc libraryVladislav Vaintroub2017-05-181-1/+1
| * | MDEV-12814 mariabackup : don't try io throttling in copy-backVladislav Vaintroub2017-05-182-2/+2
| * | MDEV-12593: InnoDB page compression should use lz4_compress_default ifJan Lindström2017-05-1816-3107/+656
| * | 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-1764-80/+175
* | | Remove bogus __attribute__((nonnull))Marko Mäkelä2017-05-194-8/+11
* | | Fix a compilation warning introduced by MDEV-11782Marko Mäkelä2017-05-191-4/+5
* | | Remove unnecessary conversions from integer to doubleMarko Mäkelä2017-05-191-5/+5
* | | Fix some -Wimplicit-fallthrough warnings in InnoDBMarko Mäkelä2017-05-195-9/+6
* | | MDEV-12698 innodb.innodb_stats_del_mark test failureMarko Mäkelä2017-05-1917-334/+385
* | | Fixed the bug mdev-12788.Igor Babaev2017-05-184-2/+63
* | | MDEV-12794 innodb_zip.recover failed in buildbotMarko Mäkelä2017-05-181-0/+7
* | | Fix a compiler warningSergei Petrunia2017-05-171-0/+1
* | | MDEV-12756 rpl.rpl_killed_ddl fails in buildbot with 'Can't find record'Monty2017-05-1711-3/+44
* | | Additions to 10.2.6 unstable-tests listmariadb-10.2.6Elena Stepanova2017-05-151-8/+9
* | | MDEV-12674 Post-merge fix: Include accidentally omitted changesMarko Mäkelä2017-05-124-8/+54
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-1215-228/+170
|\ \ \ | |/ /
| * | 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