Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit be37dad

Browse files
committed
Merge branch 'mysql-8.0' into mysql-trunk
Change-Id: I5f98c6a95b3f40d7a1e6b22d43ea7ee038194d67
2 parents 6f0fac5 + f8f38e5 commit be37dad

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

‎sql/debug_lock_order.cc‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2014, 2021, Oracle and/or its affiliates.
1+
/* Copyright (c) 2014, 2022, Oracle and/or its affiliates.
22
33
This program is free software; you can redistribute it and/or modify
44
it under the terms of the GNU General Public License as published by
@@ -1695,7 +1695,7 @@ stack when the second lock was acquired:
16951695
}
16961696

16971697
#define LO_MAX_THREAD_CLASS 100
1698-
#define LO_MAX_MUTEX_CLASS 300
1698+
#define LO_MAX_MUTEX_CLASS 350
16991699
#define LO_MAX_RWLOCK_CLASS 100
17001700
#define LO_MAX_COND_CLASS 150
17011701
#define LO_MAX_FILE_CLASS 100

‎storage/perfschema/pfs_name.h‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
Object names (declarations).
2929
*/
3030

31+
#include <string.h>
32+
3133
#include "m_ctype.h"
3234
#include "my_hostname.h" // HOSTNAME_LENGTH
3335
#include "mysql_com.h" // NAME_LEN

0 commit comments

Comments
 (0)