This is an automated email from the ASF dual-hosted git repository. luozenglin 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 21fefb2831 [improvement](build) Compile enable WITH_MYSQL (#23371) 21fefb2831 is described below commit 21fefb283134f235227ec37e0aa1fd854d41c11c Author: zxealous <zhouchang...@baidu.com> AuthorDate: Mon Aug 28 20:41:06 2023 +0800 [improvement](build) Compile enable WITH_MYSQL (#23371) --- run-be-ut.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-be-ut.sh b/run-be-ut.sh index 02fe5f368e..f99be5646f 100755 --- a/run-be-ut.sh +++ b/run-be-ut.sh @@ -201,7 +201,7 @@ cd "${CMAKE_BUILD_DIR}" -DUSE_LIBCPP="${USE_LIBCPP}" \ -DBUILD_META_TOOL=OFF \ -DBUILD_BENCHMARK_TOOL="${BUILD_BENCHMARK_TOOL}" \ - -DWITH_MYSQL=OFF \ + -DWITH_MYSQL=ON \ -DUSE_DWARF="${USE_DWARF}" \ -DUSE_UNWIND="${USE_UNWIND}" \ -DUSE_MEM_TRACKER="${USE_MEM_TRACKER}" \ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org