From 3e10fe63519f380d290b113b91c283c013a1e880 Mon Sep 17 00:00:00 2001 From: NicoYuan1986 <109071306+NicoYuan1986@users.noreply.github.com> Date: Fri, 14 Oct 2022 21:21:26 +0800 Subject: [PATCH] [skip e2e]Update the script for nightly test (#19799) Signed-off-by: nico Signed-off-by: nico --- tests/scripts/values/mysql.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/scripts/values/mysql.yaml b/tests/scripts/values/mysql.yaml index 8636263bed..70df9e41e3 100644 --- a/tests/scripts/values/mysql.yaml +++ b/tests/scripts/values/mysql.yaml @@ -24,6 +24,8 @@ mysql: shards_num INT, start_position TEXT, consistency_level INT, + status INT NOT NULL, + properties VARCHAR(512), ts BIGINT UNSIGNED DEFAULT 0, is_deleted BOOL DEFAULT FALSE, created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, @@ -94,6 +96,7 @@ mysql: partition_name VARCHAR(256), partition_created_timestamp bigint unsigned, collection_id BIGINT NOT NULL, + status INT NOT NULL, ts BIGINT UNSIGNED DEFAULT 0, is_deleted BOOL DEFAULT FALSE, created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, @@ -112,6 +115,8 @@ mysql: index_id BIGINT NOT NULL, index_name VARCHAR(256), index_params VARCHAR(2048), + user_index_params VARCHAR(2048), + is_auto_index BOOL DEFAULT FALSE, create_time bigint unsigned, is_deleted BOOL DEFAULT FALSE, created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,