mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
fix typo
This commit is contained in:
parent
8dab49f328
commit
9e115e142e
@ -22,7 +22,7 @@ void startupSystemTables();
|
|||||||
void maybeConvertSystemDatabase(ContextMutablePtr context);
|
void maybeConvertSystemDatabase(ContextMutablePtr context);
|
||||||
|
|
||||||
/// Converts all databases (except system) from Ordinary to Atomic if convert_ordinary_to_atomic flag exists
|
/// Converts all databases (except system) from Ordinary to Atomic if convert_ordinary_to_atomic flag exists
|
||||||
/// Waits for `load_metadata` task before convertions
|
/// Waits for `load_metadata` task before conversions
|
||||||
void convertDatabasesEnginesIfNeed(const LoadTaskPtrs & load_metadata, ContextMutablePtr context);
|
void convertDatabasesEnginesIfNeed(const LoadTaskPtrs & load_metadata, ContextMutablePtr context);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user