Core/DBLayer: Fixed required version definitions

This commit is contained in:
Mislav Blažević
2013-01-24 11:02:08 +01:00
parent fd967ba4c6
commit 3034db9296

View File

@@ -31,8 +31,8 @@
#include "QueryHolder.h"
#include "AdhocStatement.h"
#define MIN_MYSQL_SERVER_VERSION 51000u
#define MIN_MYSQL_CLIENT_VERSION 51000u
#define MIN_MYSQL_SERVER_VERSION 50100u
#define MIN_MYSQL_CLIENT_VERSION 50100u
class PingOperation : public SQLOperation
{