|
|
|
@ -382,12 +382,10 @@ static Sys_var_charptr Sys_basedir( |
|
|
|
READ_ONLY GLOBAL_VAR(mysql_home_ptr), CMD_LINE(REQUIRED_ARG, 'b'), |
|
|
|
IN_FS_CHARSET, DEFAULT(0)); |
|
|
|
|
|
|
|
#ifndef EMBEDDED_LIBRARY
|
|
|
|
static Sys_var_charptr Sys_my_bind_addr( |
|
|
|
"bind_address", "IP address to bind to.", |
|
|
|
READ_ONLY GLOBAL_VAR(my_bind_addr_str), CMD_LINE(REQUIRED_ARG), |
|
|
|
IN_FS_CHARSET, DEFAULT(0)); |
|
|
|
#endif
|
|
|
|
|
|
|
|
static Sys_var_ulonglong Sys_binlog_cache_size( |
|
|
|
"binlog_cache_size", "The size of the transactional cache for " |
|
|
|
|