You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/12/15 12:40:40 UTC

[doris] branch master updated: [fix](compile) compile error while with DORIS_WITH_MYSQL #15105

This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 401d5776b0 [fix](compile) compile error while with DORIS_WITH_MYSQL #15105
401d5776b0 is described below

commit 401d5776b0707f374128ce5ec210597bebaf6552
Author: camby <10...@qq.com>
AuthorDate: Thu Dec 15 20:40:33 2022 +0800

    [fix](compile) compile error while with DORIS_WITH_MYSQL #15105
    
    Co-authored-by: cambyzju <zh...@baidu.com>
---
 be/src/exec/exec_node.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/exec/exec_node.cpp b/be/src/exec/exec_node.cpp
index 939954dd01..5a06953f8b 100644
--- a/be/src/exec/exec_node.cpp
+++ b/be/src/exec/exec_node.cpp
@@ -38,6 +38,7 @@
 #include "exec/hash_join_node.h"
 #include "exec/intersect_node.h"
 #include "exec/merge_node.h"
+#include "exec/mysql_scan_node.h"
 #include "exec/odbc_scan_node.h"
 #include "exec/olap_scan_node.h"
 #include "exec/partitioned_aggregation_node.h"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org