mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Move code from TDBObjectEditor.GetDefiners to new TDBConnection.AllUserHostCombinations
This commit is contained in:
@ -214,7 +214,7 @@ end;
|
||||
procedure TfrmTriggerEditor.comboDefinerDropDown(Sender: TObject);
|
||||
begin
|
||||
// Populate definers from mysql.user
|
||||
(Sender as TComboBox).Items.Assign(GetDefiners);
|
||||
(Sender as TComboBox).Items.Assign(DBObject.Connection.AllUserHostCombinations);
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user