diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-07 15:35:39 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-07 15:35:39 +0200 |
commit | ccc9238335daaa1ca269b651bf25845afa7cf166 (patch) | |
tree | 4d9aa6b70b8afce9390e65ccca98013ebe1b4a65 /sql/sql_partition.h | |
parent | e727741614b5361465de9cc8c292e7c3fb9cdfec (diff) | |
download | mariadb-git-ccc9238335daaa1ca269b651bf25845afa7cf166.tar.gz |
s/st_ha_create_information/HA_CREATE_INFO/
Diffstat (limited to 'sql/sql_partition.h')
-rw-r--r-- | sql/sql_partition.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_partition.h b/sql/sql_partition.h index 2fd9b4c3d75..8db07f836b0 100644 --- a/sql/sql_partition.h +++ b/sql/sql_partition.h @@ -32,7 +32,6 @@ class partition_info; struct TABLE; struct TABLE_LIST; typedef struct st_bitmap MY_BITMAP; -typedef struct st_ha_create_information HA_CREATE_INFO; typedef struct st_key KEY; typedef struct st_key_range key_range; |