summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11336: Enable defragmentation on 10.2 when tests passbb-10.2-MDEV-11336Jan Lindström2017-10-125-20/+63
* 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-11586 UNION of FLOAT type results in erroneous precisionAlexander Barkov2017-10-063-1/+42
* | MDEV-12312 JSON_CONTAINS_PATH does not detect invalid path and returnsAlexey Botchkov2017-10-063-1/+14
* | MDEV-13703 Illegal mix of collations for operation 'json_object' onAlexey Botchkov2017-10-063-2/+19
* | ha_innobase::open(): Simplify a consistency checkMarko Mäkelä2017-10-063-46/+19
* | MDEV-12311 Insufficient check for argument validity in JSON functions.Alexey Botchkov2017-10-053-1/+14
* | MDEV-13306 JSON_CONTAINS returns wrong value.Alexey Botchkov2017-10-053-0/+11
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-041-2/+2
|\ \ | |/
| * MDEV-13950 mysqld_safe could not start Galera node after upgrade ...sachin2017-10-021-2/+2
* | cleanup: remove test include file, clarify the commentSergei Golubchik2017-10-044-38/+11
* | cppcheck harmless warningsSergei Golubchik2017-10-042-5/+1
* | enable MongoDB support in CONNECTSergei Golubchik2017-10-041-1/+1
* | Replace a non-ASCII character in a commentMarko Mäkelä2017-10-041-1/+1
* | Fix several truncation and formatting warnings.Vladislav Vaintroub2017-10-036-17/+17
* | Fix Windows warnings : fix server_audit not to use my_win_open and CoVladislav Vaintroub2017-10-031-31/+28