summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_setup_timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_setup_timers.h')
-rw-r--r--storage/perfschema/table_setup_timers.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/storage/perfschema/table_setup_timers.h b/storage/perfschema/table_setup_timers.h
index eaa8ed1f097..667c1d94889 100644
--- a/storage/perfschema/table_setup_timers.h
+++ b/storage/perfschema/table_setup_timers.h
@@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
- 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef TABLE_SETUP_TIMERS_H
#define TABLE_SETUP_TIMERS_H
@@ -77,8 +77,6 @@ public:
private:
/** Table share lock. */
static THR_LOCK m_table_lock;
- /** Fields definition. */
- static TABLE_FIELD_DEF m_field_def;
/** Current row. */
row_setup_timers *m_row;