summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_file_instances.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_file_instances.cc')
-rw-r--r--storage/perfschema/table_file_instances.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/table_file_instances.cc b/storage/perfschema/table_file_instances.cc
index f1676421616..9ae732a0e1c 100644
--- a/storage/perfschema/table_file_instances.cc
+++ b/storage/perfschema/table_file_instances.cc
@@ -54,7 +54,7 @@ table_file_instances::m_field_def=
PFS_engine_table_share
table_file_instances::m_share=
{
- { C_STRING_WITH_LEN("FILE_INSTANCES") },
+ { C_STRING_WITH_LEN("file_instances") },
&pfs_readonly_acl,
&table_file_instances::create,
NULL, /* write_row */