summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_ews_by_host_by_event_name.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_ews_by_host_by_event_name.cc')
-rw-r--r--storage/perfschema/table_ews_by_host_by_event_name.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/storage/perfschema/table_ews_by_host_by_event_name.cc b/storage/perfschema/table_ews_by_host_by_event_name.cc
index 6d94dd851a5..3a1ee52b6e4 100644
--- a/storage/perfschema/table_ews_by_host_by_event_name.cc
+++ b/storage/perfschema/table_ews_by_host_by_event_name.cc
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2010, 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,
@@ -138,7 +138,7 @@ int table_ews_by_host_by_event_name::rnd_next(void)
break;
default:
instr_class= NULL;
- DBUG_ASSERT(false);
+ assert(false);
break;
}
@@ -195,7 +195,7 @@ table_ews_by_host_by_event_name::rnd_pos(const void *pos)
break;
default:
instr_class= NULL;
- DBUG_ASSERT(false);
+ assert(false);
break;
}
if (instr_class)
@@ -246,7 +246,7 @@ int table_ews_by_host_by_event_name
return HA_ERR_RECORD_DELETED;
/* Set the null bits */
- DBUG_ASSERT(table->s->null_bytes == 1);
+ assert(table->s->null_bytes == 1);
buf[0]= 0;
for (; (f= *fields) ; fields++)