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 + ',';
|
Struc := Struc + sLineBreak + CodeIndent + Column.SQLCode + ',';
|
||||||
end;
|
end;
|
||||||
Delete(Struc, Length(Struc), 1);
|
Delete(Struc, Length(Struc), 1);
|
||||||
Struc := Struc + CRLF + ') ENGINE=MyISAM';
|
Struc := Struc + CRLF + ')';
|
||||||
ColumnList.Free;
|
ColumnList.Free;
|
||||||
end else begin
|
end else begin
|
||||||
Struc := '';
|
Struc := '';
|
||||||
|
Reference in New Issue
Block a user