summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorunknown <holyfoot@vva.(none)>2006-03-20 18:46:13 +0400
committerunknown <holyfoot@vva.(none)>2006-03-20 18:46:13 +0400
commit851f4fb9545fd7b44f222eff294937e2f2d6871e (patch)
tree44ee002f5858c54367e705de8e093489ecf9e9c1 /sql/sql_class.h
parentafe397ff66299fb0707cf080cbb51bcf3cadace8 (diff)
downloadmariadb-git-851f4fb9545fd7b44f222eff294937e2f2d6871e.tar.gz
Code #ifdef-ed
sql/sql_class.h: line #ifdef-ed
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h2
1 files changed, 2 insertions, 0 deletions
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();