We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7ea8d commit 3c49f2eCopy full SHA for 3c49f2e
src/observer/sql/stmt/drop_table_stmt.h
@@ -19,7 +19,7 @@ class DropTableStmt : public Stmt
19
20
StmtType type() const override { return StmtType::DROP_TABLE; }
21
22
- const std::string &table_name() const { return table_name_; }
+ const std::string &table_name() const { return table_name_; }
23
24
//TODO:
25
static RC create(Db *db, const DropTableSqlNode &create_table, Stmt *&stmt);
0 commit comments