1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Varbinary should be string as default

This commit is contained in:
monty@mashka.mysql.fi
2003-05-06 06:20:16 +03:00
parent d160904394
commit 1e2f2ae037
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
#