1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Varbinary should be string as default

scripts/make_win_src_distribution.sh:
  make sql_yacc.cpp portable
This commit is contained in:
unknown
2003-05-06 06:20:16 +03:00
parent 4ac98ec521
commit d6e4b6a90e
2 changed files with 7 additions and 1 deletions

View File

@ -258,6 +258,12 @@ do
then
$CP $i $BASE/$i
fi
done
#
# Fix some windows files
#
./extra/replace std:: "" -- $BASE/sql/sql_yacc.cpp
#