summaryrefslogtreecommitdiff
path: root/mysql-test/suite/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2023-02-102-2/+4
|\
| * Merge 10.4 into 10.5Marko Mäkelä2023-02-102-2/+4
| |\
| | * 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. Reviewer: Alexander Barkov
* | | 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.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 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.
* | | | 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.
* | | | 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.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.
| | * | | MDEV-26339 Account specifics to be handled before proxyingSergei Golubchik2022-01-172-0/+59
| | | | |
| * | | | MDEV-24487 Error after update to 10.5.8 on CentOS-8: DBD::mysql::st execute ↵Alexander Barkov2022-01-273-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | failed: Unknown MySQL error The problem happened because the the new client capability flag CLIENT_EXTENDED_METADATA was not put into the cache entry key. So results cached by a new client were sent to the old client (and vica versa) with a mis-matching metadata, which made the client abort the connection on an unexpected result set metadata packet format. The problem was caused by the patch for: MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY which forgot to adjust the query cache code. Fix: - Adding a new member Query_cache_query_flags::client_extended_metadata, so only clients with equal CLIENT_EXTENDED_METADATA flag values can reuse results. - Adding a new column CLIENT_EXTENDED_METADATA into INFORMATION_SCHEMA.QUERY_CACHE_INFO (privided by the qc_info plugin).
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-282-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-10-282-0/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-10-282-0/+6
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-10-282-0/+6
| | | |\ \ | | | | |/
| | | | * MDEV-26556 An improper locking bug(s) due to unreleased lock.bb-10.2-mdev-26556-hfAlexey Botchkov2021-10-252-0/+6
| | | | | | | | | | | | | | | | | | | | Get rid of the global big_buffer.
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-212-0/+34
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-10-212-0/+34
| |\ \ \ \ | | |/ / /
| | * | | MDEV-26650: Failed ALTER USER/GRANT statement removes the password from the ↵bb-10.4-MDEV-26650-2Oleksandr Byelkin2021-10-182-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cache Starting from 10.4 AUTH is not part of ACL_USER so changes have to be done over a copy, and bring in the cache only in case of success.
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-132-5/+21
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | The changes to galera.galear_var_replicate_myisam_on in commit d9b933bec6061758c5d7b34f55afcae32a85c110 are omitted due to conflicts with commit 27d66d644cf2ebe9201e0362f2050036cce2908a.
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-10-132-3/+19
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-10-132-3/+19
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-10-132-3/+19
| | | |\ \ | | | | |/
| | | | * MDEV-24454 fixup: Fix plugins.feedback_plugin_sendMarko Mäkelä2021-10-112-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | In commit 3690c549c6e72646ba74f6b4c83813ee4ac3aea4 this test was not adjusted.
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-09-302-0/+23
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-09-302-0/+23
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | FIXME: Part of the MDEV-20699 test is disabled due to nonderterministic result.
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-09-292-0/+23
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-09-292-0/+23
| | | |\ \ | | | | |/
| | | | * MDEV-24454 Crash at change_item_treebb-10.2-MDEV-24454Oleksandr Byelkin2021-09-272-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use in_sum_func (and so nest_level) only in LEX to which SELECT lex belong to Reduce usage of current_select (because it does not always point on the correct SELECT_LEX, for example with prepare. Change context for all classes inherited from Item_ident (was only for Item_field) in case of pushing down it to HAVING. Now name resolution context have to have SELECT_LEX reference if the context is present. Fixed feedback plugin stack usage.
* | | | | MDEV-26180: Enable test main.sp-row after the 10.5 mergemariadb-10.6.4Oleksandr Byelkin2021-08-031-5/+0
| | | | |
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-07-022-0/+15
|\ \ \ \ \ | |/ / / /