int mysql_refresh(MYSQL * mysql,
unsigned int options);
options
- a bit masked composed integer. See below.
Flushes different types of information stored on the server. The bit-masked parameter options specify which kind of information will be flushed. options
can be any combination of the following:
Reset master server information and restart slaves.
Returns zero on success, otherwise nonzero.
To combine different values in the options parameter, use the OR operator '|'. The function mysql_reload()
is an alias for mysql_refresh()
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4