mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Remove handling of crashed tables - there is no difference to normal tables in the way we handle them.
This commit is contained in:
@ -9,7 +9,7 @@ uses
|
||||
type
|
||||
{ TDBObjectList and friends }
|
||||
|
||||
TListNodeType = (lntNone, lntDb, lntTable, lntCrashedTable, lntView, lntFunction, lntProcedure, lntTrigger, lntColumn);
|
||||
TListNodeType = (lntNone, lntDb, lntTable, lntView, lntFunction, lntProcedure, lntTrigger, lntColumn);
|
||||
TListNodeTypes = Set of TListNodeType;
|
||||
TDBObject = class
|
||||
Name, Database, Engine, Comment, RowFormat, CreateOptions, Collation, ObjType: WideString;
|
||||
|
Reference in New Issue
Block a user