Skip to content

Commit f06868e

Browse files
committed
Unbreak the Windows build after d3e3bb7
1 parent c67b306 commit f06868e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/mysql.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2000, 2018, Oracle and/or its affiliates.
3-
Copyright (c) 2009, 2018, MariaDB Corporation
3+
Copyright (c) 2009, 2019, MariaDB Corporation.
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -1877,7 +1877,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
18771877
case 'W':
18781878
#ifdef __WIN__
18791879
opt_protocol = MYSQL_PROTOCOL_PIPE;
1880-
opt_protcol_type= "pipe";
1880+
opt_protocol_type= "pipe";
18811881
#endif
18821882
break;
18831883
#include <sslopt-case.h>

0 commit comments

Comments
 (0)