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
Fix merge and coding style issues
This commit is contained in:
@ -71,8 +71,14 @@ public:
|
||||
{
|
||||
return fErrStr;
|
||||
}
|
||||
unsigned int getErrno() { return mysql_errno(fCon); }
|
||||
const char* getErrorMsg() { return mysql_error(fCon); }
|
||||
unsigned int getErrno()
|
||||
{
|
||||
return mysql_errno(fCon);
|
||||
}
|
||||
const char* getErrorMsg()
|
||||
{
|
||||
return mysql_error(fCon);
|
||||
}
|
||||
|
||||
private:
|
||||
MYSQL* fCon;
|
||||
|
Reference in New Issue
Block a user