Skip to content

Commit 805e986

Browse files
committed
Merge branch 'mysql-8.0' into mysql-trunk
2 parents 58f9b1d + 93c07bd commit 805e986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/x/tests/driver/driver_command_line_options.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Driver_command_line_options::Driver_command_line_options(const int argc,
154154
} else if (check_arg(argv, i, "--cached-auth", NULL)) {
155155
m_auth_methods.push_back("SHA256_MEMORY");
156156
} else if (check_arg(argv, i, "--using-cap-auth", NULL)) {
157-
m_auth_methods.push_back("CAPABILITIES");
157+
m_auth_methods.push_back("FROM_CAPABILITIES");
158158
} else if (check_arg(argv, i, "--mysql41-auth", NULL)) {
159159
m_auth_methods.push_back("MYSQL41");
160160
} else if (check_arg_with_value(argv, i, "--debug", NULL, value)) {

0 commit comments

Comments
 (0)