From ff8a8960a78b038b85ffc6b047e5ba9da26093f9 Mon Sep 17 00:00:00 2001 From: yishenglanlingzui <395329313@qq.com> Date: Mon, 17 Jun 2024 08:44:16 +0000 Subject: [PATCH] Re-modify variables placeholder information --- .../ob_system_variable_init.json | 92 +++++++++---------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/src/share/system_variable/ob_system_variable_init.json b/src/share/system_variable/ob_system_variable_init.json index 75f2ab338..4ce09c198 100644 --- a/src/share/system_variable/ob_system_variable_init.json +++ b/src/share/system_variable/ob_system_variable_init.json @@ -6845,52 +6845,6 @@ "ref_url": "", "placeholder": true }, - "low_priority_updates": { - "id": 10386, - "name": "low_priority_updates", - "default_value": "0", - "base_value": "0", - "data_type": "bool", - "info": "mock for mysql5.7", - "flags": "GLOBAL | SESSION | MYSQL_ONLY", - "publish_version": "424", - "info_cn": "", - "background_cn": "", - "ref_url": "", - "placeholder": true - }, - "max_error_count": { - "id": 10387, - "name": "max_error_count", - "default_value": "64", - "base_value": "64", - "data_type": "int", - "info": "mock for mysql5.7", - "flags": "GLOBAL | SESSION | MYSQL_ONLY", - "min_val": "0", - "max_val": "65535", - "publish_version": "424", - "info_cn": "", - "background_cn": "", - "ref_url": "", - "placeholder": true - }, - "max_insert_delayed_threads": { - "id": 10388, - "name": "max_insert_delayed_threads", - "default_value": "0", - "base_value": "0", - "data_type": "int", - "info": "mock for mysql5.7", - "flags": "GLOBAL | SESSION | MYSQL_ONLY", - "min_val": "20", - "max_val": "16384", - "publish_version": "424", - "info_cn": "", - "background_cn": "", - "ref_url": "", - "placeholder": true - }, "_ob_enable_role_ids": { "id": 10386, "name": "_ob_enable_role_ids", @@ -6998,5 +6952,51 @@ "info_cn": "", "background_cn": "", "ref_url": "" + }, + "low_priority_updates": { + "id": 10394, + "name": "low_priority_updates", + "default_value": "0", + "base_value": "0", + "data_type": "bool", + "info": "mock for mysql5.7", + "flags": "GLOBAL | SESSION | MYSQL_ONLY", + "publish_version": "424", + "info_cn": "", + "background_cn": "", + "ref_url": "", + "placeholder": true + }, + "max_error_count": { + "id": 10395, + "name": "max_error_count", + "default_value": "64", + "base_value": "64", + "data_type": "int", + "info": "mock for mysql5.7", + "flags": "GLOBAL | SESSION | MYSQL_ONLY", + "min_val": "0", + "max_val": "65535", + "publish_version": "424", + "info_cn": "", + "background_cn": "", + "ref_url": "", + "placeholder": true + }, + "max_insert_delayed_threads": { + "id": 10396, + "name": "max_insert_delayed_threads", + "default_value": "0", + "base_value": "0", + "data_type": "int", + "info": "mock for mysql5.7", + "flags": "GLOBAL | SESSION | MYSQL_ONLY", + "min_val": "20", + "max_val": "16384", + "publish_version": "424", + "info_cn": "", + "background_cn": "", + "ref_url": "", + "placeholder": true } }