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
chars are unsigned on arm y default
This commit is contained in:
@ -580,7 +580,7 @@ int WEFileReadThread::getNextRow(istream& ifs, char* pBuf, int MaxLen)
|
||||
const char ESC = fEsc;
|
||||
bool aTrailEsc = false;
|
||||
char* pEnd = pBuf;
|
||||
char aCh = ifs.get();
|
||||
int aCh = ifs.get();
|
||||
|
||||
while (ifs.good())
|
||||
{
|
||||
|
Reference in New Issue
Block a user