summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14721 Big transaction events get lost on semisync master whenAndrei Elkin2018-01-274-5/+96
* Merge branch '10.2' of https://github.com/mariadb/server into 10.2Vladislav Vaintroub2018-01-261-0/+2
|\
| * Fixed memory overrun in create_postjoin_aggr_table()Monty2018-01-261-0/+2
* | Fix MinSizeRel build on Windows.Vladislav Vaintroub2018-01-263-13/+26
* | Windows : fix compile warnings C4267, on 32bit firstVladislav Vaintroub2018-01-265-7/+13
* | update C/CVladislav Vaintroub2018-01-261-0/+0
* | Fix and reenable Windows compiler warning C4800 (size_t conversion).Vladislav Vaintroub2018-01-2624-71/+71
|/
* MDEV-15063: InnoDB assertion failure !is_owned() at dict0defrag_bg.cc:327Jan Lindström2018-01-251-0/+1
* Fix for MDEV-12730Monty2018-01-241-1/+10
* MDEV-15057 Crash when using an unknown identifier as an SP parameterMonty2018-01-244-13/+83
* Allocate page_cleaner and page_cleaner.slot[] staticallyMarko Mäkelä2018-01-241-131/+118
* MDEV-15016: multiple page cleaner threads use a lot of CPUMarko Mäkelä2018-01-241-8/+10
* mariadbbackup: use defaults-group-suffix even if no --defaults-fileDaniel Black2018-01-231-3/+4
* MDEV-14603 signal 11 with short stacktraceAlexander Barkov2018-01-234-0/+179
* MDEV-13825 mariabackup --lock-ddl-per-table does not properly lockVladislav Vaintroub2018-01-231-7/+21
* MDEV-12173 "[Warning] Trying to access missing tablespace"Marko Mäkelä2018-01-221-2/+2
* Allocate mutex_monitor, create_tracker staticallyMarko Mäkelä2018-01-224-26/+12
* Remove useless method LatchCounter::sum_deregister()Marko Mäkelä2018-01-222-17/+2
* MDEV-15029 XA COMMIT and XA ROLLBACK operate on freed transaction objectMarko Mäkelä2018-01-222-18/+18
* MDEV-13352: Server crashes in st_join_table::remove_duplicatesSergei Petrunia2018-01-223-1/+29
* MDEV-14941 Timeouts on persistent statistics tables caused by MDEV-14511Marko Mäkelä2018-01-2218-660/+669
* Reset thd->lex->current_select for SPMonty2018-01-212-1/+13
* Fixed wrong arguments to printf in InnoDBMonty2018-01-215-42/+43
* Fixed mdev-14969 Non-recursive Common Table Expressions used in viewIgor Babaev2018-01-183-0/+124
* MDEV-14985 innodb_undo_log_truncate may be blocked if transactions were recov...Marko Mäkelä2018-01-181-12/+13
* Fixed some build scripts to work with gprof and gcovMonty2018-01-184-3/+4
* Fixed MDEV-14326 engine ARIA with row_format=FIXED is brokenMonty2018-01-183-8/+184
* MDEV-14968 On upgrade, InnoDB reports "started; log sequence number 0"Marko Mäkelä2018-01-161-0/+1
* Moving a change_list related methods from THD to Item_change_listAlexander Barkov2018-01-165-28/+41
* Mariabackup --prepare: Do not access transactions or data dictionaryMarko Mäkelä2018-01-161-7/+22
* Follow-up fix to MDEV-14441: Fix a potential race conditionMarko Mäkelä2018-01-161-1/+1
* Follow-up fix to MDEV-14441: Correct a misplaced conditionMarko Mäkelä2018-01-161-2/+2
* Better explanation why rpl_row_triggers is disabled.Sergei Petrunia2018-01-151-2/+1
* MDEV-14441 InnoDB hangs when setting innodb_adaptive_hash_index=OFF during UP...Marko Mäkelä2018-01-151-22/+26
* Fix -Wsign-compare introduced by Compilation speed (#546)Marko Mäkelä2018-01-151-2/+3
* Merge 10.1 into 10.2Marko Mäkelä2018-01-152-6/+7
|\
| * Fix a test that always failed on --embeddedMarko Mäkelä2018-01-152-5/+7
* | Update .result for rocksdb.rpl_row_triggers (not the whole test works yet)Sergei Petrunia2018-01-151-3/+47
* | MDEV-13626: Merge InnoDB test cases from MySQL 5.7 (part 6)Marko Mäkelä2018-01-153-226/+211
* | MDEV-12121 follow-up: Unbreak the WITH_INNODB_AHI=OFF buildMarko Mäkelä2018-01-157-20/+49
* | Compilation speed (#546)Eugene Kosov2018-01-149-28/+23
* | MDEV-14887 On a 32-bit system, MariaDB 10.2 mishandles data file sizes exceed...Marko Mäkelä2018-01-131-14/+10
* | Fixed BUILD scriptsMonty2018-01-132-1/+7
* | Merge branch 'bb-10.2-mariarocks' into 10.2Sergei Petrunia2018-01-133-1/+5
|\ \
| * | rocksdb.information_schema testcase is not stableSergei Petrunia2018-01-131-1/+1
| * | Attempt to eliminate race conditions in rocksdb.information_schemaSergei Petrunia2018-01-122-0/+4
* | | Added a missing result file to the rocksdb_sys_vars result suiteVarun Gupta2018-01-122-0/+8
|/ /
* | Change MyRocks maturity from Alpha to BetaSergei Petrunia2018-01-122-13/+13
* | MDEV-14372: Fix and enable rocksdb.information_schema testSergei Petrunia2018-01-127-13/+47
* | Removed duplicated copyright messageMonty2018-01-111-16/+1