support set names/charset and variables in one sql
This commit is contained in:
@ -594,6 +594,9 @@ public:
|
||||
return ret;
|
||||
}
|
||||
|
||||
template <>
|
||||
int create_stmt<ObSelectStmt>(ObSelectStmt*& stmt);
|
||||
|
||||
inline int free_stmt(ObSelectStmt* stmt)
|
||||
{
|
||||
int ret = common::OB_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user