Skip to content

Commit

Permalink
fix: fix coverage_core (#3747)
Browse files Browse the repository at this point in the history
  • Loading branch information
dl239 authored Feb 7, 2024
1 parent 0836cd0 commit 5924321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hybridse/src/node/sql_node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ static absl::flat_hash_map<CmdType, absl::string_view> CreateCmdTypeNamesMap() {
{CmdType::kCmdUseDatabase, "use database"},
{CmdType::kCmdDropDatabase, "drop database"},
{CmdType::kCmdDropUser, "drop user"},
{CmdType::kCmdShowUser, "show user"},
{CmdType::kCmdCreateDatabase, "create database"},
{CmdType::kCmdDescTable, "desc table"},
{CmdType::kCmdDropTable, "drop table"},
Expand Down

0 comments on commit 5924321

Please sign in to comment.