Move code from TDBObjectEditor.GetDefiners to new TDBConnection.AllUserHostCombinations

This commit is contained in:
Ansgar Becker
2019-07-22 07:44:19 +02:00
parent 0d054a1397
commit db9e76bd78
6 changed files with 24 additions and 25 deletions

View File

@ -219,7 +219,7 @@ end;
procedure TfrmRoutineEditor.comboDefinerDropDown(Sender: TObject);
begin
// Populate definers from mysql.user
(Sender as TComboBox).Items.Assign(GetDefiners);
(Sender as TComboBox).Items.Assign(DBObject.Connection.AllUserHostCombinations);
end;