diff options
author | anjuta@arthur.local <> | 2004-12-14 01:54:16 +0200 |
---|---|---|
committer | anjuta@arthur.local <> | 2004-12-14 01:54:16 +0200 |
commit | a045161e5b12697e1f7259d05f4fb63c9d240e66 (patch) | |
tree | 3c7e9bf79f20247dcb163ed6b61b5242fd9cbf63 /scripts | |
parent | 53db34f9925605d9e948c199c373fa68bf6b01ee (diff) | |
download | mariadb-git-a045161e5b12697e1f7259d05f4fb63c9d240e66.tar.gz |
Added pathes to mysqld_error.h and sql_state.h; fixed segfault bug;
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_win_src_distribution.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index fd7884068ba..e68b5bebbd4 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -281,6 +281,8 @@ do fi done +cp extra/sql_state.h extra/mysqld_error.h $BASE/include + # # support files # |