summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_setup_actors.cc
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2013-08-21 18:20:22 +0300
committerMichael Widenius <monty@askmonty.org>2013-08-21 18:20:22 +0300
commit4712fb14b9672800ed974ce66d00a6b7be37a6b5 (patch)
treef1a853fafc99ce33deb557ad5e57aa58d94f9d3d /storage/perfschema/table_setup_actors.cc
parent4f412a576089e79db10734e35604e86042ca8633 (diff)
downloadmariadb-git-4712fb14b9672800ed974ce66d00a6b7be37a6b5.tar.gz
Fixed compiler warnings
Diffstat (limited to 'storage/perfschema/table_setup_actors.cc')
-rw-r--r--storage/perfschema/table_setup_actors.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/table_setup_actors.cc b/storage/perfschema/table_setup_actors.cc
index 91dbb942ead..ead22c23319 100644
--- a/storage/perfschema/table_setup_actors.cc
+++ b/storage/perfschema/table_setup_actors.cc
@@ -50,7 +50,7 @@ static const TABLE_FIELD_TYPE field_types[]=
TABLE_FIELD_DEF
table_setup_actors::m_field_def=
-{ 3, field_types };
+{ 3, field_types, 0, (uint*) 0 };
PFS_engine_table_share
table_setup_actors::m_share=