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
"create table test.t_duplicated like mysqltest_db1.t_select_priv"
1061
1044
"flush table mysqltest_db1.t1"
1062
1045
"ALTER USER user() IDENTIFIED BY 'abc'"
1063
-
"CREATE USER 20553132_u1@localhost"
1064
-
"CREATE USER 20553132_u2@localhost"
1065
-
"GRANT ALL ON *.* TO 20553132_u1@localhost"
1066
-
"ALTER USER 20553132_u1@localhost PASSWORD EXPIRE"
1067
-
"ALTER USER 20553132_u2@localhost IDENTIFIED BY 'abcd', 20553132_u1@localhost IDENTIFIED BY 'defg' PASSWORD EXPIRE NEVER"
1068
-
"ALTER USER 20553132_u2@localhost IDENTIFIED BY 'abcd', 20553132_u1@localhost IDENTIFIED WITH 'caching_sha2_password' BY 'hijk' PASSWORD EXPIRE DEFAULT"
1069
-
"DROP USER 20553132_u1@localhost"
1070
-
"DROP USER 20553132_u2@localhost"
1071
1046
"EOF
1072
1047
1073
1048
@@ -1508,10 +1483,6 @@ KEY k4 (f,g) -- 'f' and 'g' are independet.
1508
1483
"EXPLAIN FORMAT=JSON INTO @explain_output
1509
1484
SELECT a FROM t1 x2 WHERE x2.b IN
1510
1485
(SELECT a FROM t1 x1 WHERE x1.b IN (SELECT a FROM t1 x0))"
1511
-
"INSERT INTO t (a)
1512
-
WITH RECURSIVE 150tup(n) AS
1513
-
(SELECT 1 UNION ALL SELECT n + 1 FROM 150tup WHERE n < 150)
0 commit comments