dbms: addition to prev. revision [#METR-14238].

This commit is contained in:
Alexey Milovidov 2014-12-11 05:06:22 +03:00
parent 03a21823db
commit dac2ff8920

View File

@ -250,7 +250,7 @@ void ReplicatedMergeTreeRestartingThread::goReadOnlyPermanently()
{
LOG_INFO(log, "Going to readonly mode");
storage.is_read_only = true;
storage.is_readonly = true;
stop();
partialShutdown();