You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL 2072 Query Stats supress warning when calling libmysql::run
This commit is contained in:
committed by
Andrew Hutchings
parent
69e7880358
commit
1c0afc95bc
@ -36,7 +36,7 @@ public:
|
||||
int init(const char*, unsigned int, const char*, const char*, const char*);
|
||||
|
||||
// run the query
|
||||
int run(const char* q);
|
||||
int run(const char* q, bool resultExpected = true);
|
||||
|
||||
void handleMySqlError(const char*, int);
|
||||
|
||||
|
Reference in New Issue
Block a user