mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-16 03:30:50 +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);
|
procedure WaitForQueryCompletion(WaitForm: TForm);
|
||||||
function RunThreadedQuery(AQuery : String) : TMysqlQuery;
|
function RunThreadedQuery(AQuery : String) : TMysqlQuery;
|
||||||
procedure DisplayRowCountStats(ds: TDataSet);
|
procedure DisplayRowCountStats(ds: TDataSet);
|
||||||
procedure EnsureActiveDatabase;
|
|
||||||
|
|
||||||
public
|
public
|
||||||
ActualDatabase : String;
|
ActualDatabase : String;
|
||||||
@ -511,6 +510,7 @@ type
|
|||||||
function RefreshActiveDbTableList: TDataSet;
|
function RefreshActiveDbTableList: TDataSet;
|
||||||
procedure ClearAllTableLists;
|
procedure ClearAllTableLists;
|
||||||
procedure UpdateTreeTableList;
|
procedure UpdateTreeTableList;
|
||||||
|
procedure EnsureActiveDatabase;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user