Browse Source

fcl-db: clean up

git-svn-id: trunk@48695 -
Mattias Gaertner 4 years ago
parent
commit
3227c5953d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/fcl-db/src/sqldb/mysql/mysqlconn.inc

+ 0 - 1
packages/fcl-db/src/sqldb/mysql/mysqlconn.inc

@@ -575,7 +575,6 @@ begin
     // Version string should start with version number:
     // Version string should start with version number:
     // Note: in case of MariaDB version mismatch: tough luck, we report MySQL
     // Note: in case of MariaDB version mismatch: tough luck, we report MySQL
     // version only.
     // version only.
-    writeln('TConnectionName.DoInternalConnect FullVersion=',FullVersion,' MySQLVersion=',MySQLVersion);
     if (pos(MySQLVersion, FullVersion) <> 1) and
     if (pos(MySQLVersion, FullVersion) <> 1) and
        (pos(MariaDBVersion, FullVersion) <> 1) then
        (pos(MariaDBVersion, FullVersion) <> 1) then
       Raise EInOutError.CreateFmt(SErrVersionMisMatch,[ClassName,MySQLVersion,FullVersion]);
       Raise EInOutError.CreateFmt(SErrVersionMisMatch,[ClassName,MySQLVersion,FullVersion]);