1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Code #ifdef-ed

sql/sql_class.h:
  line #ifdef-ed
This commit is contained in:
unknown
2006-03-20 18:46:13 +04:00
parent afe397ff66
commit 851f4fb954

View File

@@ -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();