]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
upon multiple calls to `parse-query` with a failure on AST creation, it causes a... fix_crash_upon_parsing 57944/head
authorGal Salomon <gal.salomon@gmail.com>
Sun, 9 Jun 2024 07:44:09 +0000 (10:44 +0300)
committerGal Salomon <gal.salomon@gmail.com>
Thu, 10 Oct 2024 09:50:06 +0000 (12:50 +0300)
commitf0cde1b69a5cf75bc9cce4e91bc0ad3121a0275f
tree879b4486c75a2f06287f1671a8962fe88b7dd26a
parent59df66bee915c9873a5517585a296b8797df1e39
upon multiple calls to `parse-query` with a failure on AST creation, it causes a crash.
align with s3select API
adding the JSON output format, otherwise it cause some s3test to fail.
remove obsolete initialization. the init is done by the constructor
s3select submodule

Signed-off-by: Gal Salomon <gal.salomon@gmail.com>
src/rgw/rgw_s3select.cc
src/rgw/rgw_s3select_private.h
src/s3select