mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
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
This commit is contained in:
@@ -92,8 +92,6 @@ private:
|
||||
|
||||
/** Table share lock. */
|
||||
static THR_LOCK m_table_lock;
|
||||
/** Fields definition. */
|
||||
static TABLE_FIELD_DEF m_field_def;
|
||||
|
||||
/** Current row. */
|
||||
row_setup_objects m_row;
|
||||
|
Reference in New Issue
Block a user