mirror of
https://github.com/actiontech/dble.git
synced 2026-01-06 04:40:17 -06:00
[inner-2144] fix:sql_log's view with conditional query error
(cherry picked from commit c7f61c1a89)
This commit is contained in:
@@ -239,7 +239,7 @@ public class MySQLPlanNodeVisitor {
|
||||
|
||||
ManagerBaseView view = ManagerSchemaInfo.getInstance().getView(tableName);
|
||||
if (view != null) {
|
||||
this.tableNode = view.getViewNode();
|
||||
this.tableNode = view.getViewNode().copy();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user