diff options
author | Monty <monty@mariadb.org> | 2018-08-20 18:51:14 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2018-08-20 18:51:14 +0300 |
commit | 5abc79dd7ab2fccb4b05ca38a512ec816d2f8e52 (patch) | |
tree | 39e27ab88b964f46e55057fb3d817235eba6e2cc | |
parent | 38ecd541e887bef151860030a0c1978393d932a2 (diff) | |
download | mariadb-git-5abc79dd7ab2fccb4b05ca38a512ec816d2f8e52.tar.gz |
Fixed result for mysql_protocols.result
-rw-r--r-- | mysql-test/main/mysql_protocols.result | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mysql-test/main/mysql_protocols.result b/mysql-test/main/mysql_protocols.result index c6207c4f4f5..746e4a46100 100644 --- a/mysql-test/main/mysql_protocols.result +++ b/mysql-test/main/mysql_protocols.result @@ -5,6 +5,7 @@ TCP SOCKET ok ERROR 2047 (HY000): Wrong or unknown protocol -ERROR 2047 (HY000): Wrong or unknown protocol +Unknown option to protocol: MEMORY +Alternatives are: 'TCP','SOCKET','PIPE' Unknown option to protocol: NullS -Alternatives are: 'TCP','SOCKET','PIPE','MEMORY' +Alternatives are: 'TCP','SOCKET','PIPE' |