mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Always test ssl and compress
- Updated after review
This commit is contained in:
@@ -1632,11 +1632,9 @@ static bool show_status_array(THD *thd, const char *wild,
|
||||
value= (value-(char*) &dflt_key_cache_var)+ (char*) dflt_key_cache;
|
||||
end= longlong10_to_str(*(longlong*) value, buff, 10);
|
||||
break;
|
||||
#ifdef HAVE_COMPRESS
|
||||
case SHOW_NET_COMPRESSION:
|
||||
end= strmov(buff, thd->net.compress ? "ON" : "OFF");
|
||||
break;
|
||||
#endif /* HAVE_COMPRESS */
|
||||
case SHOW_UNDEF: // Show never happen
|
||||
case SHOW_SYS:
|
||||
break; // Return empty string
|
||||
|
||||
Reference in New Issue
Block a user