1
0
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:
Andrew Hutchings
2018-06-22 14:51:20 +01:00
20 changed files with 1065 additions and 443 deletions

View File

@ -71,6 +71,8 @@ public:
{
return fErrStr;
}
unsigned int getErrno() { return mysql_errno(fCon); }
const char* getErrorMsg() { return mysql_error(fCon); }
private:
MYSQL* fCon;