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)
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 */
......
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