-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support SHOW SESSION STATUS LIKE "Compression";
#44473
Labels
compatibility-mysql8
This is a compatibility issue with MySQL 8.0(but NOT 5.7)
severity/minor
type/compatibility
type/feature-request
Categorizes issue or PR as related to a new feature.
Comments
yahonda
added
the
type/feature-request
Categorizes issue or PR as related to a new feature.
label
Jun 7, 2023
Can I implement this now? |
/assign |
This would be very useful. Note that MySQL has 3 session variables for this.
|
@xuyukeviki any progress? anything I can do to help? |
@xuyukeviki any update on this? |
dveeden
added
type/compatibility
compatibility-mysql8
This is a compatibility issue with MySQL 8.0(but NOT 5.7)
severity/minor
labels
Sep 4, 2023
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
compatibility-mysql8
This is a compatibility issue with MySQL 8.0(but NOT 5.7)
severity/minor
type/compatibility
type/feature-request
Categorizes issue or PR as related to a new feature.
Feature Request
Since #36780 has been merged to master branch,
tiup playground nightly
supports MySQL compressed protocol.To see if the compression is actually enabled or not,
SHOW SESSION STATUS LIKE "Compression";
can be used for MySQL which is not available for TiDB yet. Refer to https://stackoverflow.com/questions/27427041/checking-connection-compression-usageDescribe the feature you'd like:
I wish TiDB support
SHOW SESSION STATUS LIKE "Compression";
as MySQL does. Here are TiDB and MySQL behaviors.--- TiDB
--- MySQL
Describe alternatives you've considered:
\status
is available for both TiDB and MySQL by chekingProtocol: Compressed
. However, this feature is only available if the connection is made by mysql cli, not other application access like PHP withPDO::MYSQL_ATTR_COMPRESS
.Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: