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,