summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into HEADbb-10.4-MDEV-17520Marko Mäkelä2018-12-0759-1054/+2122
|\
| * Merge 10.3 into 10.4Marko Mäkelä2018-12-0716-111/+217
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2018-12-0716-101/+207
| | |\
| | | * 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
| * | | | | Cleanup: removing unused zeroing Datetime() constructorAlexander Barkov2018-12-071-4/+0
| * | | | | Move deletion of old GTID rows to slave background threadKristian Nielsen2018-12-0721-307/+675
| * | | | | Fix windows build : re-record .result fileVladislav Vaintroub2018-12-061-2/+1
| * | | | | Windows : create a minimalistic MTR test for mysql_install_db.exeVladislav Vaintroub2018-12-064-1/+37
| * | | | | MDEV-15649 Speedup search in acl_users and acl_dbs array,Vladislav Vaintroub2018-12-065-112/+239
| * | | | | MDEV-17906 Class Binary_stringbb-10.4-mdev7063Alexander Barkov2018-12-053-273/+388
| * | | | | MDEV-17907 Class Static_binary_stringAlexander Barkov2018-12-052-217/+240
| * | | | | MDEV-17905 Add class CharsetAlexander Barkov2018-12-052-53/+81
| * | | | | Add CONTRIBUTING file and modify README file about live QA regarding new cont...Anel Husakovic2018-12-042-5/+57
| * | | | | MDEV-8894 Inserting fractional seconds into MySQL 5.6 master breaks consisten...Alexander Barkov2018-12-046-7/+25
| * | | | | MDEV-5377 Row-based replication of MariaDB temporal data types with FSP>0 int...Alexander Barkov2018-12-0410-56/+256
* | | | | | Try to ensure that rollback of inserting metadata record worksMarko Mäkelä2018-12-055-28/+35
* | | | | | Ensure that page_copy_rec_list cannot failMarko Mäkelä2018-12-054-40/+83
* | | | | | Propagate page conversion failuresMarko Mäkelä2018-12-059-352/+356
* | | | | | Handle btr_page_reorganize() failureMarko Mäkelä2018-12-052-23/+47
* | | | | | Convert pages before btr_compress() if neededMarko Mäkelä2018-12-052-16/+36
* | | | | | Fix a few FIXMEsMarko Mäkelä2018-12-042-10/+17
* | | | | | dict_index_calc_min_rec_len(): Use the flexible format for dual-formatMarko Mäkelä2018-12-041-1/+3
* | | | | | page_copy_rec_list_convert(): Copy and convert a leaf pageMarko Mäkelä2018-12-043-72/+81
* | | | | | Remove unnecessary #includeMarko Mäkelä2018-12-042-14/+2
* | | | | | btr_corruption_report(): Add ATTRIBUTE_NORETURNMarko Mäkelä2018-12-041-1/+1
* | | | | | Merge 10.4 into bb-10.4-MDEV-17520Marko Mäkelä2018-12-0439-220/+234
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2018-12-049-17/+128
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-049-17/+128
| | |\ \ \ \ | | | |/ / /
| | | * | | 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