1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

s/st_ha_create_information/HA_CREATE_INFO/

This commit is contained in:
Sergei Golubchik
2013-04-07 15:35:39 +02:00
parent e727741614
commit ccc9238335
7 changed files with 3 additions and 12 deletions

View File

@@ -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;