add code for sw compiling and fix some problems

This commit is contained in:
zb0
2021-12-15 10:54:48 +08:00
committed by LINxiansheng
parent 77cf1effd1
commit 0dc8820123
27 changed files with 460 additions and 16 deletions

View File

@ -594,9 +594,6 @@ public:
return ret;
}
template <>
int create_stmt<ObSelectStmt>(ObSelectStmt*& stmt);
inline int free_stmt(ObSelectStmt* stmt)
{
int ret = common::OB_SUCCESS;
@ -630,6 +627,9 @@ private:
private:
DISALLOW_COPY_AND_ASSIGN(ObStmtFactory);
};
template <>
int ObStmtFactory::create_stmt<ObSelectStmt>(ObSelectStmt*& stmt);
} // namespace sql
} // namespace oceanbase