mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into zim.(none):/home/brian/mysql/dep-5.1 sql/sql_lex.h: Auto merged sql/sql_parse.cc: Auto merged
This commit is contained in:
@ -3527,6 +3527,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