mariadb/include/mysql
Sergey Vojtovich a8d97fb818 MDEV-9651 - Simplify audit event dispatching
Simplified audit event dispatching call chain from:
  mysql_audit_notify_connection_connect() // can be inlined
  mysql_audit_notify()                    // can't be inlined
  connection_class_handler()              // can't be inlined
  event_class_dispatch()                  // can be inlined
  plugins_dispatch()                      // can be inlined
  plugin->event_notify()                  // can't be inlined
to:
  mysql_audit_notify_connection_connect() // can be inlined
  mysql_audit_notify()                    // can't be inlined
  plugins_dispatch()                      // can be inlined
  plugin->event_notify()                  // can't be inlined
2016-03-08 11:26:28 +04:00
..
psi Fix compilation 2016-02-10 00:20:23 +01:00
auth_dialog_client.h move authentication_windows_client and mysql_clear_password clear client auth plugins 2011-07-12 14:34:47 +02:00
client_plugin.h 5.3 merge 2012-01-13 15:50:02 +01:00
client_plugin.h.pp MDEV-8052 abi detection incorrect with clang 2015-06-03 09:54:56 +02:00
plugin.h Identical key derivation code in XtraDB/InnoDB/Aria 2015-05-15 18:12:01 +02:00
plugin_audit.h MDEV-9651 - Simplify audit event dispatching 2016-03-08 11:26:28 +04:00
plugin_audit.h.pp MDEV-9651 - Simplify audit event dispatching 2016-03-08 11:26:28 +04:00
plugin_auth.h MDEV-4307 Support at least 48 utf8 characters in username in server and PAM 2013-03-26 19:17:26 +01:00
plugin_auth.h.pp New encryption API. Piece-wise encryption. 2015-09-04 10:33:50 +02:00
plugin_auth_common.h 10.0-monty merge 2013-07-21 16:39:19 +02:00
plugin_encryption.h update encryption plugin and service versions 2015-09-04 12:33:14 +02:00
plugin_encryption.h.pp document new encryption plugin api 2015-09-04 11:39:24 +02:00
plugin_ftparser.h mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
plugin_ftparser.h.pp New encryption API. Piece-wise encryption. 2015-09-04 10:33:50 +02:00
plugin_password_validation.h password validation plugin API: renames 2015-02-10 10:21:15 +01:00
plugin_password_validation.h.pp New encryption API. Piece-wise encryption. 2015-09-04 10:33:50 +02:00
service_debug_sync.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
service_encryption.h MDEV-8973 Build failure on missing alloca.h 2015-11-16 07:55:55 +01:00
service_encryption_scheme.h Identical key derivation code in XtraDB/InnoDB/Aria 2015-05-15 18:12:01 +02:00
service_kill_statement.h MDEV-4065 thd_kill_statement service 2013-01-18 19:04:23 +01:00
service_logger.h MDEV-6247: Merge 10.0-galera to 10.1. 2014-08-26 15:43:46 +03:00
service_md5.h use MD5 service in innodb/xtradb 2014-10-01 23:38:28 +02:00
service_my_snprintf.h document %M format 2015-12-19 13:59:29 +01:00
service_progress_report.h Added progress reporting for alter table, LOAD DATA INFILE and for aria tables: check table, repair table, analyze table. 2011-07-01 15:08:30 +03:00
service_sha1.h copy-paste bug in service_sha1.h 2015-04-08 10:58:49 +02:00
service_thd_alloc.h small cleanup 2015-04-08 10:58:49 +02:00
service_thd_autoinc.h MroongaSE: addint thd_autoinc and thd_error_context plugin services 2013-12-12 19:18:49 +04:00
service_thd_error_context.h MroongaSE: addint thd_autoinc and thd_error_context plugin services 2013-12-12 19:18:49 +04:00
service_thd_specifics.h MDEV-6712 THD specifics for plugins 2014-12-04 10:41:55 +01:00
service_thd_timezone.h Fixing the problem with my_bool_t defined two times. 2013-06-03 11:57:34 +04:00
service_thd_wait.h MDEV-156 Threadpool - add thd_wait_begin/thd_wait_end to the network IO functions 2013-02-19 20:44:33 +01:00
service_wsrep.h Fix to ensure updates in gtid_slave_state table do not get binlogged. 2016-02-24 23:32:37 -05:00
services.h Identical key derivation code in XtraDB/InnoDB/Aria 2015-05-15 18:12:01 +02:00