mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02: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:
parent
e7669cf607
commit
f1c1c04a34
107 changed files with 889 additions and 6317 deletions
|
|
@ -85,8 +85,6 @@ private:
|
|||
|
||||
/** Table share lock. */
|
||||
static THR_LOCK m_table_lock;
|
||||
/** Fields definition. */
|
||||
static TABLE_FIELD_DEF m_field_def;
|
||||
|
||||
/** Current row. */
|
||||
row_socket_instances m_row;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue