Merge pull request #11530 from ClickHouse/revert-11497-client-users-autocomplete

Revert "Autocompletion support for users in client"
This commit is contained in:
alexey-milovidov 2020-06-08 23:13:16 +03:00 committed by GitHub
commit 6ddc67b55a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,8 +116,6 @@ void Suggest::loadImpl(Connection & connection, const ConnectionTimeouts & timeo
<< " UNION ALL "
"SELECT DISTINCT name FROM system.dictionaries LIMIT " << limit_str
<< " UNION ALL "
"SELECT DISTINCT name FROM system.users LIMIT " << limit_str
<< " UNION ALL "
"SELECT DISTINCT name FROM system.columns LIMIT " << limit_str;
}