summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16548 - Innodb fails to start on older kernels that don't support F_DUPF...bb-10.5-svoj-MDEV-16548Sergey Vojtovich2019-05-237-107/+27
* MDEV-16548 - Innodb fails to start on older kernels that don't support F_DUPF...Sergey Vojtovich2019-05-234-23/+16
* MDEV-19550 Move specific parts of log_event.cc to log_event_client.cc and log...Alexander Barkov2019-05-236-11386/+11318
* Make it trivial to get stack traces from external programs.Monty2019-05-238-33/+107
* MDEV-17841 S3 storage engineMonty2019-05-2366-212/+4389
* aria is mandatory now, so don't bother with CMAKE_DEPENDENT_OPTIONSergei Golubchik2019-05-231-4/+1
* Avoid not needed renames in ALTER TABLEMonty2019-05-235-26/+96
* ha_discover_table_names() now always remove duplicatesMonty2019-05-231-0/+2
* Replace ha_notify_table_changed() with notify_tabledef_changed()Monty2019-05-2317-105/+72
* Updated error message for HA_ERR_INCOMPATIBLE_DEFINITIONMonty2019-05-232-4/+4
* Renamed tmp file using #sql_#_# to #sql-#-#Monty2019-05-232-3/+3
* Indentation cleanupsMonty2019-05-231-3/+2
* Removed not used function maria_clone()Monty2019-05-232-15/+0
* Updated debian packages to 10.5Monty2019-05-2352-551/+591
* MDEV-19534 Make innodb_checksum_algorithm=full_crc32 by default, and remove i...Marko Mäkelä2019-05-2211-2133/+12
* Attempt fixing ERR_remove_state warningSergey Vojtovich2019-05-211-0/+1
* mysql_socket_accept() microoptimisationsSergey Vojtovich2019-05-211-9/+6
* Maintain connection_count atomicallySergey Vojtovich2019-05-2121-1628/+31
* Simplified away wake_threadSergey Vojtovich2019-05-211-20/+17
* Move thread re-initialisation out of cache_threadSergey Vojtovich2019-05-213-44/+43
* Simplified away scheduler_functions::end_thread()Sergey Vojtovich2019-05-218-97/+23
* Simplified away init_new_connection_thread()Sergey Vojtovich2019-05-216-25/+9
* Signal COND_thread_cache out of mutexSergey Vojtovich2019-05-211-1/+1
* Try accept a few times before falling back to pollSergey Vojtovich2019-05-211-20/+18
* Improved ha_close_connection() scalabilitySergey Vojtovich2019-05-212-23/+17
* Adiue thd_ha_data(), you've broke many heartsSergey Vojtovich2019-05-217-14/+2
* Fixed RocksDB to follow THD ha_data protocolSergey Vojtovich2019-05-214-67/+32
* Fixed InnoDB to not use broken thd_ha_data()Sergey Vojtovich2019-05-211-1/+1
* Fixed Aria to follow THD ha_data protocolSergey Vojtovich2019-05-211-6/+6
* Fixed Sphinx to follow THD ha_data protocolSergey Vojtovich2019-05-211-25/+12
* Fixed Mroonga to follow THD ha_data protocolSergey Vojtovich2019-05-212-5/+4
* Fixed Spider to follow THD ha_data protocolSergey Vojtovich2019-05-213-4/+7
* Fixed FederatedX to follow THD ha_data protocolSergey Vojtovich2019-05-213-10/+7
* Moved vio allocation to connection threadSergey Vojtovich2019-05-216-56/+58
* Simplified away CONNECT::real_idSergey Vojtovich2019-05-213-4/+4
* Simplified away CONNECT::extra_portSergey Vojtovich2019-05-215-8/+0
* Simplified away CONNECT::hostSergey Vojtovich2019-05-214-10/+7
* Removed duplicate thread cache checkSergey Vojtovich2019-05-211-18/+12
* Optimised fcntl() when accepting connectionsSergey Vojtovich2019-05-211-45/+20
* Less shared variables loads under the mutexSergey Vojtovich2019-05-211-7/+7
* Moved set_timespec out of LOCK_thread_cache mutexSergey Vojtovich2019-05-211-1/+1
* Cleanup redundant abort_loop checksSergey Vojtovich2019-05-211-5/+4
* MDEV-307 review minor edits, add yacc_ora supportRobert Bindar2019-05-2114-1797/+1834
* MDEV-307 Add functionality for database commentsGagan Goel2019-05-2112-47/+277
* Merge remote-tracking branch 'origin/10.4' into 10.5Monty2019-05-1616-61/+159
|\
| * MDEV-19423: Galera test failure on galera.MDEV-16509Jan Lindström2019-05-152-2/+6
| * fix the test for windowsbb-10.4-sanjaOleksandr Byelkin2019-05-152-16/+6
| * Added a 32 bit rdiff for myisam_mrr instead of a 64 bit rdiffVarun Gupta2019-05-153-33/+15
| * Fixed ya main.flush_read_lock sporadic failureSergey Vojtovich2019-05-142-8/+9
| * MDEV-19277: Add status variable that gets incremented if connection is aborte...Oleksandr Byelkin2019-05-146-6/+108