From 072097174c8b91299fe74a3cd7c5248e6e3cfc57 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Mon, 25 Jun 2012 18:17:24 +0200 Subject: fix compile error, when building with oqgraph --- sql/unireg.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sql/unireg.h') diff --git a/sql/unireg.h b/sql/unireg.h index 950cfc2cc31..da510bb4e6d 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -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 */ -- cgit v1.2.1