summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_socket_summary_by_instance.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_socket_summary_by_instance.cc')
-rw-r--r--storage/perfschema/table_socket_summary_by_instance.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/perfschema/table_socket_summary_by_instance.cc b/storage/perfschema/table_socket_summary_by_instance.cc
index bbd57e73be7..4bb7a2af773 100644
--- a/storage/perfschema/table_socket_summary_by_instance.cc
+++ b/storage/perfschema/table_socket_summary_by_instance.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,
@@ -176,7 +176,7 @@ int table_socket_summary_by_instance::read_row_values(TABLE *table,
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++)
{
@@ -261,7 +261,7 @@ int table_socket_summary_by_instance::read_row_values(TABLE *table,
set_field_ulonglong(f, m_row.m_io_stat.m_misc.m_waits.m_max);
break;
default:
- DBUG_ASSERT(false);
+ assert(false);
break;
}
}