summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bb-10.2-ext' into bb-10-ext-mdev-13369bb-10-ext-mdev-13369Igor Babaev2017-08-10316-3921/+16159
|\
| * This is a modification of the first patch committed for mdev-13369Igor Babaev2017-08-107-43/+199
| * This first patch prepared for the task MDEV-13369:Igor Babaev2017-08-1013-51/+948
| * Temporarily record wrong result for the MDEV-12604 JSON_EXTRACT testMarko Mäkelä2017-08-091-3/+9
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2017-08-0914-51/+234
| |\
| | * A followup to MDEV-13470: remove the code that is now uselessSergei Petrunia2017-08-091-3/+0
| | * Fix a random result mismatch of encryption.innodb_encrypt_logMarko Mäkelä2017-08-092-0/+6
| | * MDEV-13472 rpl.rpl_semi_sync_wait_point crashes because of thd_destructor_proxyMarko Mäkelä2017-08-091-2/+4
| | * Follow-up to MDEV-11487: Remove InnoDB internal temporary tablesMarko Mäkelä2017-08-083-26/+6
| | * Add DBUG "trx" instrumentation that was used for catching MDEV-13470Marko Mäkelä2017-08-082-2/+14
| | * MDEV-13470 DELETE IGNORE should not ignore deadlocks (again)Marko Mäkelä2017-08-081-0/+6
| | * MDEV-12789 JSON_KEYS returns duplicate keys twice.Alexey Botchkov2017-08-083-4/+57
| | * MDEV-12732 json.json_no_table fails with valgrind in buildbot andAlexey Botchkov2017-08-081-1/+2
| | * MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-086-13/+138
| * | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-08-0841-906/+1114
| |\ \ | | |/
| | * Remove wait_innodb_all_purged.incMarko Mäkelä2017-08-0810-168/+83
| | * Deterministically wait for purge using wait_all_purged.incMarko Mäkelä2017-08-082-22/+31
| | * Backport MDEV-13430 recovery improvement to MariaDB 10.2Marko Mäkelä2017-08-081-21/+24
| | * MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid)Jan Lindström2017-08-0821-656/+923
| | * MDEV-11937: InnoDB flushes redo log too oftenKristian Nielsen2017-08-075-38/+42
| | * Attempt to make rocksdb.rocksdb_parts stableSergei Petrunia2017-08-072-1/+11
| * | Get rid of valgrind warning for sql_sequence tests.Monty2017-08-071-0/+6
| * | MDEV-13393 SEQUENCE related crash when running concurrent I_S.TABLES and FLUS...Monty2017-08-072-9/+8
| * | Fixed compiler warningMonty2017-08-071-0/+1
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-08-07250-2697/+14349
| |\ \ | | |/
| | * Make rocksdb.rocksdb_icp test stableSergei Petrunia2017-08-072-4/+4
| | * Merge branch '10.2' of github.com:MariaDB/server into 10.2Sergei Petrunia2017-08-0711-13/+118
| | |\
| | | * MDEV-13452 Assertion `!recv_no_log_write' failed in log_reserve_and_open()Marko Mäkelä2017-08-072-2/+4
| | | * MDEV-13451 Assertion `!recv_no_ibuf_operations' failed in ibuf_page_low()Marko Mäkelä2017-08-071-2/+1
| | | * MDEV-12324 Wrong result (phantom array value) on JSON_EXTRACT.Alexey Botchkov2017-08-073-1/+13
| | | * MDEV-12181 ST_AsGeoJSON argument does not limit decimals.Alexey Botchkov2017-08-075-8/+100
| | * | MDEV-13374: Server crashes in first_linear_tab / st_select_lex::set_explain_typeSergei Petrunia2017-08-073-2/+29
| | |/
| | * travis: add clang-5.0Daniel Black2017-08-072-6/+5
| | * Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-08-065-32/+83
| | |\
| | | * MDEV-12180 ST_GeomFromGeoJSON option argument appears to have no effect.Alexey Botchkov2017-08-065-32/+83
| | * | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-08-065-5/+227
| | |\ \ | | | |/
| | | * Support for server error messages in HindiSergey Vojtovich2017-08-041-0/+1
| | | * Support for server error messages in HindiSergey Vojtovich2017-08-031-2/+2
| | | * Support for server error messages in HindiSergey Vojtovich2017-08-031-2/+3
| | | * Support for server error messages in Hindi.Nirbhay Choubey2017-08-032-1/+221
| | * | Backport to 10.2: Make rocksdb.type_varchar test stableSergei Petrunia2017-08-062-12/+12
| | * | More commentsSergei Petrunia2017-08-051-0/+1
| | * | Make "SET @@rocksdb_bulk_load=0" return an error instead of crashing the serverSergei Petrunia2017-08-034-15/+30
| | * | Make rocksdb.prefix_extractor_override work on WindowsSergei Petrunia2017-08-011-1/+3
| | * | Use proper #include'sSergei Petrunia2017-08-011-0/+1
| | * | Post-merge fix: Rdb_io_watchdog doesn't support windowsSergei Petrunia2017-08-012-11/+6
| | * | Post-merge fix: Rdb_io_watchdog doesn't support windowsSergei Petrunia2017-07-313-3/+26
| | * | MDEV-13413: After the merge rocksdb.drop_table fails with warningsSergei Petrunia2017-07-312-40/+0
| | * | Disable rocksdb.issue243_transactionStatusSergei Petrunia2017-07-301-0/+1
| | * | Update test result for rocksdb.tbl_opt_data_index_dirSergei Petrunia2017-07-301-6/+6