|
@@ -106,7 +106,7 @@ Type
|
|
|
|
|
|
TConnectionName = class (TSQLConnection)
|
|
TConnectionName = class (TSQLConnection)
|
|
private
|
|
private
|
|
- FSkipLibrarVersionCheck : Boolean;
|
|
|
|
|
|
+ FSkipLibraryVersionCheck : Boolean;
|
|
FHostInfo: String;
|
|
FHostInfo: String;
|
|
FServerInfo: String;
|
|
FServerInfo: String;
|
|
FMySQL : PMySQL;
|
|
FMySQL : PMySQL;
|
|
@@ -165,7 +165,7 @@ Type
|
|
property ClientInfo: string read GetClientInfo;
|
|
property ClientInfo: string read GetClientInfo;
|
|
property ServerStatus : String read GetServerStatus;
|
|
property ServerStatus : String read GetServerStatus;
|
|
published
|
|
published
|
|
- Property SkipLibrarVersionCheck : Boolean Read FSkipLibrarVersionCheck Write FSkipLibrarVersionCheck;
|
|
|
|
|
|
+ Property SkipLibraryVersionCheck : Boolean Read FSkipLibraryVersionCheck Write FSkipLibraryVersionCheck;
|
|
property DatabaseName;
|
|
property DatabaseName;
|
|
property HostName;
|
|
property HostName;
|
|
property KeepConnection;
|
|
property KeepConnection;
|
|
@@ -497,7 +497,7 @@ var
|
|
FullVersion: string;
|
|
FullVersion: string;
|
|
begin
|
|
begin
|
|
InitialiseMysql;
|
|
InitialiseMysql;
|
|
- if not SkipLibrarVersionCheck then
|
|
|
|
|
|
+ if not SkipLibraryVersionCheck then
|
|
begin
|
|
begin
|
|
FullVersion:=strpas(mysql_get_client_info());
|
|
FullVersion:=strpas(mysql_get_client_info());
|
|
// Version string should start with version number:
|
|
// Version string should start with version number:
|