You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-13 16:01:32 +03:00
Merge branch 'develop-1.1' into 1.1-merge-up-20180621
This commit is contained in:
@ -71,6 +71,8 @@ public:
|
||||
{
|
||||
return fErrStr;
|
||||
}
|
||||
unsigned int getErrno() { return mysql_errno(fCon); }
|
||||
const char* getErrorMsg() { return mysql_error(fCon); }
|
||||
|
||||
private:
|
||||
MYSQL* fCon;
|
||||
|
Reference in New Issue
Block a user