summaryrefslogtreecommitdiff
path: root/sql/sql_table.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_table.h
parente727741614b5361465de9cc8c292e7c3fb9cdfec (diff)
downloadmariadb-git-ccc9238335daaa1ca269b651bf25845afa7cf166.tar.gz
s/st_ha_create_information/HA_CREATE_INFO/
Diffstat (limited to 'sql/sql_table.h')
-rw-r--r--sql/sql_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.h b/sql/sql_table.h
index 9d5e768a5a3..7826c540487 100644
--- a/sql/sql_table.h
+++ b/sql/sql_table.h
@@ -26,7 +26,7 @@ class THD;
struct TABLE;
struct handlerton;
typedef struct st_ha_check_opt HA_CHECK_OPT;
-typedef struct st_ha_create_information HA_CREATE_INFO;
+struct HA_CREATE_INFO;
typedef struct st_key KEY;
typedef struct st_key_cache KEY_CACHE;
typedef struct st_lock_param_type ALTER_PARTITION_PARAM_TYPE;