Skip to content

Commit

Permalink
MDEV-20401: revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
sysprg committed Jul 16, 2020
1 parent 4412a46 commit 1ba8df4
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 @@ -818,7 +818,7 @@ static Sys_var_ulong Sys_connect_timeout(

static Sys_var_charptr Sys_datadir(
"datadir", "Path to the database root directory",
PARSED_EARLY READ_ONLY GLOBAL_VAR(mysql_real_data_home_ptr),
READ_ONLY GLOBAL_VAR(mysql_real_data_home_ptr),
CMD_LINE(REQUIRED_ARG, 'h'), IN_FS_CHARSET, DEFAULT(mysql_real_data_home));

#ifndef DBUG_OFF
Expand Down

0 comments on commit 1ba8df4

Please sign in to comment.