summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_events_waits_summary.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_events_waits_summary.cc')
-rw-r--r--storage/perfschema/table_events_waits_summary.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/perfschema/table_events_waits_summary.cc b/storage/perfschema/table_events_waits_summary.cc
index dfc89596469..b9565d54460 100644
--- a/storage/perfschema/table_events_waits_summary.cc
+++ b/storage/perfschema/table_events_waits_summary.cc
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2008, 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,
@@ -196,7 +196,7 @@ int table_events_waits_summary_by_instance
return HA_ERR_RECORD_DELETED;
/* Set the null bits */
- DBUG_ASSERT(table->s->null_bytes == 0);
+ assert(table->s->null_bytes == 0);
for (; (f= *fields) ; fields++)
{
@@ -226,7 +226,7 @@ int table_events_waits_summary_by_instance
set_field_ulonglong(f, m_row.m_stat.m_max);
break;
default:
- DBUG_ASSERT(false);
+ assert(false);
}
}
}