summaryrefslogtreecommitdiff
path: root/plugin/query_response_time
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |
* | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
| |
* | Merge 10.1 into 10.2Marko Mäkelä2017-05-061-1/+2
|\ \ | |/ | | | | | | | | Also, include fixes by Vladislav Vaintroub to the aws_key_management plugin. The AWS C++ SDK specifically depends on OPENSSL_LIBRARIES, not generic SSL_LIBRARIES (such as YaSSL).
| * MDEV-11660 Make encryption plugins "pure"Vladislav Vaintroub2017-04-271-1/+2
| | | | | | | | | | | | | | | | Do not exporting mysqld entry points directly. This is needed for mariabackup, to load encryption plugins on Windows. All plugins are "pure" by default. To mark plugin "impure" it should use RECOMPILE_FOR_EMBEDDED or STORAGE_ENGINE keyword.
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ | |/
| * Correct FSF addressiangilfillan2017-03-101-1/+1
| |
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-092-2/+2
|\ \ | |/
| * update plugin maturitiesSergei Golubchik2016-09-052-2/+2
| |
* | do not quote numbers in the DEFAULT clause in SHOW CREATESergei Golubchik2016-08-271-1/+1
|/
* update plugins' maturity levelsSergei Golubchik2016-03-182-2/+2
|
* MDEV-7437 remove suport for "atomics" with rwlocksSergei Golubchik2015-01-131-22/+4
|
* Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-1/+1
|\
| * Coding style fixes: remove trailing spaces.Sergey Vojtovich2014-07-101-1/+1
| |
* | SHOW and FLUSH for I_S tables.Sergei Golubchik2014-10-115-28/+30
|/ | | | | | | | | | Extend existing plugins to support * SHOW QUERY_RESPONSE_TIME * FLUSH QUERY_RESPONSE_TIME * SHOW LOCALE move userstat tables to use the new API instead of hand-coded syntax
* update plugins' maturity levels:Sergei Golubchik2014-03-192-4/+4
| | | | | | old plugins get STABLE newer plugins get GAMMA those that had bugs recently get BETA
* Percona-Server-5.6.14-rel62.0 mergeSergei Golubchik2013-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | support ha_innodb.so as a dynamic plugin. * remove obsolete *,innodb_plugin.rdiff files * s/--plugin-load=/--plugin-load-add=/ * MYSQL_PLUGIN_IMPORT glob_hostname[] * use my_error instead of push_warning_printf(ER_DEFAULT) * don't use tdc_size and tc_size in a module update test cases (XtraDB is 5.6.14, InnoDB is 5.6.10) * copy new tests over * disable some tests for (old) InnoDB * delete XtraDB tests that no longer apply small compatibility changes: * s/HTON_EXTENDED_KEYS/HTON_SUPPORTS_EXTENDED_KEYS/ * revert unnecessary InnoDB changes to make it a bit closer to the upstream fix XtraDB to compile on Windows (both as a static and a dynamic plugin) disable XtraDB on Windows (deadlocks) and where no atomic ops are available (e.g. CentOS 5) storage/innobase/handler/ha_innodb.cc: revert few unnecessary changes to make it a bit closer to the original InnoDB storage/innobase/include/univ.i: correct the version to match what it was merged from
* 10.0-base mergeSergei Golubchik2013-12-161-0/+2
|\
| * 5.5 mergeSergei Golubchik2013-12-151-0/+2
| |
* | MDEV-4786 - merge 10.0-monty - 10.0Sergey Vojtovich2013-07-261-2/+2
| | | | | | | | | | | | | | | | Fixed query_response_time build failure. plugin/query_response_time/query_response_time.cc: my_atomic_rwlock_rdlock() may update time_collector_lock structure. Remove const modifier from relevant methods.
* | 10.0-monty mergeSergei Golubchik2013-07-211-2/+2
|/ | | | | | | | includes: * remove some remnants of "Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONING" * introduce LOCK_share, now LOCK_ha_data is strictly for engines * rea_create_table() always creates .par file (even in "frm-only" mode) * fix a 5.6 bug, temp file leak on dummy ALTER TABLE
* MDEV-4568 - Port Percona response time distribution as audit pluginSergey Vojtovich2013-06-141-1/+1
| | | | Minor modification to trigger buildbot.
* MDEV-4568 - Port Percona response time distribution as audit pluginSergey Vojtovich2013-06-062-0/+18
| | | | Test case fixes.
* MDEV-4568 - Port Percona response time distribution as audit pluginSergey Vojtovich2013-06-054-17/+4
| | | | Test fixes.
* MDEV-4568 - Port Percona response time distribution as audit pluginSergey Vojtovich2013-06-0414-0/+2116
sql/sp_head.cc: Trigger MYSQL_AUDIT_GENERAL_STATUS event for each statement in stored procedures. Not strictly needed for query_response_time plugin, but makes it behave more like Percona patch.