summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysql_protocols.result
diff options
context:
space:
mode:
authorjani@ua141d10.elisa.omakaista.fi <>2007-03-19 11:19:51 +0200
committerjani@ua141d10.elisa.omakaista.fi <>2007-03-19 11:19:51 +0200
commit71c7035035b8cfeb6f28cd058dd67116bfd9ed33 (patch)
tree9a5138fc2c9b3da679d046cb6fd0419bb6f5042b /mysql-test/r/mysql_protocols.result
parent94f0977b869b9a2d98f42fca723613d8cef0f783 (diff)
downloadmariadb-git-71c7035035b8cfeb6f28cd058dd67116bfd9ed33.tar.gz
Added find_type_or_exit and find_bit_type_or_exit as wrappers
around the original functions. These will ensure that error message is always in unique form, reduce code and print the right alternatives automatically in an error case.
Diffstat (limited to 'mysql-test/r/mysql_protocols.result')
-rw-r--r--mysql-test/r/mysql_protocols.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/mysql_protocols.result b/mysql-test/r/mysql_protocols.result
index cbead9254a2..c6207c4f4f5 100644
--- a/mysql-test/r/mysql_protocols.result
+++ b/mysql-test/r/mysql_protocols.result
@@ -7,3 +7,4 @@ SOCKET
ERROR 2047 (HY000): Wrong or unknown protocol
ERROR 2047 (HY000): Wrong or unknown protocol
Unknown option to protocol: NullS
+Alternatives are: 'TCP','SOCKET','PIPE','MEMORY'