1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Added "SHOW AUTHORS" code

This commit is contained in:
brian@grrr.local
2005-11-10 19:43:17 +02:00
parent 2cb601c840
commit 9807162144
11 changed files with 76 additions and 2 deletions

View File

@@ -3409,6 +3409,9 @@ end_with_restore_list:
case SQLCOM_SHOW_STORAGE_ENGINES:
res= mysqld_show_storage_engines(thd);
break;
case SQLCOM_SHOW_AUTHORS:
res= mysqld_show_authors(thd);
break;
case SQLCOM_SHOW_PRIVILEGES:
res= mysqld_show_privileges(thd);
break;