You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSTALL COMPONENT "file://component_validate_password" SET length = (SELECT a FROM t1);
35
-
ERROR HY000: You may only use constant expressions with SET
35
+
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(SELECT a FROM t1)' at line 1
36
36
DROP TABLE t1;
37
37
SET @gizmo = 32;
38
38
INSTALL COMPONENT "file://component_validate_password" SET length = @gizmo;
0 commit comments