summaryrefslogtreecommitdiff
path: root/storage/perfschema/CMakeLists.txt
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/CMakeLists.txt
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/CMakeLists.txt')
-rw-r--r--storage/perfschema/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/perfschema/CMakeLists.txt b/storage/perfschema/CMakeLists.txt
index 718baa8296b..b77cae6d018 100644
--- a/storage/perfschema/CMakeLists.txt
+++ b/storage/perfschema/CMakeLists.txt
@@ -131,7 +131,6 @@ pfs.cc
pfs_account.cc
pfs_atomic.cc
pfs_autosize.cc
-pfs_check.cc
pfs_column_values.cc
pfs_con_slice.cc
pfs_defaults.cc