You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +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;
|
const char ESC = fEsc;
|
||||||
bool aTrailEsc = false;
|
bool aTrailEsc = false;
|
||||||
char* pEnd = pBuf;
|
char* pEnd = pBuf;
|
||||||
char aCh = ifs.get();
|
int aCh = ifs.get();
|
||||||
|
|
||||||
while (ifs.good())
|
while (ifs.good())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user