Sergei Golubchik
df10a945fc
MDEV-28671 post-merge fixes
...
* use new deprecated printer for all deprecated server options
* restore alphabetic option sorting order
* move deprecated printer from mysqld.cc to my_getopt.c
* in --help print deprecation message at the end of the option help
* move 'ALL' help text where it belongs - to other SET options, and
with a correct indentation.
* consistently end all or none command-line option help strings
with a dot - my_print_help() needs that.
It's about 50/50 now, so let's do none, less line wraps in --help
* remove trailing spaces from command-line option help strings
2024-05-27 12:39:02 +02:00
Sergei Golubchik
018d537ec1
Merge branch '10.6' into 10.11
2024-04-22 15:23:10 +02:00
Sergei Golubchik
721a6a5e6b
plugins.test_sql_service --valgrind
...
plugin var check function must store the new variable value in *save
2024-03-27 16:14:55 +01:00
Sergei Golubchik
fd0b47f9d6
Merge branch '10.6' into 10.11
2023-12-18 11:19:04 +01:00
Sergei Golubchik
98a39b0c91
Merge branch '10.4' into 10.5
2023-12-02 01:02:50 +01:00
Alexey Botchkov
fa81afdaa6
MDEV-27595 Backport SQL service, introduced by MDEV-19275.
...
Post-review fixes.
2023-11-05 23:35:32 +04:00
Alexey Botchkov
1fa196a559
MDEV-27595 Backport SQL service, introduced by MDEV-19275.
...
The SQL SERVICE backported into the 10.4.
2023-11-05 23:35:31 +04:00
Monty
65683807e9
Fixed usage of unitialised value error in test_sql_service
...
This caused valgrind errors when using plugins.test_sql_service
2022-12-20 22:34:53 +02:00
Alexey Botchkov
585d88a237
MDEV-19275 SQL service for plugins.
...
review fixes.
2021-10-19 17:35:06 +02:00
Alexey Botchkov
e1f9a80900
MDEV-19275 SQL service for plugins.
...
host/user/db arguments of the mysql_real_connect_local() are removed.
2021-10-19 17:35:06 +02:00
Sergei Golubchik
74daa97adf
a plugin shouldn't need any other includes besised plugin_xxx.h
2021-10-19 17:35:06 +02:00
Sergei Golubchik
a786c0208e
remove MYSQL_SERVER requirement
2021-10-19 17:35:06 +02:00
Alexey Botchkov
0a0dfd63d9
MDEV-19275 Provide SQL service to plugins.
...
SQL service added.
It provides the limited set of client library functions
to be used by plugin.
2021-10-19 17:35:06 +02:00
Alexey Botchkov
0ccdf8b11b
MDEV-19275 Provide SQL service to plugins.
...
test_sql_service plugin added and employed in test_sql_service.test.
2020-10-02 10:19:00 +04:00