Files
greptimedb/tests/cases/standalone/common/mysql.result
JohnsonLee 47a3277d12 feat: customize channel information for sqlness tests (#4729)
* 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>
2024-10-04 09:26:57 +00:00

30 lines
525 B
Plaintext

-- SQLNESS PROTOCOL MYSQL
SELECt @@tx_isolation;
+-----------------+
| @@tx_isolation; |
+-----------------+
| 0 |
+-----------------+
-- SQLNESS PROTOCOL MYSQL
SELECT @@version_comment;
+--------------------+
| @@version_comment; |
+--------------------+
| 0 |
+--------------------+
-- SQLNESS PROTOCOL MYSQL
SHOW DATABASES;
+--------------------+
| Database |
+--------------------+
| greptime_private |
| information_schema |
| public |
+--------------------+