diff --git a/changelog.md b/changelog.md index d6da3e6d..520a9614 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/mycli/myclirc b/mycli/myclirc index b61aecbe..1e102b82 100644 --- a/mycli/myclirc +++ b/mycli/myclirc @@ -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) diff --git a/test/myclirc b/test/myclirc index 5a744972..d70a2a85 100644 --- a/test/myclirc +++ b/test/myclirc @@ -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)