From 1230a302301886aa58a2e4cec4c959d4b391b532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B9=BF=E6=89=A9?= Date: Thu, 20 Jun 2024 02:00:13 +0000 Subject: [PATCH] update storage/tianchi/tse_ddl_rewriter_plugin.cc. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈广扩 --- storage/tianchi/tse_ddl_rewriter_plugin.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/storage/tianchi/tse_ddl_rewriter_plugin.cc b/storage/tianchi/tse_ddl_rewriter_plugin.cc index 82978d9..baa9e28 100644 --- a/storage/tianchi/tse_ddl_rewriter_plugin.cc +++ b/storage/tianchi/tse_ddl_rewriter_plugin.cc @@ -789,9 +789,9 @@ static unordered_map // 不支持创建,修改,删除EVENT - {SQLCOM_CREATE_EVENT, {false, tse_check_unspport_ddl}}, - {SQLCOM_ALTER_EVENT, {false, tse_check_unspport_ddl}}, - {SQLCOM_DROP_EVENT, {false, tse_check_unspport_ddl}}, + // {SQLCOM_CREATE_EVENT, {false, tse_check_unspport_ddl}}, + // {SQLCOM_ALTER_EVENT, {false, tse_check_unspport_ddl}}, + // {SQLCOM_DROP_EVENT, {false, tse_check_unspport_ddl}}, // Replication operations - unsupported {SQLCOM_CREATE_SERVER, {false, tse_check_unspport_ddl}}, -- Gitee