diff options
author | Alexander Barkov <bar@mariadb.com> | 2019-06-22 09:15:37 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2019-06-24 06:25:16 +0400 |
commit | c62eaa7bdf492501c7d7155f8e69d37437f71876 (patch) | |
tree | 98627e1437a0e3110e238e5dc917df54811d26d5 /sql/sql_profile.h | |
parent | 5e474f92b5fd2d0bae800025e6f9acacd4412d04 (diff) | |
download | mariadb-git-c62eaa7bdf492501c7d7155f8e69d37437f71876.tar.gz |
MDEV-19843 Modify ST_FIELD_INFO to use Type_handler and LEX_CSTRING
Diffstat (limited to 'sql/sql_profile.h')
-rw-r--r-- | sql/sql_profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_profile.h b/sql/sql_profile.h index 59db4682440..b0b1642ee02 100644 --- a/sql/sql_profile.h +++ b/sql/sql_profile.h @@ -19,7 +19,7 @@ class Item; struct TABLE_LIST; class THD; -struct ST_FIELD_INFO; +class ST_FIELD_INFO; typedef struct st_schema_table ST_SCHEMA_TABLE; namespace Show { |