summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14092 NEXTVAL fails on slaveMichael Widenius2017-10-195-12/+260
* sp_rcontext::sp cleanupAlexander Barkov2017-10-195-30/+24
* Moving a piece of open_and_process_routine() into a new function sp_acquire_r...Alexander Barkov2017-10-191-23/+41
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-18243-1290/+10217
|\
| * Remove dead code for pushing down LIMIT to InnoDB FULLTEXT INDEX queriesMarko Mäkelä2017-10-184-48/+4
| * MDEV-14082 Enforcing innodb_open_files leads to fil_system->mutex problemMarko Mäkelä2017-10-171-0/+1
| * MDEV-14055 Assertion `page_rec_is_leaf(rec)' failed in lock_rec_validate_pageMarko Mäkelä2017-10-141-7/+7
| * Fix mtr to create a process dump on Window for hanging or looping processesVladislav Vaintroub2017-10-133-3/+87
| * mariabackup: Properly call os_thread_exit() with detach=trueMarko Mäkelä2017-10-131-3/+3
| * Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocks-mergeSergei Petrunia2017-10-13115-725/+1162
| |\
| | * MDEV-11336: Enable defragmentation on 10.2 when tests passJan Lindström2017-10-127-40/+135
| | * Fixed the bug mdev-13796.Igor Babaev2017-10-116-21/+98
| | * MDEV-13928: Missing symbols building RocksDB on macOS 10.12.6Varun Gupta2017-10-111-1/+1
| | * MDEV-14038 ALTER TABLE does not exit on error with InnoDB + bad default functionAlexander Barkov2017-10-117-9/+95
| | * MDEV-14023 10.1 InnoDB tables with virtual columns cannot be accessed in 10.2Sergei Golubchik2017-10-111-0/+7
| | * Fix a warning about unused variableMarko Mäkelä2017-10-111-5/+4
| | * Remove an unused parameterMarko Mäkelä2017-10-116-9/+5
| | * MDEV-13923 Assertion `!is_set() || (m_status == DA_OK_BULK &&Alexey Botchkov2017-10-112-0/+36
| | * MDEV-13923 Assertion `!is_set() || (m_status == DA_OK_BULK &&Alexey Botchkov2017-10-114-2/+59
| | * Update AWS C++ SDK versionVladislav Vaintroub2017-10-111-1/+1
| | * Fix warnings in Win64Vladislav Vaintroub2017-10-113-3/+4
| | * Fix truncation warnings in connectVladislav Vaintroub2017-10-1115-43/+45
| | * Reapply a MySQL 5.6.23/5.7.10 Oracle Bug#20029625 fix that was inadvertently ...Marko Mäkelä2017-10-101-8/+53
| | * MDEV-13974: Build failure in rocksdb/rdb_datadic.ccVarun Gupta2017-10-101-0/+1
| | * Fix test failure on galera.view caused by incorrect locationJan Lindström2017-10-101-1/+2
| | * MDEV-13311 Presence of old logs in 10.2.7 will corrupt restored instance (cha...Marko Mäkelä2017-10-1010-21/+96
| | * Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-1030-142/+142
| | * Windows : small optimization in os_is_sparse_file_supported()Vladislav Vaintroub2017-10-101-4/+5
| | * MDEV-13941 followup.Vladislav Vaintroub2017-10-102-11/+40
| | * MDEV-13822 mariabackup incremental prepare incorrectly sets file size.Vladislav Vaintroub2017-10-101-7/+16
| | * Innodb : Refactor os_file_set_size() to be compatible 10.1Vladislav Vaintroub2017-10-106-221/+95
| | * MW-416 DDL replication moved after acl checkingsjaakola2017-10-101-8/+22
| | * MW-416sjaakola2017-10-101-1/+1
| | * MW-416sjaakola2017-10-105-11/+44
| | * MDEV-14023 10.1 InnoDB tables with virtual columns cannot be accessed in 10.2Marko Mäkelä2017-10-092-6/+8
| | * btr_free_root(): Relax a too strict debug assertionMarko Mäkelä2017-10-091-1/+2
| | * merge 10.1->10.2Vladislav Vaintroub2017-10-079-156/+108
| | |\
| | | * Merge branch 'bb-10.1-wlad' into 10.1Vladislav Vaintroub2017-10-076-353/+84
| | | |\
| | | | * MDEV-13310 Preparing an incremental backup twice can corrupt dataVladislav Vaintroub2017-10-071-1/+4
| | | | * MDEV-13798 - fix incorrect alignment of the buffer in incremental backupVladislav Vaintroub2017-10-071-1/+1
| | | | * MDEV-13822 mariabackup incremental prepare incorrectly sets file size.Vladislav Vaintroub2017-10-071-52/+11
| | | | * Refactor os_file_set_size to extend already existing files.Vladislav Vaintroub2017-10-074-151/+36
| | | | * Refactor os_file_set_size() so it can be used to extend existing file,Vladislav Vaintroub2017-10-052-150/+34
| | | * | MDEV-13512 buf_flush_update_zip_checksum() corrupts SPATIAL INDEX in ROW_FORM...Marko Mäkelä2017-10-062-6/+0
| | | |/
| | | * MDEV-13242 Wrong results for queries with row constructors and information_sc...Alexander Barkov2017-10-054-0/+74
| | * | MDEV-12705 10.1.18-MariaDB-1~jessie - mysqld got signal 11.Alexey Botchkov2017-10-073-2/+46
| * | | MDEV-13852: temporarily disable running tests on windowsSergei Petrunia2017-10-112-0/+9
| * | | Temporarily disable tests that rely on FB-only featuresSergei Petrunia2017-10-091-0/+4
| * | | Fix rocksdb.perf_context testSergei Petrunia2017-10-092-0/+7
| * | | Fix mege error in rocksdb.use_direct_reads_writes testSergei Petrunia2017-10-091-1/+0