diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 16:19:01 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-04-09 16:19:01 +0200 |
commit | a53200d4e7e1377784034d676c609d9b533e9fb7 (patch) | |
tree | 50fab6ff12812d5fcc971735df4cb0ebcb2bcf57 /sql/handler.h | |
parent | 0c4cf3c7e58973511975443e52fb232b3d940e4a (diff) | |
download | mariadb-git-a53200d4e7e1377784034d676c609d9b533e9fb7.tar.gz |
remove HA_CREATE_INFO::frm_only - it's internal server flag,
not part of the SE API, and, again, mutually exclusive with
C_ORDINARY_CREATE and C_CREATE_SELECT.
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h index edbff4b68e1..d2dbe169101 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -1389,7 +1389,6 @@ struct HA_CREATE_INFO uint merge_insert_method; uint extra_size; /* length of extra data segment */ enum ha_choice transactional; - bool frm_only; ///< 1 if no ha_create_table() bool varchar; ///< 1 if table has a VARCHAR enum ha_storage_media storage_media; ///< DEFAULT, DISK or MEMORY enum ha_choice page_checksum; ///< If we have page_checksums |