6
deps/oblib/src/lib/lock/ob_fcond.h
vendored
6
deps/oblib/src/lib/lock/ob_fcond.h
vendored
@ -10,8 +10,8 @@
|
|||||||
* See the Mulan PubL v2 for more details.
|
* See the Mulan PubL v2 for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef OCENABASE_LIB_LOCK_OB_FCOND_H
|
#ifndef OCEANBASE_LIB_LOCK_OB_FCOND_H
|
||||||
#define OCENABASE_LIB_LOCK_OB_FCOND_H
|
#define OCEANBASE_LIB_LOCK_OB_FCOND_H
|
||||||
#include "lib/thread_local/ob_tsi_utils.h"
|
#include "lib/thread_local/ob_tsi_utils.h"
|
||||||
#include "lib/coro/co.h"
|
#include "lib/coro/co.h"
|
||||||
|
|
||||||
@ -50,4 +50,4 @@ struct ObFCond {
|
|||||||
};
|
};
|
||||||
}; // namespace common
|
}; // namespace common
|
||||||
}; // end namespace oceanbase
|
}; // end namespace oceanbase
|
||||||
#endif // OCENABASE_LIB_LOCK_OB_FCOND_H
|
#endif // OCEANBASE_LIB_LOCK_OB_FCOND_H
|
||||||
|
|||||||
@ -10,8 +10,8 @@
|
|||||||
* See the Mulan PubL v2 for more details.
|
* See the Mulan PubL v2 for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __OCENABASE_RS_RESOURCE_WEIGHT_PARSER_H__
|
#ifndef __OCEANBASE_RS_RESOURCE_WEIGHT_PARSER_H__
|
||||||
#define __OCENABASE_RS_RESOURCE_WEIGHT_PARSER_H__
|
#define __OCEANBASE_RS_RESOURCE_WEIGHT_PARSER_H__
|
||||||
|
|
||||||
#include "share/ob_kv_parser.h"
|
#include "share/ob_kv_parser.h"
|
||||||
#include "rootserver/ob_balance_info.h"
|
#include "rootserver/ob_balance_info.h"
|
||||||
@ -59,5 +59,5 @@ class ObResourceWeightParser {
|
|||||||
};
|
};
|
||||||
} // namespace rootserver
|
} // namespace rootserver
|
||||||
} // namespace oceanbase
|
} // namespace oceanbase
|
||||||
#endif /* __OCENABASE_RS_RESOURCE_WEIGHT_PARSER_H__ */
|
#endif /* __OCEANBASE_RS_RESOURCE_WEIGHT_PARSER_H__ */
|
||||||
//// end of header file
|
//// end of header file
|
||||||
|
|||||||
@ -10,8 +10,8 @@
|
|||||||
* See the Mulan PubL v2 for more details.
|
* See the Mulan PubL v2 for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __OCENABASE_ROOTSERVER_OB_ZONE_UNIT_PROVIDER_H__
|
#ifndef __OCEANBASE_ROOTSERVER_OB_ZONE_UNIT_PROVIDER_H__
|
||||||
#define __OCENABASE_ROOTSERVER_OB_ZONE_UNIT_PROVIDER_H__
|
#define __OCEANBASE_ROOTSERVER_OB_ZONE_UNIT_PROVIDER_H__
|
||||||
|
|
||||||
#include "share/ob_define.h"
|
#include "share/ob_define.h"
|
||||||
#include "lib/list/ob_dlist.h"
|
#include "lib/list/ob_dlist.h"
|
||||||
@ -215,5 +215,5 @@ class ObAllZoneUnitsProvider : public ObZoneUnitsProvider {
|
|||||||
|
|
||||||
} // namespace rootserver
|
} // namespace rootserver
|
||||||
} // namespace oceanbase
|
} // namespace oceanbase
|
||||||
#endif /* __OCENABASE_ROOTSERVER_OB_ZONE_UNIT_PROVIDER_H__ */
|
#endif /* __OCEANBASE_ROOTSERVER_OB_ZONE_UNIT_PROVIDER_H__ */
|
||||||
//// end of header file
|
//// end of header file
|
||||||
|
|||||||
@ -10,8 +10,8 @@
|
|||||||
* See the Mulan PubL v2 for more details.
|
* See the Mulan PubL v2 for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __OCENABASE_SHARE_RESTORE_URI_PARSER_H__
|
#ifndef __OCEANBASE_SHARE_RESTORE_URI_PARSER_H__
|
||||||
#define __OCENABASE_SHARE_RESTORE_URI_PARSER_H__
|
#define __OCEANBASE_SHARE_RESTORE_URI_PARSER_H__
|
||||||
|
|
||||||
#include "share/backup/ob_physical_restore_info.h"
|
#include "share/backup/ob_physical_restore_info.h"
|
||||||
#include "share/ob_kv_parser.h"
|
#include "share/ob_kv_parser.h"
|
||||||
@ -160,5 +160,5 @@ class ObPhysicalRestoreOptionParser {
|
|||||||
};
|
};
|
||||||
} // namespace share
|
} // namespace share
|
||||||
} // namespace oceanbase
|
} // namespace oceanbase
|
||||||
#endif /* __OCENABASE_SHARE_RESTORE_URI_PARSER_H__ */
|
#endif /* __OCEANBASE_SHARE_RESTORE_URI_PARSER_H__ */
|
||||||
//// end of header file
|
//// end of header file
|
||||||
|
|||||||
@ -32,7 +32,7 @@ namespace schema {
|
|||||||
// pass: ""
|
// pass: ""
|
||||||
// database: ${USER//./_}_unittest
|
// database: ${USER//./_}_unittest
|
||||||
//
|
//
|
||||||
// 2. create ocenabase system table schema in mysql server.
|
// 2. create OceanBase system table schema in mysql server.
|
||||||
//
|
//
|
||||||
class DBInitializer {
|
class DBInitializer {
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user