diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-12-10 15:35:00 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2020-03-10 19:24:22 +0100 |
commit | 0ea717f51a152afdb3791195c4a25ee0baa2faac (patch) | |
tree | 0eb10fc1413d1583ffdec2c18a66491d7befeec2 /storage/perfschema/table_sync_instances.h | |
parent | dfe6e914e58472159f34a8a4c9288ff61eac479f (diff) | |
download | mariadb-git-0ea717f51a152afdb3791195c4a25ee0baa2faac.tar.gz |
P_S 5.7.28
Diffstat (limited to 'storage/perfschema/table_sync_instances.h')
-rw-r--r-- | storage/perfschema/table_sync_instances.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/storage/perfschema/table_sync_instances.h b/storage/perfschema/table_sync_instances.h index 6f7e1bf5523..6cf8f0f3669 100644 --- a/storage/perfschema/table_sync_instances.h +++ b/storage/perfschema/table_sync_instances.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2008, 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, @@ -62,6 +62,7 @@ public: /** Table share. */ static PFS_engine_table_share m_share; static PFS_engine_table* create(); + static ha_rows get_row_count(); virtual int rnd_next(); virtual int rnd_pos(const void *pos); @@ -119,6 +120,7 @@ public: /** Table share */ static PFS_engine_table_share m_share; static PFS_engine_table* create(); + static ha_rows get_row_count(); virtual int rnd_next(); virtual int rnd_pos(const void *pos); @@ -170,6 +172,7 @@ public: /** Table share. */ static PFS_engine_table_share m_share; static PFS_engine_table* create(); + static ha_rows get_row_count(); virtual int rnd_next(); virtual int rnd_pos(const void *pos); |