delete old mds code

This commit is contained in:
obdev
2023-07-11 14:13:59 +00:00
committed by ob-robot
parent 23c85a3598
commit a8fed65b7a
23 changed files with 33 additions and 1280 deletions

View File

@ -9,10 +9,7 @@
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
*/
#ifndef DEBUG_FOR_MDS
#define DEBUG_FOR_MDS
#include "lib/ob_errno.h"
#endif
#include <chrono>
#include <thread>
#define TEST_MDS_TRANSACTION
@ -91,7 +88,6 @@ public:
TEST_F(TestMdsTransactionTest, simple_test)
{
ASSERT_EQ(true, ObLSID(123).debug_for_mds());
common::ObMySQLProxy *sql_proxy = GCTX.ddl_sql_proxy_;
sqlclient::ObISQLConnection *connection = nullptr;
ASSERT_EQ(OB_SUCCESS, sql_proxy->acquire(connection));