DBZ-2586 BY is valid for setting password

This commit is contained in:
Jiri Pechanec 2020-09-30 09:06:10 +02:00 committed by Gunnar Morling
parent 18a4262ceb
commit c67c5df876

View File

@ -1550,7 +1550,7 @@ userAuthOption
authenticationRule
: authPlugin
((USING | AS) STRING_LITERAL)? #module
((BY | USING | AS) STRING_LITERAL)? #module
| authPlugin
(USING | AS) passwordFunctionClause #passwordModuleOption // MariaDB
;