summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2018-12-1213-39/+292
|\
| * Merge 10.0 into 10.1Marko Mäkelä2018-12-1211-15/+303
| |\
| | * MDEV-17833 ALTER TABLE is not enforcing prefix index size limitEugene Kosov2018-12-114-6/+67
| | * MDEV-17032: Estimates are higher for partitions of a table with @@use_stat_ta...Varun Gupta2018-12-077-9/+235
* | | MDEV-17938 ALTER TABLE reports ER_TABLESPACE_EXISTS after failed ALTER TABLEMarko Mäkelä2018-12-104-13/+23
* | | MDEV-17923: Fix the pointer arithmeticsMarko Mäkelä2018-12-071-3/+3
* | | After-merge fixMarko Mäkelä2018-12-072-2/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2018-12-0713-93/+170
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2018-12-072-8/+8
| |\ \ | | |/
| | * MDEV-17904 Crash in fts_is_sync_needed() after failed ALTER or CREATE TABLEMarko Mäkelä2018-12-072-8/+8
| * | MDEV-17917 MTR: fixed race conditions in perfschema.socket_connect, main.connectVladislav Vaintroub2018-12-063-21/+8
| * | Merge branch '10.0' into 10.1Sergei Golubchik2018-12-068-64/+159
| |\ \ | | |/
| | * MDEV-17898 FLUSH PRIVILEGES crashes server with segfaultSergei Golubchik2018-12-063-19/+43
| | * correct order of arguments for Dynamic_array<>::CMP_FUNC2Sergei Golubchik2018-12-061-1/+1
| | * cleanup: DYNAMIC_ARRAY -> Dynamic_array<ACL_DB> acl_dbsSergei Golubchik2018-12-062-42/+48
| | * Added a testcase for mdev-17734Varun Gupta2018-12-053-0/+55
| | * MDEV-17734: AddressSanitizer: use-after-poison in create_key_parts_for_pseudo...Varun Gupta2018-11-201-1/+3
| * | Fortify galera_sst_mariabackup_table_options test.Jan Lindström2018-11-261-0/+8
| * | MDEV-17804: Galera tests cause mysql_socket.h:738: inline_mysql_socket_send: ...Jan Lindström2018-11-262-5/+17
| * | MDEV-17801: Galera test failure on galera_var_reject_queriesJan Lindström2018-11-265-9/+28
* | | MDEV-17923 Assertion failed in trx_undo_page_report_modify after CREATE FULLT...Marko Mäkelä2018-12-073-11/+41
* | | Disable a frequently failing testMarko Mäkelä2018-12-041-0/+1
* | | MDEV-17432 Assertion `lock_trx_has_sys_table_locks(trx) == 0' failed upon ALT...Thirunarayanan Balathandayuthapani2018-12-031-0/+5
* | | MDEV-17432 Assertion `lock_trx_has_sys_table_locks(trx) == 0' failed upon ALT...Thirunarayanan Balathandayuthapani2018-12-032-1/+8
* | | MDEV-17871 Crash when running explain with CTEIgor Babaev2018-12-014-7/+98
* | | Re-disable a failing testMarko Mäkelä2018-11-301-0/+1
* | | Fix syntax error on galera/disabled.def fileJan Lindström2018-11-291-2/+0
* | | MDEV-17810: Improve error printout when decryption fails or we identify page ...Jan Lindström2018-11-291-4/+13
* | | Fix xtrabackup SST tests by using innodb-safe-truncate=OFF.Jan Lindström2018-11-2911-10/+62
* | | Remove some unnecessary InnoDB #includeMarko Mäkelä2018-11-29119-275/+34
* | | MDEV-17859: Clean up the FOREIGN KEY handlingMarko Mäkelä2018-11-294-147/+24
* | | MDEV-17859 Operating system errors in file operations after failed CREATEMarko Mäkelä2018-11-284-14/+52
* | | MDEV-13155: XA recovery not supported for RocksDBSergei Petrunia2018-11-283-0/+71
* | | Remove unused mem_heap_allocatorMarko Mäkelä2018-11-281-99/+0
* | | MDEV-17849 Undo tablespace truncation recovery fails to shrink fileMarko Mäkelä2018-11-277-388/+254
* | | Remove the redundant variable fil_n_file_openedMarko Mäkelä2018-11-276-13/+3
* | | MDEV-17851 Assertion failure srv_undo_tablespaces > 1Marko Mäkelä2018-11-271-5/+3
* | | MDEV-17816: Follow-up fixMarko Mäkelä2018-11-261-2/+2
* | | MDEV-17831 TRUNCATE TABLE removes ROW_FORMAT=COMPRESSEDMarko Mäkelä2018-11-263-0/+19
* | | MDEV-17811: Add deprecation information for xtrabackupJan Lindström2018-11-261-0/+18
* | | MDEV-17816 Crash in TRUNCATE TABLE when table creation failsMarko Mäkelä2018-11-266-34/+48
* | | MDEV-14409 Assertion `page_rec_is_leaf(rec)' failed in lock_rec_validate_pageMarko Mäkelä2018-11-261-4/+9
* | | MDEV-17804: Galera tests cause mysql_socket.h:738: inline_mysql_socket_send: ...Jan Lindström2018-11-222-5/+17
* | | MDEV-17801: Galera test failure on galera_var_reject_queriesJan Lindström2018-11-225-9/+28
* | | MDEV-15522: Change galera suite MTR tests to use mariabackup instead of xtrab...Jan Lindström2018-11-221-1/+2
* | | MDEV-15522: Change galera suite MTR tests to use mariabackup instead of xtrab...Jan Lindström2018-11-221-0/+7
* | | MDEV-17771: Add Galera ist and sst tests using mariabackupJan Lindström2018-11-228-8/+97
* | | Merge remote-tracking branch 'origin/10.1' into 10.2Jan Lindström2018-11-2126-110/+2250
|\ \ \ | |/ /
| * | MDEV-17771: Add Galera ist and sst tests using mariabackupJan Lindström2018-11-216-0/+1239
| * | Add missing .rdiff file to test galera_sst_xtrabackup-v2_data_dirJan Lindström2018-11-201-0/+103