summaryrefslogtreecommitdiff
path: root/sql/sql_show.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-04-07 15:35:39 +0200
committerSergei Golubchik <sergii@pisem.net>2013-04-07 15:35:39 +0200
commitccc9238335daaa1ca269b651bf25845afa7cf166 (patch)
tree4d9aa6b70b8afce9390e65ccca98013ebe1b4a65 /sql/sql_show.h
parente727741614b5361465de9cc8c292e7c3fb9cdfec (diff)
downloadmariadb-git-ccc9238335daaa1ca269b651bf25845afa7cf166.tar.gz
s/st_ha_create_information/HA_CREATE_INFO/
Diffstat (limited to 'sql/sql_show.h')
-rw-r--r--sql/sql_show.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_show.h b/sql/sql_show.h
index 03d8af3aabd..09e0a80fd4f 100644
--- a/sql/sql_show.h
+++ b/sql/sql_show.h
@@ -27,9 +27,7 @@ class String;
class THD;
class sp_name;
struct TABLE_LIST;
-struct st_ha_create_information;
typedef class st_select_lex SELECT_LEX;
-typedef st_ha_create_information HA_CREATE_INFO;
struct LEX;
typedef struct st_mysql_show_var SHOW_VAR;
typedef struct st_schema_table ST_SCHEMA_TABLE;