summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sysschema/r/v_user_summary_by_statement_type.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/sysschema/r/v_user_summary_by_statement_type.result')
-rw-r--r--mysql-test/suite/sysschema/r/v_user_summary_by_statement_type.result6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/suite/sysschema/r/v_user_summary_by_statement_type.result b/mysql-test/suite/sysschema/r/v_user_summary_by_statement_type.result
index bd006c871b9..70a7ea3f9f5 100644
--- a/mysql-test/suite/sysschema/r/v_user_summary_by_statement_type.result
+++ b/mysql-test/suite/sysschema/r/v_user_summary_by_statement_type.result
@@ -3,9 +3,9 @@ Field Type Null Key Default Extra
user varchar(128) YES NULL
statement varchar(128) YES NULL
total bigint(20) unsigned NO NULL
-total_latency text YES NULL
-max_latency text YES NULL
-lock_latency text YES NULL
+total_latency varchar(12) YES NULL
+max_latency varchar(12) YES NULL
+lock_latency varchar(12) YES NULL
rows_sent bigint(20) unsigned NO NULL
rows_examined bigint(20) unsigned NO NULL
rows_affected bigint(20) unsigned NO NULL