This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 36edfa0c65a [cherry-pick](branch-2.1) Pick "[Enhancement](audit log)
Set print audit log sesssion variable default value to false #38865" (#39009)
36edfa0c65a is described below
commit 36edfa0c65ad3d8b2c9f036695f0dbb0e2ee9520
Author: abmdocrt <[email protected]>
AuthorDate: Wed Aug 7 16:59:26 2024 +0800
[cherry-pick](branch-2.1) Pick "[Enhancement](audit log) Set print audit
log sesssion variable default value to false #38865" (#39009)
pick #38865
---
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
index e1149a30f1d..cd2c8d47503 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
@@ -1618,7 +1618,7 @@ public class SessionVariable implements Serializable,
Writable {
public String groupCommit = "off_mode";
@VariableMgr.VarAttr(name = ENABLE_PREPARED_STMT_AUDIT_LOG, needForward =
true)
- public boolean enablePreparedStmtAuditLog = true;
+ public boolean enablePreparedStmtAuditLog = false;
@VariableMgr.VarAttr(name = INVERTED_INDEX_CONJUNCTION_OPT_THRESHOLD,
description =
{"在match_all中求取多个倒排索引的交集时,如果最大的倒排索引中的总数是最小倒排索引中的总数的整数倍,"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]