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(compilation): New warn
AKA 3919c541
backport
* fix(compilation): `New warn` AKA 3919c541
backport
* chore: Bump version to 6.4.8-2
This commit is contained in:
@ -1915,4 +1915,3 @@ const uint8_t* TypeHandlerUDecimal128::getEmptyValueForType(
|
||||
|
||||
} // end of namespace datatypes
|
||||
|
||||
// vim:ts=2 sw=2:
|
||||
|
@ -2522,6 +2522,4 @@ class TypeHandlerTimestamp : public TypeHandlerTemporal
|
||||
|
||||
} // end of namespace datatypes
|
||||
|
||||
#endif // MCS_DATATYPE_H_INCLUDED
|
||||
|
||||
// vim:ts=2 sw=2:
|
||||
#endif // MCS_DATATYPE_H_INCLUDED
|
@ -80,4 +80,3 @@ uint64_t xFloatToMCSUInt64Round(SRC value)
|
||||
} // end of namespace datatypes
|
||||
|
||||
#endif // MCS_DATATYPE_BASIC_H_INCLUDED
|
||||
// vim:ts=2 sw=2:
|
||||
|
@ -55,5 +55,4 @@ class TDouble
|
||||
|
||||
} // end of namespace datatypes
|
||||
|
||||
#endif // MCS_DOUBLE_H_INCLUDED
|
||||
// vim:ts=2 sw=2:
|
||||
#endif // MCS_DOUBLE_H_INCLUDED
|
@ -725,5 +725,4 @@ class TFloat128
|
||||
|
||||
} // namespace datatypes
|
||||
|
||||
#endif // MCS_TSFLOAT128_H_INCLUDED
|
||||
// vim:ts=2 sw=2:
|
||||
#endif // MCS_TSFLOAT128_H_INCLUDED
|
@ -113,4 +113,3 @@ std::ostream& operator<<(std::ostream& os, const TSInt128& x)
|
||||
}
|
||||
|
||||
} // end of namespace datatypes
|
||||
// vim:ts=2 sw=2:
|
||||
|
@ -324,4 +324,3 @@ class TSInt128
|
||||
} // end of namespace datatypes
|
||||
|
||||
#endif // MCS_TSINT128_H_INCLUDED
|
||||
// vim:ts=2 sw=2:
|
||||
|
@ -180,5 +180,4 @@ class TSInt64Null : public TSInt64, public TNullFlag
|
||||
|
||||
} // end of namespace datatypes
|
||||
|
||||
#endif // MCS_INT64_H_INCLUDED
|
||||
// vim:ts=2 sw=2:
|
||||
#endif // MCS_INT64_H_INCLUDED
|
@ -55,5 +55,4 @@ class TLongDouble
|
||||
|
||||
} // end of namespace datatypes
|
||||
|
||||
#endif // MCS_LONGDOUBLE_H_INCLUDED
|
||||
// vim:ts=2 sw=2:
|
||||
#endif // MCS_LONGDOUBLE_H_INCLUDED
|
Reference in New Issue
Block a user