Skip to content

Commit

Permalink
trivial cleanup: be explicit about extern variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Feb 2, 2015
1 parent 9efd020 commit 51bdfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sys_vars.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 51bdfb0

Please sign in to comment.