Skip to content
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

bump opensrv for fix issue-4429 #4626

Merged
merged 2 commits into from
Mar 30, 2022
Merged

Conversation

junnplus
Copy link
Contributor

@junnplus junnplus commented Mar 30, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Wait databendlabs/opensrv#13

$ mysql -h 127.0.0.1 -P3306 -u root
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MySQL connection id is 8
Server version: 8.0.26-v0.6.91-nightly-7eba2a4-simd(rust-1.61.0-nightly-2022-03-30T06:49:45.302830365+00:00) 0

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MySQL [(none)]> use system;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
MySQL [system]> select * from users;
+----------------+-----------+----------------------+------------------------------------------------------------------+
| name           | hostname  | auth_type            | auth_string                                                      |
+----------------+-----------+----------------------+------------------------------------------------------------------+
| operator       | %         | double_sha1_password | 676243218923905cf94cb52a3c9d3eb30ce8e20d                         |
| operator_test  | %         | no_password          |                                                                  |
| operator_test1 | %         | no_password          |                                                                  |
| operator_test2 | %         | no_password          |                                                                  |
| operator_test4 | %         | no_password          |                                                                  |
| root           | localhost | no_password          |                                                                  |
| test11         | %         | sha256_password      | 55f8d19cbb291b70b2fcdd06c6dcfed537184ab8c2e19ab98bfe3cd49e23a9ca |
+----------------+-----------+----------------------+------------------------------------------------------------------+
7 rows in set (0.060 sec)

Changelog

  • Bug Fix

Related Issues

Fixes #4429

Test Plan

Unit Tests

Stateless Tests

@vercel
Copy link

vercel bot commented Mar 30, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/databend/databend/HVU76NuRs6DTVgyKxaX3QGbC3VZp
✅ Preview: Canceled

[Deployment for afdfca2 canceled]

@mergify
Copy link
Contributor

mergify bot commented Mar 30, 2022

Thanks for the contribution!
I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

@mergify mergify bot added the pr-bugfix this PR patches a bug in codebase label Mar 30, 2022
@Xuanwo
Copy link
Member

Xuanwo commented Mar 30, 2022

I have this PR tested at #4429 (comment), confirmed it works.

Nice work @junnplus!

Signed-off-by: Ye Sijun <junnplus@gmail.com>
@junnplus junnplus changed the title [DO NOT MERGE] bump opensrv for fix issue-4429 bump opensrv for fix issue-4429 Mar 30, 2022
@junnplus junnplus marked this pull request as ready for review March 30, 2022 11:56
@junnplus junnplus requested a review from BohuTANG as a code owner March 30, 2022 11:56
Copy link
Member

@BohuTANG BohuTANG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

@mergify mergify bot merged commit 2e28fa3 into databendlabs:main Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-review pr-bugfix this PR patches a bug in codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Use mariadb-client to connect databend-query will results in buggy behavior
5 participants