mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Added new show contributors command.
This commit is contained in:
@@ -3522,6 +3522,9 @@ end_with_restore_list:
|
||||
case SQLCOM_SHOW_AUTHORS:
|
||||
res= mysqld_show_authors(thd);
|
||||
break;
|
||||
case SQLCOM_SHOW_CONTRIBUTORS:
|
||||
res= mysqld_show_contributors(thd);
|
||||
break;
|
||||
case SQLCOM_SHOW_PRIVILEGES:
|
||||
res= mysqld_show_privileges(thd);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user