From c853d2f60b4eae829bd519abeb798e87ae92fdcd Mon Sep 17 00:00:00 2001 From: qiuyg3 <101090778+qiuyg3@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:53:08 +0800 Subject: [PATCH] fix the issue 1786 (#1826) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update ob_mvcc_row.h modify the note of function update_dml_flag_ * fix no obvious “secure_file_priv” prompt when load data error issue 981 fix no obvious “secure_file_priv” prompt when load data error issue 981 * fix no obvious “secure_file_priv” prompt when load data error issue 981 fix no obvious “secure_file_priv” prompt when load data error issue 981 * fix no obvious “secure_file_priv” prompt when load data error issue 981 fix no obvious “secure_file_priv” prompt when load data error issue 981 * Update ob_errno.h fix no obvious “secure_file_priv” prompt when load data error issue 981 * Update ob_errno.cpp fix no obvious “secure_file_priv” prompt when load data error issue 981 * Update ob_resolver_utils.cpp fix no obvious “secure_file_priv” prompt when load data error issue 981 * Update ob_log_config.h fix the issue 1786 --- src/logservice/libobcdc/src/ob_log_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logservice/libobcdc/src/ob_log_config.h b/src/logservice/libobcdc/src/ob_log_config.h index 72df0f806f..0c6cd35831 100644 --- a/src/logservice/libobcdc/src/ob_log_config.h +++ b/src/logservice/libobcdc/src/ob_log_config.h @@ -111,7 +111,7 @@ public: DEF_INT(storager_queue_length, OB_CLUSTER_PARAMETER, "0", "[0,]", "storager queue length"); DEF_INT(reader_thread_num, OB_CLUSTER_PARAMETER, "10", "[1,]", "reader thread number"); DEF_INT(reader_queue_length, OB_CLUSTER_PARAMETER, "0", "[0,]", "reader queue length"); - DEF_INT(br_queue_length, OB_CLUSTER_PARAMETER, "0", "[0, ]", "user_binlog_record queue length"); + DEF_INT(br_queue_length, OB_CLUSTER_PARAMETER, "0", "[0,]", "user_binlog_record queue length"); DEF_INT(cached_schema_version_count, OB_CLUSTER_PARAMETER, "32", "[1,]", "cached schema version count"); DEF_INT(history_schema_version_count, OB_CLUSTER_PARAMETER, "16", "[1,]", "history schema version count"); DEF_INT(resource_collector_thread_num, OB_CLUSTER_PARAMETER, "11", "[1,]", "resource collector thread number");