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
rename(queue/mysql): rename extension/queue/sql to extension/queue/mysql (#60)
## Summary
- Renames `extension/queue/sql` → `extension/queue/mysql` to align with
existing naming conventions (`extension/storage/mysql`,
`extension/counter/mysql`)
- Updates package declarations, import paths, BUILD.bazel files, and all
references across the codebase (Makefile, docs, test utilities,
integration tests, e2e tests)
- The generic `sql` package name is replaced with `mysql` to make the
backend explicit
## Test plan
- [x] `make gazelle` — BUILD files regenerated successfully
- [x] `make build` — all 54 targets build successfully
- [x] `make test` — all 8 unit tests pass (including
`//extension/queue/mysql:mysql_test`)
## Stack
1. @ #60
1. #61
0 commit comments