You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +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:
@ -958,7 +958,7 @@ void WEDataLoader::onReceiveEod(ByteStream& Ibs)
|
||||
aLock.unlock();
|
||||
|
||||
// if(( 1 == getMode())||( 2 == getMode()))
|
||||
if (1 == getMode()) // BUG 4370 - seperated mode 1 & 2
|
||||
if (1 == getMode()) // BUG 4370 - separated mode 1 & 2
|
||||
{
|
||||
// if(getChPid()) teardownCpimport(false); // @bug 4267
|
||||
if (getChPid())
|
||||
|
Reference in New Issue
Block a user