mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 13:52:59 +00:00
* feat: add pg and mysql server_address options * feat: start pg and mysql server(standalone) * feat: start pg and mysql in distribute * feat: finally get there, specify postgres sqlness * feat: support mysql sqlness * fix: license * fix: remove unused import * fix: toml * fix: clippy * refactor: BeginProtocolInterceptorFactory to ProtocolInterceptorFactory * fix: sqlness pg connect * fix: clippy * Apply suggestions from code review Co-authored-by: Yingwen <realevenyag@gmail.com> * fix: rustfmt * fix: reconnect pg and mysql when restart * test: add mysql related sqlness * fix: wait for start while restarting * fix: clippy * fix: cargo lock conflict fix: Cargo.lock conflict * fix: usage of '@@tx_isolation' in sqlness * fix: typos * feat: retry with backoff when create client * fix: use millisecond rather than microseconds in backoff --------- Co-authored-by: Yingwen <realevenyag@gmail.com>
9 lines
145 B
SQL
9 lines
145 B
SQL
-- SQLNESS PROTOCOL MYSQL
|
|
SELECt @@tx_isolation;
|
|
|
|
-- SQLNESS PROTOCOL MYSQL
|
|
SELECT @@version_comment;
|
|
|
|
-- SQLNESS PROTOCOL MYSQL
|
|
SHOW DATABASES;
|