summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_sync_instances.h
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2014-08-19 15:18:18 +0400
committerSergey Vojtovich <svoj@mariadb.org>2014-08-19 15:18:18 +0400
commitf1c1c04a34f39bcd6622b9886fb089dd41e51103 (patch)
tree1d884e3eb98ff172cf6d399df99ce1e7f9480e73 /storage/perfschema/table_sync_instances.h
parente7669cf6070567646c190fc87746a86e43da27c2 (diff)
downloadmariadb-git-f1c1c04a34f39bcd6622b9886fb089dd41e51103.tar.gz
MDEV-4262 - P_S discovery
Discover P_S tables automatically. Most of this patch is code clean-up: - removed tests and code responsible for P_S tables correctness verification - always return error from ha_perfschema::create() - install/upgrade scripts won't create P_S tables anymore
Diffstat (limited to 'storage/perfschema/table_sync_instances.h')
-rw-r--r--storage/perfschema/table_sync_instances.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/storage/perfschema/table_sync_instances.h b/storage/perfschema/table_sync_instances.h
index ff7b2765a11..da459268599 100644
--- a/storage/perfschema/table_sync_instances.h
+++ b/storage/perfschema/table_sync_instances.h
@@ -77,8 +77,6 @@ private:
/** Table share lock. */
static THR_LOCK m_table_lock;
- /** Fields definition. */
- static TABLE_FIELD_DEF m_field_def;
/** Current row. */
row_mutex_instances m_row;
@@ -136,8 +134,6 @@ private:
/** Table share lock. */
static THR_LOCK m_table_lock;
- /** Fields definition. */
- static TABLE_FIELD_DEF m_field_def;
/** Current row. */
row_rwlock_instances m_row;
@@ -189,8 +185,6 @@ private:
/** Table share lock. */
static THR_LOCK m_table_lock;
- /** Fields definition. */
- static TABLE_FIELD_DEF m_field_def;
/** Current row. */
row_cond_instances m_row;