Sergei Golubchik
59d9d08e2b
5.5 merge
2014-02-01 00:54:03 +01:00
Alexey Botchkov
8f3e1bfc92
MDEV-5419 no audit events for warnings converted to errors in the strict mode.
...
Plugins get error notifications only when my_message_sql() is called.
But errors are launched with THD::raise_condition() calls in other
places. These are push_warning(), implementations of SIGNAL and
RESIGNAL commands.
So it makes sence to notify plugins there in THD::raise_condition().
2014-01-23 22:21:02 +04:00
unknown
35b2883643
merge 5.5 -> 10.0-base
2013-08-20 14:48:29 +03:00
Sergei Golubchik
97e640b9ae
5.5 merge
2013-07-17 21:24:29 +02:00
Alexander Barkov
c51ed128b0
Merge from 5.3
2013-07-10 02:05:06 +04:00
Alexander Barkov
762d3cb8ed
Merge from 5.1
...
modified:
mysql-test/suite/plugins/r/fulltext_plugin.result
mysql-test/suite/plugins/t/fulltext_plugin.test
plugin/fulltext/plugin_example.c
sql/sql_show.cc
pending merges:
Sergei Golubchik 2013-07-06 Bug #69682 - mysqld crashes after uninstall ...
Sergei Golubchik 2013-05-24 MDEV-4575 MySQL client doesn't strip off...
2013-07-09 10:54:47 +04:00
Sergei Golubchik
e8ab897fca
MDEV-4617 PLUGINS - Show internal Locales in I_S
...
INFORMATION_SCHEMA.LOCALES plugin.
Contribution by Roberto Spadim
2013-06-24 20:56:30 +02:00
Sergei Golubchik
f722b15dc2
MDEV-4636 use mysql_cleartext_plugin from auth_pam
...
add a new command-line option --pam-use-cleartext-plugin
2013-06-11 12:53:35 +02:00
Sergey Vojtovich
fb1a8f04ea
Merge.
2013-06-07 12:10:45 +04:00
Sergei Golubchik
6625fad8ca
MDEV-4564 ALTER on a temporary table generates an audit event
2013-06-07 10:02:50 +02:00
Sergei Golubchik
4749d40c63
5.5 merge
2013-06-06 17:51:28 +02:00
Sergey Vojtovich
ccdfeb04d8
MDEV-4568 - Port Percona response time distribution as audit plugin
...
Test fixes.
2013-06-05 13:38:41 +04:00
Sergei Golubchik
9bc4c4183d
MDEV-4516 SELECT from I_S.QUERY_CACHE_INFO produces ER_UNKNOWN_ERROR when query cache size is 0
...
if qc->try_lock() fails, it's not an error
2013-05-24 14:33:04 +02:00
Sergei Golubchik
b9b3d5330a
MDEV-260 auditing table accesses
2013-04-19 12:50:16 +02:00
Sergei Golubchik
775e82638b
put status variables in the proper pluginname_ scope
...
(but support the scopeless mysql style too).
always output status/system variables in the correct lettercase
2013-04-09 23:27:33 +02:00
Sergei Golubchik
c7eead7a96
MDEV-3807 show plugins soname 'xxx'
...
and INFORMATION_SCHEMA.ALL_PLUGINS table
with condition pushdown for I_S.ALL_PLUGINS
and a new status variable to cound successful dlopen's
2013-04-09 23:27:29 +02:00
Sergei Golubchik
993ea79f2d
5.5 merge
2013-03-27 23:41:02 +01:00
Sergei Golubchik
102a7a2a76
MDEV-4307 Support at least 48 utf8 characters in username in server and PAM
...
Extend plugin auth api to support up to 512 bytes in the user names.
Use the API versioning to support old auth plugins too!
2013-03-26 19:17:26 +01:00
Sergei Golubchik
03d08bedf1
fixes for windows
2013-03-25 16:38:00 +01:00
Sergei Golubchik
01fd55ccae
MDEV-249 QUERY CACHE INFORMATION
2013-03-20 20:56:14 +01:00
Sergey Petrunya
62222eb518
Fix buildbot failure:
...
Backport the code that runs cassandra.test only when Cassandra is
present and running from 10.0 to 10.0-base.
2013-03-07 22:25:03 +04:00
Sergei Golubchik
4ce53556ce
Test case and a different fix for MySQL bug#14485479
2013-01-15 19:16:29 +01:00
Sergei Golubchik
53578613e9
MDEV-259 audit plugin does not see sub-statements
2012-11-08 16:49:07 +01:00
Sergei Golubchik
d473199744
MDEV-258 audit plugin only see queries if general log is enabled
2012-11-08 14:17:53 +01:00
Sergei Golubchik
06365bf841
rename plugin null_audit -> audit_null (to match status variable names)
...
create audit_null.test
2012-11-07 19:07:47 +01:00
Sergei Golubchik
68baf07dcd
5.3 merge
2012-10-18 23:33:06 +02:00
Sergei Golubchik
22c5ffde30
a simple pam user mapper module
2012-09-25 20:23:01 +02:00
Sergei Golubchik
6e827f3455
mdev-224 plugin usage statistics in the feedback reports
2012-04-18 04:00:08 +02:00
Sergei Golubchik
25609313ff
5.3.4 merge
2012-02-15 18:08:08 +01:00
Sergei Golubchik
892cd36992
make pam plugin to build in 5.5.
...
fix pam.tets for 5.5
2012-02-03 10:31:39 +01:00
Sergei Golubchik
4f435bddfd
5.3 merge
2012-01-13 15:50:02 +01:00
Sergei Golubchik
b8b7b4eb6b
plugin renamed socket_peercred -> unix_socket.
...
test added.
2011-12-30 13:57:03 +01:00
Sergei Golubchik
57c22f2a75
PAM plugin with test
2011-12-02 16:27:13 +01:00
Sergei Golubchik
d5fd757a42
1. add --plugin-dir and --default-auth to mysqltest.
...
2. dialog plugin now always returns mysql->password if non-empty and the first question is of password type
3. split get_tty_password into get_tty_password_buff and strdup.
4. dialog plugin now uses get_tty_password by default
5. dialog.test
6. moved small tests of individual plugins into a dedicated suite
2011-12-02 16:26:43 +01:00