fix HasTable bug

Former-commit-id: 32797d1bbbdd953a492cabf7727dcedceb37e7a5
This commit is contained in:
kun yu 2019-07-26 15:39:17 +08:00
parent f74f9bb08c
commit 92467dc304

View File

@ -45,7 +45,7 @@ protected:
private:
std::string table_name_;
bool has_table_;
bool& has_table_;
};
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////