File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -16327,7 +16327,7 @@ struct ShowStatus {
16327
16327
};
16328
16328
16329
16329
/** Order by m_waits, in descending order. */
16330
- struct OrderByWaits: public std::binary_function<Value, Value, bool>
16330
+ struct OrderByWaits
16331
16331
{
16332
16332
/** @return true if rhs < lhs */
16333
16333
bool operator()(
Original file line number Diff line number Diff line change 1
1
/* ****************************************************************************
2
2
3
3
Copyright (c) 2014, 2016, Oracle and/or its affiliates. All Rights Reserved.
4
- Copyright (c) 2017, 2020 , MariaDB Corporation.
4
+ Copyright (c) 2017, 2022 , MariaDB Corporation.
5
5
6
6
Portions of this file contain modifications contributed and copyrighted by
7
7
Google, Inc. Those modifications are gratefully acknowledged and are described
@@ -100,10 +100,6 @@ struct LatchDebug {
100
100
101
101
/* * Comparator for the ThreadMap. */
102
102
struct os_thread_id_less
103
- : public std::binary_function<
104
- os_thread_id_t ,
105
- os_thread_id_t ,
106
- bool >
107
103
{
108
104
/* * @return true if lhs < rhs */
109
105
bool operator ()(
@@ -389,10 +385,6 @@ struct LatchDebug {
389
385
private:
390
386
/* * Comparator for the Levels . */
391
387
struct latch_level_less
392
- : public std::binary_function<
393
- latch_level_t ,
394
- latch_level_t ,
395
- bool >
396
388
{
397
389
/* * @return true if lhs < rhs */
398
390
bool operator ()(
You can’t perform that action at this time.
0 commit comments