You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-5746 Cpimport: convert blob data from ascii hex when reads from STDIN
This commit is contained in:
committed by
Leonid Fedorov
parent
0a118292eb
commit
180e1f793f
@ -2463,5 +2463,10 @@ int TableInfo::allocateBRMColumnExtent(OID columnOID, uint16_t dbRoot, uint32_t&
|
||||
return rc;
|
||||
}
|
||||
|
||||
bool TableInfo::readFromSTDIN()
|
||||
{
|
||||
return fReadFromStdin;
|
||||
}
|
||||
|
||||
} // namespace WriteEngine
|
||||
// end of namespace
|
||||
|
Reference in New Issue
Block a user