summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorIngo Struewing <ingo.struewing@sun.com>2009-10-01 15:54:11 +0200
committerIngo Struewing <ingo.struewing@sun.com>2009-10-01 15:54:11 +0200
commit1f37e3d834c9c1c1d6c43c1d78e2b6032a4b7ec8 (patch)
tree53c06177a77b7cbe951fe756258c14fa19a282bb /sql/sql_class.h
parent5f8bb5c507631a56a267f42972c809d51dacd84b (diff)
parent4d57b851a0335ac098d46dad5b9f698ff2cd3e43 (diff)
downloadmariadb-git-1f37e3d834c9c1c1d6c43c1d78e2b6032a4b7ec8.tar.gz
auto-merge
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index b0128244030..024a6587b43 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -1896,6 +1896,11 @@ public:
partition_info *work_part_info;
#endif
+#if defined(ENABLED_DEBUG_SYNC)
+ /* Debug Sync facility. See debug_sync.cc. */
+ struct st_debug_sync_control *debug_sync_control;
+#endif /* defined(ENABLED_DEBUG_SYNC) */
+
THD();
~THD();