mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 18:55:31 +02:00
perfschema 5.6.20
This commit is contained in:
commit
098a9c602d
2 changed files with 2 additions and 2 deletions
|
|
@ -205,7 +205,7 @@ maria_declare_plugin(perfschema)
|
|||
0x0001,
|
||||
pfs_status_vars,
|
||||
NULL,
|
||||
"0.1",
|
||||
"5.6.20",
|
||||
MariaDB_PLUGIN_MATURITY_STABLE
|
||||
}
|
||||
maria_declare_plugin_end;
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@ table_events_statements_current::m_share=
|
|||
&table_events_statements_current::delete_all_rows,
|
||||
NULL, /* get_row_count */
|
||||
1000, /* records */
|
||||
sizeof(PFS_simple_index), /* ref length */
|
||||
sizeof(pos_events_statements_current), /* ref length */
|
||||
&m_table_lock,
|
||||
&m_field_def,
|
||||
false /* checked */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue