summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed false positive from close_cached_connection_tablesbb-10.4-svoj-backupSergey Vojtovich2018-12-092-6/+14
* Call ha_table_exists() under SU lockSergey Vojtovich2018-12-097-28/+51
* MDEV-17772 - 3 way lock : ALTER, MDL, BACKUP STAGE BLOCK_DDLSergey Vojtovich2018-12-097-184/+162
* Moved early check for table existance to mysql_execute_command()Sergey Vojtovich2018-12-098-75/+31
* MDEV-17308 mariabackup to use the BACKUP statement instead of FTWRLVladislav Vaintroub2018-12-081-28/+9
* Added syntax and implementation for BACKUP STAGE'sMonty2018-12-0838-41/+3530
* Added new MDL_BACKUP locks for all backup stagesMonty2018-12-0825-126/+574
* Honor lock_wait_timeout when updating stats tablesMonty2018-12-083-34/+51
* Simplify test for updateable TABLE_CATEGORY'sMonty2018-12-083-28/+31
* Acquire global read lock (MDL_BACKUP_STMT) after share is acquiredSergey Vojtovich2018-12-088-69/+278
* Combine GLOBAL and COMMIT namespaces into BACKUP namespace.Sergey Vojtovich2018-12-0828-245/+377
* Changed FLUSH TABLES to not change share versionMonty2018-12-0836-231/+209
* Fixed race condition between flush tables and insert delayedMonty2018-12-081-28/+56
* Optimize flush tables with read lock (FTWRL) to not wait for select'sMonty2018-12-0835-81/+456
* Added API for copying aria tables in mariabackupMonty2018-12-087-6/+779
* Added --print-log-control-file option to aria_read_logMonty2018-12-083-4/+141
* Added backup handler callsMonty2018-12-085-2/+89
* Added timing of bootstrap to mtrMonty2018-12-081-0/+6
* Cleaned up some MTR testsMonty2018-12-086-176/+183
* Fixed test case bug in purge_thread_shutdownMonty2018-12-081-1/+3
* Disabled some galera tests that always fails on OpenSuse 10.5Monty2018-12-082-1/+10
* Fixed BUILD scripts to by default work with galera and tokudbMonty2018-12-082-1/+14
* Add --without-wsrep option to BUILD scriptsMonty2018-12-081-0/+5
* Fixed that mtr --extern works with --include/have_innodb.incMonty2018-12-081-0/+1
* Changed some MySQL names in messages to MariaDBMonty2018-12-0821-1344/+73
* Simple cleanups (no logic changes)Monty2018-12-0812-75/+50
* MDEV-17928 Conversion from TIMESTAMP to VARCHAR SP variables does not work we...Alexander Barkov2018-12-088-15/+94
* Fix Win64 buildVladislav Vaintroub2018-12-081-7/+7
* MDEV-17932 : assertion in multi RENAME USER command.Vladislav Vaintroub2018-12-083-1/+18
* Merge 10.3 into 10.4Marko Mäkelä2018-12-082-9/+10
|\
| * Fix the 64-bit Windows buildMarko Mäkelä2018-12-081-2/+2
| * Fix an occational test failure in rpl.rpl_gtid_crashKristian Nielsen2018-12-071-0/+1
* | 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