about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Cook <illua@users.sourceforge.net>2022-09-28 17:59:48 -0400
committerEric Cook <illua@users.sourceforge.net>2022-09-28 17:59:48 -0400
commitc901c1e412647d2f4150c36feaea431026b13d9a (patch)
tree6f913c2cd7e89757011eca3d5b03e00eba1dbcda
parent0a69a2f6cb3b752daeaf7e5d7f866b0f204e68e0 (diff)
downloadzsh-c901c1e412647d2f4150c36feaea431026b13d9a.tar.gz
zsh-c901c1e412647d2f4150c36feaea431026b13d9a.tar.xz
zsh-c901c1e412647d2f4150c36feaea431026b13d9a.zip
50695: Completion/Unix/Command/_mysql_utils add --protocol option
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Unix/Command/_mysql_utils1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 453ee6ebe..6674c60e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 	* Bart Schaefer: 50399: Completion/Base/Widget/_complete_debug
 	Properly local scope PS4 change
 
+	* 50695: Completion/Unix/Command/_mysql_utils add --protocol
+	option
+
 2022-09-27  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
 	* 50668: Src/utils.c, Test/D09brace.ztst: treat 8bit characters
diff --git a/Completion/Unix/Command/_mysql_utils b/Completion/Unix/Command/_mysql_utils
index 9f70687b0..2f5fd3efe 100644
--- a/Completion/Unix/Command/_mysql_utils
+++ b/Completion/Unix/Command/_mysql_utils
@@ -210,6 +210,7 @@ _mysql_utils() {
     "--no-defaults[don't read default options from any options file]"
     '--defaults-file=[read defaults from the given file]:file:_files'
     '--defaults-extra-file=[read specified file after the global files]:defaults file:_files'
+    '--protocol=[connection protocol to use for connecting to the server]:protocol:(tcp socket pipe memory)'
     '(-S --socket)'{-S+,--socket=}'[specify socket file to use for connection]:server socket file:_files'
     '(-h --host)'{-h+,--host=}'[specify server hostname]:hostname:_mysql_hosts'
     '(-P --port)'{-P+,--port=}'[specify port number for connection]:server port:_mysql_ports'