fix build error for ccls build

This commit is contained in:
wenxingsen
2022-11-15 10:05:42 +00:00
committed by wangzelin.wzl
parent efbed6ee8a
commit b29a1bfe75
50 changed files with 216 additions and 462 deletions

View File

@ -20,6 +20,10 @@
using namespace oceanbase::share;
using namespace oceanbase::common;
namespace oceanbase
{
namespace share
{
ObDDLTaskQueue::ObDDLTaskQueue()
: task_list_(), task_set_(), lock_(), is_inited_(false), allocator_()
{
@ -335,3 +339,6 @@ int ObDDLReplicaBuilder::push_task(ObAsyncTask &task)
}
return ret;
}
} // end namespace share
} // end namespace oceanbase