Minor: documentation

This commit is contained in:
Ansgar Becker
2009-12-27 13:00:34 +00:00
parent 6836218cb2
commit c191b1b24e

View File

@ -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);