clarify comment

This commit is contained in:
Alexey Zatelepin 2019-03-06 16:48:59 +03:00
parent bc30ed92d4
commit aff14bc899

View File

@ -116,7 +116,7 @@ public:
*/
size_t checkDepth(size_t max_depth) const { return checkDepthImpl(max_depth, max_depth); }
/// Do not allow to change the table while the blocks stream is alive.
/// Do not allow to change the table while the blocks stream and its children are alive.
void addTableLock(const TableStructureReadLockPtr & lock) { table_locks.push_back(lock); }
/// Get information about execution speed.