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
MCOL-392 Apply astyle
Make this branch apply our style guidelines
This commit is contained in:
@ -902,8 +902,8 @@ void BulkLoadBuffer::convert(char* field, int fieldLength,
|
||||
{
|
||||
bool bSatVal = false;
|
||||
|
||||
if ( column.dataType != CalpontSystemCatalog::DATETIME &&
|
||||
column.dataType != CalpontSystemCatalog::TIME )
|
||||
if ( column.dataType != CalpontSystemCatalog::DATETIME &&
|
||||
column.dataType != CalpontSystemCatalog::TIME )
|
||||
{
|
||||
if (nullFlag)
|
||||
{
|
||||
|
Reference in New Issue
Block a user