diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2022-01-28 11:57:52 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2022-01-28 11:57:52 +0100 |
commit | 880d54355432d6135a77c1cff3f15977947b3107 (patch) | |
tree | 01909a9746b303312049e8f59d3410e84e4747dd /storage/perfschema/table_helper.h | |
parent | 430d60d1fc01958f2a503d01b24154672a4189bf (diff) | |
parent | 157e66273b83119fe4837693899b2b2ef84de02c (diff) | |
download | mariadb-git-880d54355432d6135a77c1cff3f15977947b3107.tar.gz |
Merge branch 'merge-perfschema-5.7' into 10.5
Diffstat (limited to 'storage/perfschema/table_helper.h')
-rw-r--r-- | storage/perfschema/table_helper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/perfschema/table_helper.h b/storage/perfschema/table_helper.h index 3ce74648360..c7e4bf4dfb5 100644 --- a/storage/perfschema/table_helper.h +++ b/storage/perfschema/table_helper.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2016, 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, @@ -278,7 +278,7 @@ struct PFS_stat_row PFS_engine_table::set_field_ulonglong(f, m_max); break; default: - DBUG_ASSERT(false); + assert(false); } } }; |