fix compile error, when building with oqgraph

This commit is contained in:
Vladislav Vaintroub 2012-06-25 18:17:24 +02:00
parent 2954ed1ec9
commit 072097174c
2 changed files with 3 additions and 3 deletions

View file

@ -63,6 +63,9 @@ enum Derivation
#define my_charset_numeric my_charset_latin1
#define MY_REPERTOIRE_NUMERIC MY_REPERTOIRE_ASCII
/* The length of the header part for each virtual column in the .frm file */
#define FRM_VCOL_HEADER_SIZE(b) (3 + test(b))
struct ha_field_option_struct;
struct st_cache_field;

View file

@ -161,9 +161,6 @@ typedef struct st_ha_create_information HA_CREATE_INFO;
#define DEFAULT_KEY_CACHE_NAME "default"
/* The length of the header part for each virtual column in the .frm file */
#define FRM_VCOL_HEADER_SIZE(b) (3 + test(b))
/* Include prototypes for unireg */