Fix SQL file name after pull request, and fix compile on linux.

This commit is contained in:
Machiavelli
2011-12-19 11:17:52 +01:00
parent 16df950fdb
commit a1683f20dc
3 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ enum ConnectionFlags
{
CONNECTION_ASYNC = 0x1,
CONNECTION_SYNCH = 0x2,
CONNECTION_BOTH = CONNECTION_ASYNC | CONNECTION_SYNCH;
};
struct MySQLConnectionInfo