You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-12 23:42:47 +03:00
Fix trivial spelling errors
- occured -> occurred - reponse -> response - seperated -> separated All new code of the whole pull request, including one or several files that are either new files or modified ones, are contributed under the BSD-new license. I am contributing on behalf of my employer Amazon Web Services, Inc.
This commit is contained in:
@@ -367,7 +367,7 @@ int SessionManager::start()
|
||||
//Doing this to work with cloudio_component_test
|
||||
len = ::read(fds[socketIncr].fd, out, recvMsgLength);
|
||||
logger->log(LOG_DEBUG,"Read %d bytes.",len);
|
||||
//Debug test lets send a reponse back
|
||||
//Debug test lets send a response back
|
||||
uint32_t response[4] = { storagemanager::SM_MSG_START, 8, (uint32_t ) -1, EINVAL };
|
||||
len = ::send(fds[socketIncr].fd, response, 16, 0);
|
||||
*/
|
||||
|
Reference in New Issue
Block a user