1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug fix: for SHOW STATUS (when ssl is used)

Added ROW_RESULT to switchs(for documentation purposes)
This commit is contained in:
gluh@gluh.mysql.r18.ru
2003-02-17 18:06:51 +04:00
parent 063668c08d
commit ae911ef858
8 changed files with 24 additions and 3 deletions

View File

@ -1664,7 +1664,7 @@ int mysqld_show(THD *thd, const char *wild, show_var_st *variables,
pos= "Unknown";
break;
}
pos= strend(pos);
end= strend(pos);
break;
/* First group - functions relying on SSL */
case SHOW_SSL_GET_VERSION: