diff options
author | Sergei Golubchik <serg@mariadb.org> | 2021-05-03 11:21:56 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2021-05-03 11:22:07 +0200 |
commit | 0b116d160a5f2179c1c92fbf4971217cf9061fb4 (patch) | |
tree | b3b0f26600362f8ffc67f7cccd893aa84dd5d88b /storage/perfschema/table_uvar_by_thread.h | |
parent | bbbe2c1a443a606e8fdf88f6fe1f77fbd5dcd609 (diff) | |
download | mariadb-git-0b116d160a5f2179c1c92fbf4971217cf9061fb4.tar.gz |
5.7.34
Diffstat (limited to 'storage/perfschema/table_uvar_by_thread.h')
-rw-r--r-- | storage/perfschema/table_uvar_by_thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/perfschema/table_uvar_by_thread.h b/storage/perfschema/table_uvar_by_thread.h index 6cd39b4fcd6..c3a541536e8 100644 --- a/storage/perfschema/table_uvar_by_thread.h +++ b/storage/perfschema/table_uvar_by_thread.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2013, 2021, Oracle and/or its affiliates. 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, @@ -77,7 +77,7 @@ public: bool is_materialized(PFS_thread *pfs) { - DBUG_ASSERT(pfs != NULL); + assert(pfs != NULL); if (m_pfs != pfs) return false; if (m_thread_internal_id != pfs->m_thread_internal_id) |