| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
QUERY_DML_NO_SELECT flag added.
|
|
|
|
|
|
|
| |
information can be obtained.
plugin only enabled for Linux, as it fails building on BSD/MacOSX.
disks.test fixed.
|
|
|
|
|
|
| |
information can be obtained.
disks.test moved to plugin's directory.
|
|
|
|
|
|
| |
information can be obtained.
update README, use maria_declare_plugin(), specify the author.
|
|
|
|
| |
The 'debug' option implemented for the pam_user_map.so.
|
|
|
|
|
|
| |
information can be obtained.
DISKS plugin implementation added to the tree.
|
|
|
|
|
|
|
| |
present.
thread_pool_server_audit.test fixed.
plugin version updated.
|
|
|
|
|
|
|
| |
present.
Escape special characters (like \r \n \t) instead of
replacing them with spaces.
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
mostly caused by -Wimplicit-fallthrough
|
| | |
| | |
| | |
| | |
| | |
| | | |
The MySQL 5.6 doesn't always send the MYSQL_AUDIT_GENERAL_LOG
notification. So we have to suppress the log_current_query()
in this case.
|
| | |
| | |
| | |
| | |
| | |
| | | |
The MySQL 5.6 doesn't always send the MYSQL_AUDIT_GENERAL_LOG
notification. So we have to suppress the log_current_query()
in this case.
|
| | |
| | |
| | |
| | |
| | |
| | | |
The MySQL 5.6 doesn't always send the MYSQL_AUDIT_GENERAL_LOG
notification. So we have to suppress the log_current_query()
in this case.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
server_audit are loaded) to 10.1
MDEV-13060 Server Audit Plugin Crashes with AWS KMS plugin
don't do auditing if thd is NULL.
Collaterals:
* copy-paste bugs server_audit.c
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
metadata_lock_info_duration[]: Remove the unused variable.
Add some comments /* fall through */ to silence -Wimplicit-fallthrough
|
|\ \ \ |
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If this variable is set, skip actual AWS calls, and fake/mock
both generation and encryption of the keys.
The advantage of having a mock mode is that more aws_key_management tests
can be enabled on buildbot.
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
Inspired by: https://github.com/devexp-db/mariadb/blob/f27/mariadb-covscan-stroverflow.patch
|
| | |
| | |
| | |
| | | |
fail in buildbot with valgrind (Conditional jump or move depends on uninitialised value)
|
| | |
| | |
| | |
| | | |
fixed valgrind warning in a debug output
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | | |
uploaded 10.0, analyzed everything with the Impact=High
(and a couple of Medium)
|
| | |
| | |
| | | |
Additional tests have been done and conclusion was to update maturity to stable
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Added service for
- encryption (AES)
- error reporting, e.g my_printf_error()
|
| | |
| | |
| | |
| | | |
specify BUILD_BYPRODUCTS, ninja needs it
|
| | |
| | |
| | |
| | |
| | | |
that is, download AWS SDK there, not into the builddir root.
and .gitignore them all.
|
| | |
| | |
| | |
| | |
| | |
| | | |
into non-standard compiler/linker path (e.g vcpkg on Windows).
Also fix linking with static preinstalled aws c++ sdk libraries
|
| | |
| | |
| | |
| | |
| | | |
* add a clarifying comment
* apply /wd4244 /wd4146 to ref10 source files, not to the library
|
| | |
| | |
| | |
| | |
| | | |
- silence warnings in ed25519 reference implementation
- fix signed/unsigned warning in popular header item_func.h
|
| | |
| | |
| | |
| | | |
Do not include base64.h, it was recently removed.
|
| | | |
|
| | |
| | |
| | |
| | | |
various ed25519/ref10 api simplifications for our specific use case
|
| | |
| | |
| | |
| | | |
ED25519 authentication plugin
|
| | |
| | |
| | |
| | |
| | |
| | | |
* define MYSQL_DYNAMIC_PLUGIN only for server plugins
* don't typedef my_bool in mysql.h if plugin.h has already done it
* fix the include guard in plugin.h
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
move most of the code into my_sha.ic, making it independent
from the actual SHAx variant.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Also, implement MDEV-11027 a little differently from 5.5 and 10.0:
recv_apply_hashed_log_recs(): Change the return type back to void
(DB_SUCCESS was always returned).
Report progress also via systemd using sd_notifyf().
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Also, implement MDEV-11027 a little differently from 5.5:
recv_sys_t::report(ib_time_t): Determine whether progress should
be reported.
recv_apply_hashed_log_recs(): Rename the parameter to last_batch.
|
| | |
| | |
| | |
| | | |
Server audit plugin version updated.
|
| |\ \
| | |/ |
|