mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
Delete merged-to-upstream FreeBSD patches, edit half-merged ones. Upstream bugfixes: Regression of Bug #27753193 (segfault on ALTER TABLE adding primary key, InnoDB) Query interruption during a lock wait caused an error: Bug #28068293 Raised assertion during an OPTIMIZE TABLE operation for InnoDB: Bug #27753193 More info on update: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-24.html PR: 232685 Reported by: Markus Kohlmeyer <rootservice@gmail.com> Sponsored by: The FreeBSD Foundation
10 lines
244 B
C
10 lines
244 B
C
--- mysys/mf_iocache2.c.orig 2018-10-28 11:22:04 UTC
|
|
+++ mysys/mf_iocache2.c
|
|
@@ -19,6 +19,7 @@
|
|
|
|
#include "mysys_priv.h"
|
|
#include "my_sys.h"
|
|
+#include "mysql/psi/mysql_file.h"
|
|
#include <m_string.h>
|
|
#include <stdarg.h>
|
|
#include <m_ctype.h>
|