Commit 098a9c60 authored by Sergei Golubchik's avatar Sergei Golubchik

perfschema 5.6.20

parents 627caa30 75af0fcc
...@@ -205,7 +205,7 @@ maria_declare_plugin(perfschema) ...@@ -205,7 +205,7 @@ maria_declare_plugin(perfschema)
0x0001, 0x0001,
pfs_status_vars, pfs_status_vars,
NULL, NULL,
"0.1", "5.6.20",
MariaDB_PLUGIN_MATURITY_STABLE MariaDB_PLUGIN_MATURITY_STABLE
} }
maria_declare_plugin_end; maria_declare_plugin_end;
......
...@@ -249,7 +249,7 @@ table_events_statements_current::m_share= ...@@ -249,7 +249,7 @@ table_events_statements_current::m_share=
&table_events_statements_current::delete_all_rows, &table_events_statements_current::delete_all_rows,
NULL, /* get_row_count */ NULL, /* get_row_count */
1000, /* records */ 1000, /* records */
sizeof(PFS_simple_index), /* ref length */ sizeof(pos_events_statements_current), /* ref length */
&m_table_lock, &m_table_lock,
&m_field_def, &m_field_def,
false /* checked */ false /* checked */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment