Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
Description
Hi Team,
Can you please add support for ALTER USER command in prepared statement?
Currently while using, it gives error.
execute immediate concat('alter user '':1''@'':2'' identified by password '':3'';') USING i_userid,i_database,encpasswd;
|
ERROR 1295 (HY000): This command is not supported in the prepared statement protocol yet
|
Attachments
Issue Links
- is blocked by
-
MDEV-15945 --ps-protocol does not test some queries
- Closed