This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
new a91ed2e950 [fix](compile) fix compile error when compile with mysql
(#17836)
a91ed2e950 is described below
commit a91ed2e9509bae15214eaf7aa2ff09a7dc52b757
Author: caiconghui <[email protected]>
AuthorDate: Thu Mar 16 08:14:15 2023 +0800
[fix](compile) fix compile error when compile with mysql (#17836)
Co-authored-by: caiconghui1 <[email protected]>
---
be/src/util/mysql_load_error_hub.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/be/src/util/mysql_load_error_hub.cpp
b/be/src/util/mysql_load_error_hub.cpp
index daf484ef9c..a9943016e5 100644
--- a/be/src/util/mysql_load_error_hub.cpp
+++ b/be/src/util/mysql_load_error_hub.cpp
@@ -18,6 +18,7 @@
#include <mysql/mysql.h>
#define __DorisMysql MYSQL
+#include "common/logging.h"
#include "mysql_load_error_hub.h"
#include "util/defer_op.h"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]