1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Updated VC++ dsp files from windows build machine

Remove some compiler warnings when using VC++
Add InnoDB in normal MySQL binary for windows.
This commit is contained in:
monty@hundin.mysql.fi
2002-08-29 18:20:04 +03:00
parent 6bebd251bc
commit 5aa46cafe3
32 changed files with 675 additions and 272 deletions

View File

@@ -32,7 +32,7 @@ main( int argc, char * argv[] )
{
char szSQL[ 200 ], aszFlds[ 25 ][ 25 ], szDB[ 50 ] ;
const char *pszT;
const char *pszT;
int i, j, k, l, x ;
MYSQL * myData ;
MYSQL_RES * res ;