summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_socket_summary_by_event_name.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_socket_summary_by_event_name.cc')
-rw-r--r--storage/perfschema/table_socket_summary_by_event_name.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/perfschema/table_socket_summary_by_event_name.cc b/storage/perfschema/table_socket_summary_by_event_name.cc
index f5214a4ea25..6efab95d5b1 100644
--- a/storage/perfschema/table_socket_summary_by_event_name.cc
+++ b/storage/perfschema/table_socket_summary_by_event_name.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,
@@ -162,7 +162,7 @@ int table_socket_summary_by_event_name::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++)
{
@@ -244,7 +244,7 @@ int table_socket_summary_by_event_name::read_row_values(TABLE *table,
break;
default:
- DBUG_ASSERT(false);
+ assert(false);
break;
}
} // if