diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-08 12:13:53 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-08 12:13:53 +0200 |
commit | f06868e56b1fbefc13ecfd5a3cf9803cc0108ae6 (patch) | |
tree | d523331d1cd1892905ebcba86bb1363d3d2d3a5c /client/mysql.cc | |
parent | c67b306e4f90788b979bf85f5a2ab282798fc897 (diff) | |
download | mariadb-git-f06868e56b1fbefc13ecfd5a3cf9803cc0108ae6.tar.gz |
Unbreak the Windows build after d3e3bb77c2173ab200efdc8188c4d0a52127d247
Diffstat (limited to 'client/mysql.cc')
-rw-r--r-- | client/mysql.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysql.cc b/client/mysql.cc index 90f4e984379..537e10e5dc7 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -1,6 +1,6 @@ /* Copyright (c) 2000, 2018, Oracle and/or its affiliates. - Copyright (c) 2009, 2018, MariaDB Corporation + Copyright (c) 2009, 2019, MariaDB Corporation. This program is free software; you can redistribute it and/or modify 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)), case 'W': #ifdef __WIN__ opt_protocol = MYSQL_PROTOCOL_PIPE; - opt_protcol_type= "pipe"; + opt_protocol_type= "pipe"; #endif break; #include <sslopt-case.h> |