Commit 9a721415 authored by unknown's avatar unknown

Code #ifdef-ed


sql/sql_class.h:
  line #ifdef-ed
parent 049d2b3d
...@@ -1206,7 +1206,9 @@ class THD :public Statement, ...@@ -1206,7 +1206,9 @@ class THD :public Statement,
*/ */
query_id_t first_query_id; query_id_t first_query_id;
} binlog_evt_union; } binlog_evt_union;
#ifdef WITH_PARTITION_STORAGE_ENGINE
partition_info *work_part_info; partition_info *work_part_info;
#endif
THD(); THD();
~THD(); ~THD();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment