summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_tiws_by_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_tiws_by_table.h')
-rw-r--r--storage/perfschema/table_tiws_by_table.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/perfschema/table_tiws_by_table.h b/storage/perfschema/table_tiws_by_table.h
index 7427ca797fa..4100a99156b 100644
--- a/storage/perfschema/table_tiws_by_table.h
+++ b/storage/perfschema/table_tiws_by_table.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2.0,
@@ -59,6 +59,7 @@ public:
static PFS_engine_table_share m_share;
static PFS_engine_table* create();
static int delete_all_rows();
+ static ha_rows get_row_count();
virtual int rnd_init(bool scan);
virtual int rnd_next();