From c191b1b24e8ec78e2a3f5077679088e6ce399c79 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sun, 27 Dec 2009 13:00:34 +0000 Subject: [PATCH] Minor: documentation --- source/mysql_connection.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/source/mysql_connection.pas b/source/mysql_connection.pas index b4bbbefa..7dd23e75 100644 --- a/source/mysql_connection.pas +++ b/source/mysql_connection.pas @@ -978,6 +978,7 @@ begin else Obj.Engine := Results.Col('Engine'); Obj.Comment := Results.Col('Comment'); + // Sanitize comment from automatically appendage rx.Expression := '(;\s*)?InnoDB\s*free\:.*$'; Obj.Comment := rx.Replace(Obj.Comment, '', False); Obj.Version := StrToInt64Def(Results.Col('Version', True), -1);