Skip to content

Commit a2a216c

Browse files
committed
mysqlx_session_option_set(opt, MYSQLX_OPT_SOCKET,...) doesn't return
error on windows
1 parent aea9a24 commit a2a216c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Settings_impl::Setter::set_option<Settings_impl::Session_option_impl::SOCKET>(
437437
#endif
438438
)
439439
{
440-
#if _WIN32
440+
#ifdef _WIN32
441441

442442
throw_error("SOCKET option not supported on Windows");
443443

0 commit comments

Comments
 (0)