-
Guilhem Bichot authored
order of rows in SHOW GRANTS is random because mysql_show_grants() scans a hash, where order is thus not guaranteed. Added sorted_result.
Guilhem Bichot authoredorder of rows in SHOW GRANTS is random because mysql_show_grants() scans a hash, where order is thus not guaranteed. Added sorted_result.
Loading