mirror of
https://github.com/MariaDB/server.git
synced 2025-05-04 06:05:05 +03:00
Fix embedded server crash
This commit is contained in:
parent
d1396cc047
commit
aa51a87283
@ -1217,6 +1217,7 @@ int mysqld_show(THD *thd, const char *wild, show_var_st *variables,
|
|||||||
case SHOW_RPL_STATUS:
|
case SHOW_RPL_STATUS:
|
||||||
net_store_data(&packet2, rpl_status_type[(int)rpl_status]);
|
net_store_data(&packet2, rpl_status_type[(int)rpl_status]);
|
||||||
break;
|
break;
|
||||||
|
#ifndef EMBEDDED_LIBRARY
|
||||||
case SHOW_SLAVE_RUNNING:
|
case SHOW_SLAVE_RUNNING:
|
||||||
{
|
{
|
||||||
LOCK_ACTIVE_MI;
|
LOCK_ACTIVE_MI;
|
||||||
@ -1226,6 +1227,7 @@ int mysqld_show(THD *thd, const char *wild, show_var_st *variables,
|
|||||||
UNLOCK_ACTIVE_MI;
|
UNLOCK_ACTIVE_MI;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
case SHOW_OPENTABLES:
|
case SHOW_OPENTABLES:
|
||||||
net_store_data(&packet2,(uint32) cached_tables());
|
net_store_data(&packet2,(uint32) cached_tables());
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user