2024-06-06 05:42:07 +00:00
|
|
|
<clickhouse>
|
|
|
|
<startup_scripts>
|
|
|
|
<scripts>
|
|
|
|
<query>CREATE ROLE OR REPLACE testrole</query>
|
|
|
|
</scripts>
|
|
|
|
<scripts>
|
|
|
|
<query>GRANT CREATE USER, ALTER USER, DROP USER, SHOW USERS, SHOW CREATE USER ON *.* TO 'testrole' WITH GRANT OPTION;</query>
|
|
|
|
</scripts>
|
|
|
|
<scripts>
|
|
|
|
<query>CREATE TABLE TestTable (id UInt64) ENGINE=TinyLog</query>
|
|
|
|
<condition>SELECT 1;</condition>
|
|
|
|
</scripts>
|
2024-06-21 06:02:30 +00:00
|
|
|
<scripts>
|
|
|
|
<query>SELECT * FROM system.query_log LIMIT 1</query>
|
|
|
|
</scripts>
|
2024-10-03 11:17:38 +00:00
|
|
|
<scripts>
|
|
|
|
<query>SELECT 1 SETTINGS skip_unavailable_shards = 1</query>
|
|
|
|
<condition>SELECT 1;</condition>
|
|
|
|
</scripts>
|
|
|
|
<scripts>
|
|
|
|
<query>SELECT 1 SETTINGS skip_unavailable_shards = 1</query>
|
|
|
|
<condition>SELECT 1;</condition>
|
|
|
|
</scripts>
|
2024-06-06 05:42:07 +00:00
|
|
|
</startup_scripts>
|
|
|
|
</clickhouse>
|