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
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
CREATETABLEg(c INTEGER, b INTEGER);
CREATETABLEt(a INTEGER);
UPDATE t SET a=1WHERE EXISTS(SELECT b FROM g WHERE1 NOT LIKE c FOR UPDATE);
DROPTABLE g, t;
2021-11-24T09:15:39.029Z] time="2021-11-24T17:15:38+08:00" level=error msg="run test [update] err: sql:UPDATE t SET a=1 WHERE EXISTS(SELECT b FROM g WHERE 1 NOT LIKE c FOR UPDATE);: run \"UPDATE t SET a=1 WHERE EXISTS(SELECT b FROM g WHERE 1 NOT LIKE c FOR UPDATE);\" at line 348 err Error 1105: other error: [components/tidb_query_expr/src/lib.rs:711]: ScalarFunction Unspecified is not supported in batch mode"
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered:
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
first find in #29905 merge Integration test https://ci.pingcap.net/blue/organizations/jenkins/tidb_ghpr_integration_common_test/detail/tidb_ghpr_integration_common_test/7898/pipeline
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: