syncstorage-rs icon indicating copy to clipboard operation
syncstorage-rs copied to clipboard

MysqlDb::create_collection calls get_or_create_collection

Open data-sync-user opened this issue 3 months ago • 0 comments

create_collection is only used by tests, however it calls into get_or_create_collection unlike SpannerDb which treats it as a simple force create without a get. Mysql should likely switch to what spanner does for consistency.

┆Issue is synchronized with this Jira Bug

data-sync-user avatar Sep 30 '25 20:09 data-sync-user