mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 10:02:10 +08:00
Important followup to last commit: Makes EnsureActiveDatabase accessible in other units.
This commit is contained in:
@ -481,7 +481,6 @@ type
|
||||
procedure WaitForQueryCompletion(WaitForm: TForm);
|
||||
function RunThreadedQuery(AQuery : String) : TMysqlQuery;
|
||||
procedure DisplayRowCountStats(ds: TDataSet);
|
||||
procedure EnsureActiveDatabase;
|
||||
|
||||
public
|
||||
ActualDatabase : String;
|
||||
@ -511,6 +510,7 @@ type
|
||||
function RefreshActiveDbTableList: TDataSet;
|
||||
procedure ClearAllTableLists;
|
||||
procedure UpdateTreeTableList;
|
||||
procedure EnsureActiveDatabase;
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user