| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed usage of unitialised value error in test_sql_servicebb-10.7-monty | Monty | 2022-12-20 | 1 | -0/+1 |
| | | | | | This caused valgrind errors when using plugins.test_sql_service | ||||
| * | MDEV-19275 SQL service for plugins. | Alexey Botchkov | 2021-10-19 | 1 | -2/+4 |
| | | | | | review fixes. | ||||
| * | MDEV-19275 SQL service for plugins. | Alexey Botchkov | 2021-10-19 | 1 | -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.h | Sergei Golubchik | 2021-10-19 | 1 | -9/+5 |
| | | |||||
| * | remove MYSQL_SERVER requirement | Sergei Golubchik | 2021-10-19 | 2 | -5/+3 |
| | | |||||
| * | MDEV-19275 Provide SQL service to plugins. | Alexey Botchkov | 2021-10-19 | 2 | -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 Botchkov | 2020-10-02 | 3 | -0/+502 |
| test_sql_service plugin added and employed in test_sql_service.test. | |||||
