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
tk.MustExec("execute stmt using @a, @b, @c, @d, @e")
7794
7794
tk.MustQuery("show warnings").Sort().Check(testkit.Rows("Warning 1105 Memory capacity of 10 bytes for 'tidb_opt_range_max_size' exceeded when building ranges. Less accurate ranges such as full range are chosen",
7795
-
"Warning 1105 skip plan-cache: in-list is too long",
7796
-
"Warning 1105 skip plan-cache: in-list is too long",
7797
7795
"Warning 1105 skip plan-cache: in-list is too long"))
7798
7796
tk.MustExec("execute stmt using @a, @b, @c, @d, @e")
tk.MustQuery("show warnings").Sort().Check(testkit.Rows("Warning 1105 Memory capacity of 1330 bytes for 'tidb_opt_range_max_size' exceeded when building ranges. Less accurate ranges such as full range are chosen",
7845
-
"Warning 1105 skip plan-cache: in-list is too long",
7846
7843
"Warning 1105 skip plan-cache: in-list is too long"))
tk.MustExec("execute stmt2 using @a, @b, @c, @d, @e")
8002
7999
tk.MustQuery("show warnings").Sort().Check(testkit.Rows("Warning 1105 Memory capacity of 1275 bytes for 'tidb_opt_range_max_size' exceeded when building ranges. Less accurate ranges such as full range are chosen",
8003
-
"Warning 1105 skip plan-cache: in-list is too long",
8004
-
"Warning 1105 skip plan-cache: in-list is too long",
8005
-
"Warning 1105 skip plan-cache: in-list is too long",
8006
-
"Warning 1105 skip plan-cache: in-list is too long",
8007
8000
"Warning 1105 skip plan-cache: in-list is too long"))
8008
8001
tk.MustExec("execute stmt2 using @a, @b, @c, @d, @e")
0 commit comments