Commit f10805fc authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-31531 fix wsrep tests after 929c2e06

parent d0c47cd1
......@@ -3881,7 +3881,7 @@ static bool show_status_array(THD *thd, const char *wild,
TODO: remove once lp:1306875 has been addressed.
*/
if (!prefix.length &&
!strncasecmp(name_buffer.ptr(), "wsrep", strlen("wsrep")))
!strncasecmp(variables->name, STRING_WITH_LEN("wsrep")))
{
is_wsrep_var= TRUE;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment