Skip to content

Commit

Permalink
mod req id type
Browse files Browse the repository at this point in the history
  • Loading branch information
sheyanjie-qq committed Jun 23, 2024
1 parent b7547c0 commit 761bbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/gen_metric.go
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ func (gm *GeneralMetric) createSTables() error {
}

createTableSql = "create stable if not exists taos_slow_sql_detail" +
" (start_ts TIMESTAMP, request_id BIGINT PRIMARY KEY, query_time INT, code INT, error_info varchar(128), " +
" (start_ts TIMESTAMP, request_id BIGINT UNSIGNED PRIMARY KEY, query_time INT, code INT, error_info varchar(128), " +
"type TINYINT, rows_num BIGINT, sql varchar(10000), process_name varchar(32), process_id varchar(32)) " +
"tags (db varchar(1024), `user` varchar(32), ip varchar(32), cluster_id varchar(32))"

Expand Down

0 comments on commit 761bbd1

Please sign in to comment.