Skip to content

Commit

Permalink
mdev-22485 mysqlslap does not use current user as default
Browse files Browse the repository at this point in the history
  • Loading branch information
DanAtSPB authored and an3l committed Dec 7, 2020
1 parent b6ce493 commit 47c4caf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/mysqlslap.c
Expand Up @@ -1193,9 +1193,6 @@ get_options(int *argc,char ***argv)
if (debug_check_flag)
my_end_arg= MY_CHECK_ERROR;

if (!user)
user= (char *)"root";

/*
If something is created and --no-drop is not specified, we drop the
schema.
Expand Down

0 comments on commit 47c4caf

Please sign in to comment.