Commit 51bdfb01 authored by Sergei Golubchik's avatar Sergei Golubchik

trivial cleanup: be explicit about extern variables

parent 9efd0207
......@@ -1956,7 +1956,7 @@ Sys_var_slave_parallel_mode::global_value_ptr(THD *thd, const LEX_STRING *base_n
static const char *slave_parallel_mode_names[] = {
"domain", "follow_master_commit", "transactional", "waiting", NULL
};
TYPELIB slave_parallel_mode_typelib = {
export TYPELIB slave_parallel_mode_typelib = {
array_elements(slave_parallel_mode_names)-1,
"",
slave_parallel_mode_names,
......
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