mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Added bug #5066
This commit is contained in:
parent
2428ba70f5
commit
ce9b5a4341
6
dbms/tests/queries/bugs/00938_client_suggestions.sh
Executable file
6
dbms/tests/queries/bugs/00938_client_suggestions.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
. $CURDIR/../shell_config.sh
|
||||
|
||||
for i in {1..100}; do $CLICKHOUSE_CLIENT --always_load_suggestion_data --query="SELECT 1 FORMAT Null"; done
|
Loading…
Reference in New Issue
Block a user