diff --git a/source/table_editor.pas b/source/table_editor.pas index 2fed02ae..210d1be4 100644 --- a/source/table_editor.pas +++ b/source/table_editor.pas @@ -638,7 +638,7 @@ begin else Result := Result + 'ENGINE='+comboEngine.Text + CRLF; end; - if comboRowFormat.Text <> '' then + if comboRowFormat.Tag = ModifiedFlag then Result := Result + 'ROW_FORMAT='+comboRowFormat.Text + CRLF; if chkChecksum.Checked then Result := Result + 'CHECKSUM='+IntToStr(Integer(chkChecksum.Checked)) + CRLF;