summaryrefslogtreecommitdiff
path: root/plugin/test_sql_service
Commit message (Collapse)AuthorAgeFilesLines
* Fixed usage of unitialised value error in test_sql_servicebb-10.7-montyMonty2022-12-201-0/+1
| | | | This caused valgrind errors when using plugins.test_sql_service
* MDEV-19275 SQL service for plugins.Alexey Botchkov2021-10-191-2/+4
| | | | review fixes.
* MDEV-19275 SQL service for plugins.Alexey Botchkov2021-10-191-3/+3
| | | | host/user/db arguments of the mysql_real_connect_local() are removed.
* a plugin shouldn't need any other includes besised plugin_xxx.hSergei Golubchik2021-10-191-9/+5
|
* remove MYSQL_SERVER requirementSergei Golubchik2021-10-192-5/+3
|
* MDEV-19275 Provide SQL service to plugins.Alexey Botchkov2021-10-192-42/+171
| | | | | | SQL service added. It provides the limited set of client library functions to be used by plugin.
* MDEV-19275 Provide SQL service to plugins.Alexey Botchkov2020-10-023-0/+502
test_sql_service plugin added and employed in test_sql_service.test.