summaryrefslogtreecommitdiff
path: root/storage/perfschema/cursor_by_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/cursor_by_thread.h')
-rw-r--r--storage/perfschema/cursor_by_thread.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/perfschema/cursor_by_thread.h b/storage/perfschema/cursor_by_thread.h
index db130088920..1fd803d906c 100644
--- a/storage/perfschema/cursor_by_thread.h
+++ b/storage/perfschema/cursor_by_thread.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2011, 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,
@@ -41,6 +41,8 @@
class cursor_by_thread : public PFS_engine_table
{
public:
+ static ha_rows get_row_count();
+
virtual int rnd_next();
virtual int rnd_pos(const void *pos);
virtual void reset_position(void);