summaryrefslogtreecommitdiff
path: root/plugin
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-10-293-5/+13
| | | | |\ \ \ \ \ | | | | | |/ / / /
| | | | | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-10-253-5/+13
| | | | | |\ \ \ \ | | | | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To prevent ASAN heap-use-after-poison in the MDEV-16549 part of ./mtr --repeat=6 main.derived the initialization of Name_resolution_context was cleaned up.
| | | | | | * | | Merge 10.4 into 10.5Marko Mäkelä2022-10-252-4/+13
| | | | | | |\ \ \ | | | | | | | |/ /
| | | | | | | * | Merge 10.3 into 10.4Marko Mäkelä2022-10-252-4/+13
| | | | | | | |\ \ | | | | | | | | |/
| | | | | | | | * MDEV-25343 Error log message not helpful when filekey is too longkurt2022-10-211-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a test related to the Encrypted Key File by following instructions in kb example https://mariadb.com/kb/en/file-key-management-encryption-plugin/#creating-the-key-file Reviewed by Daniel Black (with minor formatting and re-org of duplicate close(f) calls).
| | | | | | | | * Revert "MDEV-25343 add read secret size in file key plugin"Daniel Black2022-10-191-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cee7175b79a22c29a82ef328aba208f90afcea86.
| | | | | | | | * MDEV-25343 add read secret size in file key pluginkurt2022-10-191-1/+12
| | | | | | | | |
| | | | | | | | * Cleanup the alloca.h header handling to further reduce hardcoded OS lists ↵Brad Smith2022-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#2289)
| | | | * | | | | MDEV-29031 Change maturity of plugins for October 2022 ReleasesSergei Golubchik2022-10-201-1/+1
| | | | | | | | |
| | * | | | | | | Further tweaking the alloca handling in Hashicorp pluginBrad Smith2022-10-261-5/+1
| | | | | | | | |
* | | | | | | | | cleanupSergei Golubchik2022-10-261-1/+1
|/ / / / / / / /
* | | | | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2022-10-042-2/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-10-042-2/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-10-042-2/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-10-042-2/+1
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-10-021-2/+0
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge branch '10.4' into 10.5Sergei Golubchik2022-10-021-2/+0
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge branch '10.3' into 10.4Sergei Golubchik2022-10-011-2/+0
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * wsrep suite isn't run by default, wsrep_info shouldn't eitherSergei Golubchik2022-09-261-2/+0
| | | | | | | |
| | | | * | | | update C/C, fix srpm build failures on fedoraSergei Golubchik2022-09-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | krb5-config (used by FindGSSAPI) returns `-lkrb5 -lk5crypto -lcom_err` but only libkrb5 is actually used by the gssapi plugin. The other two result in unneeded dependencies unless they're tagged optional when linked with --as-needed. Some distributions use --as-needed automatically, which causes our builds to differ from srpm builds, introducing failures in buildbot. Let's always use --as-needed for gssapi plugin
| * | | | | | | A cleanup for MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-221-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recording test results according to MDEV-29446 changes: plugin/hashicorp_key_management/mysql-test/vault/r/hashicorp_encode.result
* | | | | | | | after merge update *.resultSergei Golubchik2022-09-291-5/+5
| | | | | | | |
* | | | | | | | Merge 10.9 into 10.10Marko Mäkelä2022-09-2146-197/+197
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.8 into 10.9Marko Mäkelä2022-09-2132-149/+149
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-09-2132-149/+149
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge 10.6 into 10.7Marko Mäkelä2022-09-2132-149/+149
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-09-2014-91/+91
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2022-09-1414-91/+91
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge 10.3 into 10.4Marko Mäkelä2022-09-133-3/+3
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-123-3/+3
| | | | | | | |
* | | | | | | | Merge 10.9 into 10.10Marko Mäkelä2022-09-071-7/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.8 into 10.9Marko Mäkelä2022-09-071-7/+7
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-09-071-7/+7
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge 10.6 into 10.7Marko Mäkelä2022-09-071-7/+7
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-09-071-7/+7
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge 10.4 into 10.5Marko Mäkelä2022-09-071-7/+7
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge 10.3 into 10.4Marko Mäkelä2022-09-071-7/+7
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-28592 disks plugin (postfix - remove tabs)Daniel Black2022-08-311-7/+7
| | | | | | | |
* | | | | | | | Merge 10.9 into 10.10Jan Lindström2022-09-064-56/+200
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.8 into 10.9Jan Lindström2022-09-064-56/+200
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.7 into 10.8Jan Lindström2022-09-054-56/+200
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge 10.6 into 10.7Jan Lindström2022-09-054-56/+200
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-09-054-56/+200
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge branch 10.4 into 10.5Daniel Black2022-08-314-56/+200
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge 10.3 into 10.4Daniel Black2022-08-314-55/+200
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-28592 disks plugin - getmntinfo (BSD) & getmntent (AIX)Daniel Black2022-08-314-55/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to references from Brad Smith, BSDs use getmntinfo as a system call for mounted filesystems. Most BSDs return statfs structures, (and we use OSX's statfs64), but NetBSD uses a statvfs structure. Simplify Linux getmntent_r to just use getmntent. AIX uses getmntent. An attempt at writing Solaris compatibility with a small bit of HPUX compatibility was made based on man page entries only. Fixes welcome. statvfs structures now use f_bsize for consistency with statfs Test case adjusted as PATH_MAX is OS defined (e.g. 1023 on AIX) Fixes: 0ee5cf837e3a0464acc20db2a2aee0adaff3f2ac also fixes: MDEV-27818: Disk plugin does not show zpool mounted devices This is because zpool mounted point don't begin with /. Due to the proliferation of multiple filesystem types since this was written, we restrict the entries listed in the disks plugin to excude: * read only mount points (no point monitoring, and includes squash, snaps, sysfs, procfs, cgroups...) * mount points that aren't directories (excludes /etc/hostname and similar mounts in containers). (getmntent (Linux/AIX) only) * exclude systems where there is no capacity listed (excludes various virtual filesystem types). Reviewer: Sergei Golubchik
* | | | | | | | Merge 10.9 into 10.10Marko Mäkelä2022-08-302-0/+28
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.8 into 10.9Marko Mäkelä2022-08-302-0/+28
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-08-302-0/+28
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | MDEV-27100 Subquery using the ALL keyword on UUID columns produces a wrong ↵Alexander Barkov2022-08-242-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | result This problem was earlier fixed by MDEV-27101. Now adding UUID tests only.