summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_ews_by_user_by_event_name.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_ews_by_user_by_event_name.cc')
-rw-r--r--storage/perfschema/table_ews_by_user_by_event_name.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/storage/perfschema/table_ews_by_user_by_event_name.cc b/storage/perfschema/table_ews_by_user_by_event_name.cc
index 446ce860792..d1e88da59aa 100644
--- a/storage/perfschema/table_ews_by_user_by_event_name.cc
+++ b/storage/perfschema/table_ews_by_user_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,
@@ -137,7 +137,7 @@ int table_ews_by_user_by_event_name::rnd_next(void)
break;
default:
instr_class= NULL;
- DBUG_ASSERT(false);
+ assert(false);
break;
}
@@ -194,7 +194,7 @@ table_ews_by_user_by_event_name::rnd_pos(const void *pos)
break;
default:
instr_class= NULL;
- DBUG_ASSERT(false);
+ assert(false);
break;
}
if (instr_class)
@@ -245,7 +245,7 @@ int table_ews_by_user_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++)