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