summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* mysqld: ignore SIGHUP sent by the kernelSergei Golubchik2018-12-121-3/+4
* simplify usage of logger.set_handlers()Sergei Golubchik2018-12-121-15/+8
* MDEV-5313 Improving audit api.Alexey Botchkov2018-12-122-1/+31
* Fixed main.create-big failureSergey Vojtovich2018-12-102-2/+1
* MDEV-17946 : Unsorted acl_dbs after RENAME USERVladislav Vaintroub2018-12-101-0/+2
* MDEV-13995 MAX(timestamp) returns a wrong result near DST changeAlexander Barkov2018-12-1018-16/+1275
* 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-093-65/+68
* Added syntax and implementation for BACKUP STAGE'sMonty2018-12-0921-34/+518
* Added new MDL_BACKUP locks for all backup stagesMonty2018-12-0912-103/+271
* 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-094-64/+103
* Combine GLOBAL and COMMIT namespaces into BACKUP namespace.Sergey Vojtovich2018-12-0912-162/+314
* Changed FLUSH TABLES to not change share versionMonty2018-12-094-146/+98
* 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-099-31/+176
* Added backup handler callsMonty2018-12-092-0/+44
* Fixed that CREATE TABLE code used the right create_infoMonty2018-12-092-10/+1
* Simple cleanups (no logic changes)Monty2018-12-0910-73/+48
* MDEV-17255: New optimizer defaults and ANALYZE TABLEVarun Gupta2018-12-094-6/+33
* MDEV-15253: Default optimizer setting changes for MariaDB 10.4Varun Gupta2018-12-091-2/+2
* MDEV-17928 Conversion from TIMESTAMP to VARCHAR SP variables does not work we...Alexander Barkov2018-12-085-12/+21
* Fix Win64 buildVladislav Vaintroub2018-12-081-7/+7
* MDEV-17932 : assertion in multi RENAME USER command.Vladislav Vaintroub2018-12-081-1/+1
* Merge 10.3 into 10.4Marko Mäkelä2018-12-081-9/+9
|\
| * Fix the 64-bit Windows buildMarko Mäkelä2018-12-081-2/+2
* | Merge 10.3 into 10.4Marko Mäkelä2018-12-073-75/+86
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-12-073-65/+76
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2018-12-073-64/+75
| | |\
| | | * Merge branch '10.0' into 10.1Sergei Golubchik2018-12-063-64/+80
| | | |\
| | | | * MDEV-17898 FLUSH PRIVILEGES crashes server with segfaultSergei Golubchik2018-12-061-19/+19
| | | | * 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
| | | | * MDEV-17734: AddressSanitizer: use-after-poison in create_key_parts_for_pseudo...Varun Gupta2018-11-201-1/+3
| | | * | MDEV-17804: Galera tests cause mysql_socket.h:738: inline_mysql_socket_send: ...Jan Lindström2018-11-261-1/+2
| | | * | MDEV-17801: Galera test failure on galera_var_reject_queriesJan Lindström2018-11-263-6/+23
* | | | | Cleanup: removing unused zeroing Datetime() constructorAlexander Barkov2018-12-071-4/+0
* | | | | Move deletion of old GTID rows to slave background threadKristian Nielsen2018-12-0710-245/+335
* | | | | Windows : create a minimalistic MTR test for mysql_install_db.exeVladislav Vaintroub2018-12-061-1/+1
* | | | | MDEV-15649 Speedup search in acl_users and acl_dbs array,Vladislav Vaintroub2018-12-061-96/+223
* | | | | 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
* | | | | MDEV-5377 Row-based replication of MariaDB temporal data types with FSP>0 int...Alexander Barkov2018-12-044-56/+109
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-12-042-7/+11
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-042-7/+11
| |\ \ \ \ | | |/ / /
| | * | | MDEV-17871 Crash when running explain with CTEIgor Babaev2018-12-012-7/+11
* | | | | MDEV-16707 Add an accessor in Item_func_like class for the negated attributeAlexander Barkov2018-12-031-0/+3
* | | | | MDEV-17319 Assertion `ts_type != MYSQL_TIMESTAMP_TIME' failed upon inserting ...Alexander Barkov2018-12-025-49/+35