MySQL 8.3.0
Source Code Documentation
semisync.cc File Reference

Functions

bool is_sysvar_defined (const char *name)
 Return true if the named sysvar has been defined in the server. More...
 

Function Documentation

◆ is_sysvar_defined()

bool is_sysvar_defined ( const char *  name)

Return true if the named sysvar has been defined in the server.

Return values
trueThe sysvar is defined.
falseOtherwise.