BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
678 stars 268 forks source link

XQuery: Inlining of variable reference suppresses further optimizations #2146

Closed ChristianGruen closed 1 year ago

ChristianGruen commented 1 year ago

The following expression triggers a global lock:

declare function local:f($v) {
  'x' || $v[.]
};
db:exists(local:f(()))

Caused by 99cb2ba99936d30f440f6fac4590c272e82dc0eb