mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
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:
@ -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 := '';
|
||||
|
Reference in New Issue
Block a user