mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Minor: documentation
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user