summaryrefslogtreecommitdiff
path: root/mysql-test/suite/plugins
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-30789: Add Georgian error messages and localeEkaterine Papava2023-03-081-0/+2
| | | | | | Test case and minor fixes by Daniel Black Reviewer: Alexander Barkov
* MDEV-30621: Türkiye is the correct current country namingDaniel Black2023-02-102-2/+4
| | | | | As requested to the UN the country formerly known as Turkey is to be refered to as Türkiye.
* Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-312-0/+12
|\
| * Merge branch '10.9' into 10.10Oleksandr Byelkin2023-01-312-0/+12
| |\
| | * Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-312-0/+12
| | |\
| | | * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-312-0/+12
| | | |\
| | | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-272-0/+12
| | | | |\
| | | | | * MDEV-27631 Assertion `global_status_var.global_memory_used == 0' failed in ↵Sergei Golubchik2023-01-202-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysqld_exit plugin_vars_free_values() was walking plugin sysvars and thus did not free memory of plugin PLUGIN_VAR_NOSYSVAR vars. * change it to walk all plugin vars * add the pluginname_ prefix to NOSYSVARS var names too, so that plugin_vars_free_values() would be able to find their bookmarks
* | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-01-131-3/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.9 into 10.10Marko Mäkelä2023-01-131-3/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.6 into 10.7Marko Mäkelä2023-01-131-3/+0
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.5 into 10.6Marko Mäkelä2023-01-131-3/+0
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 10.4 into 10.5Marko Mäkelä2023-01-131-3/+0
| | | | |\ \ | | | | | |/
| | | | | * MDEV-19160 JSON_DETAILED output unnecessarily verboseWeijun-H2023-01-051-3/+0
| | | | | |
* | | | | | Merge 10.10 into 10.11Marko Mäkelä2022-11-212-0/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.9 into 10.10Marko Mäkelä2022-11-212-0/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-28970: Add RESET MASTER to clear possible remaining binlog from ↵asklavou2022-11-092-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | previous test
| | * | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-11-021-0/+1
| | |\ \ \ \ | | | |/ / /
* | | | | | Merge branch '10.10' into 10.11Oleksandr Byelkin2022-11-031-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.9' into 10.10mariadb-10.10.2Oleksandr Byelkin2022-11-031-0/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '10.6' into 10.7Oleksandr Byelkin2022-11-021-0/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| | | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-11-021-0/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-10-261-0/+1
| | | | |\ \ | | | | | |/
| | | | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-10-261-0/+1
| | | | | |\
| | | | | | * MDEV-29490 Renaming internally used client API to avoid name conflictsLawrin Novitsky2022-10-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with C/C. The patch introduces mariadb_capi_rename.h which is included into mysql.h. The hew header contains macro definitions for the names being renamed. In versions 10.6+(i.e. where sql service exists) the renaming condition in the mariadb_capi_rename.h should be added with && !defined(MYSQL_DYNAMIC_PLUGIN) and look like The patch also contains removal of mysql.h from the api check. Disabling false_duper-6543 test for embedded. ha_federated.so uses C API. C API functions are being renamed in the server, but not renamed in embedded, since embedded server library should have proper C API, as expected by programs using it. Thus the same ha_federated.so cannot work both for server and embedded server library. As all federated tests are already disabled for embedded, federated isn't supposed to work for embedded anyway, and thus the test is being disabled.
* | | | | | | MDEV-5215 prerequisite: remove test and test_* database hacks in the test suiteOleksandr Byelkin2022-11-0115-4/+62
| | | | | | |
* | | | | | | MDEV-5215 prerequisite of prerequisite: if DB is not mentioned in connect ↵Oleksandr Byelkin2022-11-011-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | ignore errors of switching to it
* | | | | | Merge 10.9 into 10.10Marko Mäkelä2022-09-211-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.6 into 10.7Marko Mäkelä2022-09-211-1/+1
| |\ \ \ \ \ | | |/ / / /
* | | | | | MDEV-28632 Change default of explicit_defaults_for_timestamp to ONSergei Golubchik2022-08-102-2/+2
|/ / / / /
* | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-08-086-43/+128
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.5' into bb-10.6-releaseOleksandr Byelkin2022-08-035-31/+116
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-08-035-31/+116
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-08-025-31/+116
| | | |\ \ | | | | |/
| | | | * MDEV-26647 (simple_password_check) Include password validation plugin ↵Oleksandr Byelkin2022-07-273-0/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | information in the error message if the SQL statement is not satisfied password policy Make the plugin reporting cause of the error.
| | | | * MDEV-26647 (plugin name) Include password validation plugin information in ↵Oleksandr Byelkin2022-07-274-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the error message if the SQL statement is not satisfied password policy Add plugin name to the error message.
* | | | | MDEV-28838 password_reuse_check plugin mixes username and passwordOleksandr Byelkin2022-07-062-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To prevent the problem of mixing user name and password and host name and user name we add length of the hostname and user name to the hash.
* | | | | MDEV-27832 disable binary logging for SQL SERVICE.Alexey Botchkov2022-06-242-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | Binary logging is now disabled for the queries run by SQL SERVICE. The binlogging can be turned on with the 'SET SQL_LOG_BIN=On' query.
* | | | | Merge branch '10.6' into 10.7Sergei Golubchik2022-05-113-17/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-05-103-17/+3
| |\ \ \ \ | | |/ / /
| | * | | fix plugins.multiauth for AIXSergei Golubchik2022-05-101-1/+2
| | | | |
| | * | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-093-17/+2
| | |\ \ \ | | | |/ /
| | | * | fix plugin.multiauth test for FreeBSDSergei Golubchik2022-05-093-17/+2
| | | | | | | | | | | | | | | | | | | | remove AIX support, as 10.4 is not tested on AIX, so cannot test a regex
* | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-046-27/+118
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-036-27/+118
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-013-19/+110
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-18/+18
| | | |\ \ | | | | |/
| | | | * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-18/+18
| | | | |\
| | | | | * Bug#31374305 - FORMAT() NOT DISPLAYING WHOLE NUMBER SIDE CORRECTLY FOR ES_MX ↵Maheedhar PV2022-01-211-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AND ES_ES LOCALES Changed the grouping and decimal separator for spanish locales as per ICU. Change-Id: I5d80fa59d3e66372d904e17c22c532d4dd2c565b
| | | * | | MDEV-27341 Use SET PASSWORD to change PAM serviceSergei Golubchik2022-01-172-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SET PASSWORD = PASSWORD('foo') would fail for pam plugin with ERROR HY000: SET PASSWORD is ignored for users authenticating via pam plugin but SET PASSWORD = 'foo' would not. Now it will.