• Mayank Prasad's avatar
    Bug #11751148 : show events shows events in other schema · 140b9093
    Mayank Prasad authored
    Issue:
    ------
    Due to prefix match, database like 'k' was matching with 'ka' and events of 'ka' we getting displayed for 'show event' of 'k'.
    
    Resolution:
    -----------
    Scan for listing of events in a schema is made to be done on exact match of database (schema) name instead of just prefix.
    140b9093
event_db_repository.cc 33.3 KB