mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
There's a legacy safety check in view code that needs to find a base table from its schema ID. To do it it calls for global storage proxy instance. The comment says that this code can be removed once computes_column feature is known by everyone. I'm not sure if that's the case, so here's more complicated yet less incompatible way to stop using global proxy instance. Closes #13504 * github.com:scylladb/scylladb: view: Remove unused view_ptr reference view: Carry backing-secondary-index bit via view builder view: Keep backing-seconday-index bool on value_getter table: Add const index manager sgetter