From c7fa4a5be885c13689c021bce364041a47ccd890 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 24 Apr 2024 17:56:19 +0300 Subject: Release version 8.0.15+16 Add support for building with MinGW GCC. --- mysql-client/README-DEV | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mysql-client/README-DEV') diff --git a/mysql-client/README-DEV b/mysql-client/README-DEV index 6259c46..7c978bf 100644 --- a/mysql-client/README-DEV +++ b/mysql-client/README-DEV @@ -9,7 +9,8 @@ $ ln -s ../upstream/LICENSE $ mkdir -p mysql/{client,downstream} $ ln -s ../../../upstream/client/{{mysql,readline,completion_hash,pattern_matcher}.cc,{client_priv,my_readline,pattern_matcher,completion_hash}.h} mysql/client $ ln -s ../../libmysqlclient/mysql/{my_config,mysqld_error}.h mysql/ -$ ln -s ../../upstream/{include,libbinlogevents} mysql/ +$ ln -s ../../upstream/libbinlogevents mysql/ +$ ln -s ../../libmysqlclient/mysql/mysql mysql/include Create mysql/downstream/mysql_version.h, so it can be found when included as "mysql_version.h" (which, for example, mysql.h does). -- cgit v1.1