|
For this task there are two branches bb-10.2-MDEV-25543 and bb-10.6-MDEV-25543.
Buildbot for the branch bb-10.2-MDEV-25543 is green
Buildbot for the branch bb-10.6-MDEV-25543 shows build failures on aarch64-fedora-32 caused by exhausting of virtual memory. Also some tests fail on aix by reason of out of memory.
Note: During merge from 10.4 to 10.5 the follow-up patch should be applied
--- a/storage/perfschema/pfs_prepared_stmt.h
|
+++ b/storage/perfschema/pfs_prepared_stmt.h
|
@@ -29,8 +29,8 @@
|
*/
|
|
#include "pfs_stat.h"
|
-#include "include/mysql/psi/psi.h"
|
-#include "include/mysql/psi/mysql_ps.h"
|
+#include "mysql/psi/psi.h"
|
+#include "mysql/psi/mysql_ps.h"
|
#include "pfs_program.h"
|
|
#define PS_NAME_LENGTH NAME_LEN
|
|