From 851f4fb9545fd7b44f222eff294937e2f2d6871e Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Mar 2006 18:46:13 +0400 Subject: Code #ifdef-ed sql/sql_class.h: line #ifdef-ed --- sql/sql_class.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/sql_class.h') diff --git a/sql/sql_class.h b/sql/sql_class.h index 58447d03c63..bcc00c19eb0 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -1206,7 +1206,9 @@ public: */ query_id_t first_query_id; } binlog_evt_union; +#ifdef WITH_PARTITION_STORAGE_ENGINE partition_info *work_part_info; +#endif THD(); ~THD(); -- cgit v1.2.1