summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13995 MAX(timestamp) returns a wrong result near DST changebb-10.4-mdev13995Alexander Barkov2018-12-1026-16/+1850
* Cleanup: Datetime() constructors accepting Longlong_hybrid/Sec6 do not need THDAlexander Barkov2018-12-102-7/+7
* Moved early check for table existance to mysql_execute_command()Sergey Vojtovich2018-12-0913-240/+202
* MDEV-17308 mariabackup to use the BACKUP statement instead of FTWRLVladislav Vaintroub2018-12-092-31/+21
* Added syntax and implementation for BACKUP STAGE'sMonty2018-12-0938-41/+3530
* Added new MDL_BACKUP locks for all backup stagesMonty2018-12-0925-126/+574
* Honor lock_wait_timeout when updating stats tablesMonty2018-12-093-34/+51
* Simplify test for updateable TABLE_CATEGORY'sMonty2018-12-093-28/+31
* Acquire global read lock (MDL_BACKUP_STMT) after share is acquiredSergey Vojtovich2018-12-098-69/+278
* Combine GLOBAL and COMMIT namespaces into BACKUP namespace.Sergey Vojtovich2018-12-0928-245/+377
* Changed FLUSH TABLES to not change share versionMonty2018-12-0936-233/+219
* Fixed race condition between flush tables and insert delayedMonty2018-12-091-28/+56
* Optimize flush tables with read lock (FTWRL) to not wait for select'sMonty2018-12-0935-81/+456
* Added API for copying aria tables in mariabackupMonty2018-12-097-6/+779
* Added --print-log-control-file option to aria_read_logMonty2018-12-093-4/+141
* Added backup handler callsMonty2018-12-095-2/+89
* Fixed that CREATE TABLE code used the right create_infoMonty2018-12-092-10/+1
* Added timing of bootstrap to mtrMonty2018-12-091-0/+6
* Cleaned up some MTR testsMonty2018-12-099-178/+450
* Fixed test case bug in purge_thread_shutdownMonty2018-12-091-1/+3
* Disabled some galera tests that always fails on OpenSuse 10.5Monty2018-12-092-1/+10
* Fixed BUILD scripts to by default work with galera and tokudbMonty2018-12-092-1/+14
* Add --without-wsrep option to BUILD scriptsMonty2018-12-091-0/+5
* Fixed that mtr --extern works with --include/have_innodb.incMonty2018-12-091-0/+1
* Changed some MySQL names in messages to MariaDBMonty2018-12-0921-1344/+73
* Simple cleanups (no logic changes)Monty2018-12-0912-75/+50
* MDEV-17255: New optimizer defaults and ANALYZE TABLEVarun Gupta2018-12-0912-15/+198
* MDEV-15253: Default optimizer setting changes for MariaDB 10.4Varun Gupta2018-12-09248-1741/+3679
* 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