diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2020-10-28 10:56:38 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-10-28 10:56:38 +0100 |
commit | 65e26bc1ba7b81d8477d51534d30f072f38913a1 (patch) | |
tree | c8838a53d1214959c70b6c011729852c05582550 /client | |
parent | cc5f4428b8b568f98e967a57178efcaf78702168 (diff) | |
parent | d03ea82759aef7734f162c3137b10aa2476b35e9 (diff) | |
download | mariadb-git-65e26bc1ba7b81d8477d51534d30f072f38913a1.tar.gz |
Merge branch '10.1' into 10.2
Diffstat (limited to 'client')
-rw-r--r-- | client/mysql_upgrade.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql_upgrade.c b/client/mysql_upgrade.c index 227b66e8c86..2c55251c71b 100644 --- a/client/mysql_upgrade.c +++ b/client/mysql_upgrade.c @@ -18,7 +18,7 @@ #include "client_priv.h" #include <sslopt-vars.h> -#include "../scripts/mysql_fix_privilege_tables_sql.c" +#include <../scripts/mysql_fix_privilege_tables_sql.c> #include <welcome_copyright_notice.h> /* ORACLE_WELCOME_COPYRIGHT_NOTICE */ |