You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
MCOL-833 - fix code merge issue
This commit is contained in:
@@ -380,7 +380,7 @@ Error:
|
|||||||
ostringstream os;
|
ostringstream os;
|
||||||
os << "DEC: lost connection to " << client->addr2String();
|
os << "DEC: lost connection to " << client->addr2String();
|
||||||
writeToLog(__FILE__, __LINE__, os.str(), LOG_TYPE_CRITICAL);
|
writeToLog(__FILE__, __LINE__, os.str(), LOG_TYPE_CRITICAL);
|
||||||
}
|
// }
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user