Create helper table with the servers' default engine when exporting a view. See https://www.heidisql.com/forum.php?t=44125

This commit is contained in:
Ansgar Becker
2025-06-11 15:38:33 +02:00
parent 967acb54b9
commit 9e5d78e756

View File

@ -1958,7 +1958,7 @@ begin
Struc := Struc + sLineBreak + CodeIndent + Column.SQLCode + ',';
end;
Delete(Struc, Length(Struc), 1);
Struc := Struc + CRLF + ') ENGINE=MyISAM';
Struc := Struc + CRLF + ')';
ColumnList.Free;
end else begin
Struc := '';