1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-497 securing mysql connection with TLS in crossengine and querystats code.

This commit is contained in:
Roman Nozdrin
2017-12-19 08:21:55 +03:00
parent b795e6b781
commit fbd081dbf1
11 changed files with 302 additions and 221 deletions

View File

@ -127,7 +127,6 @@ struct QueryStats
modified accordingly.
*/
void insert();
void handleMySqlError(const char*, unsigned int);
/* User mysql API to query priority table and get this user's assigned priority */
uint32_t userPriority(std::string host, const std::string user);