Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Documentation
* Prefer forward-slash /command forms in TIPS.
* Prefer forward-slash /command forms in markdown documentation.
* Update README, especially for installation instructions.
* Always show Apache Doris in vendor lists.


Internal
Expand Down
2 changes: 1 addition & 1 deletion mycli/myclirc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ wider_completion_menu = False
# * \k - connection socket basename OR the port
# * \K - full connection socket path OR the port
# * \T - connection SSL/TLS version
# * \t - database vendor (Percona, MySQL, MariaDB, TiDB)
# * \t - database vendor (Percona, MySQL, MariaDB, TiDB, Doris)
# * \u - username
# * \w - number of warnings, or "(none)" (requires frequent trips to the server)
# * \W - number of warnings, or the empty string (requires frequent trips to the server)
Expand Down
2 changes: 1 addition & 1 deletion test/myclirc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ wider_completion_menu = False
# * \k - connection socket basename OR the port
# * \K - full connection socket path OR the port
# * \T - connection SSL/TLS version
# * \t - database vendor (Percona, MySQL, MariaDB, TiDB)
# * \t - database vendor (Percona, MySQL, MariaDB, TiDB, Doris)
# * \u - username
# * \w - number of warnings, or "(none)" (requires frequent trips to the server)
# * \W - number of warnings, or the empty string (requires frequent trips to the server)
Expand Down
Loading