1
0
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:
msvensson@neptunus.(none)
2005-10-12 13:56:07 +02:00
parent cb96f195c8
commit 0ac28d3187
16 changed files with 278 additions and 132 deletions

View File

@@ -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