1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +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:
drrtuy
2024-04-24 12:33:13 +01:00
committed by GitHub
parent fcd637addc
commit baae1f66a5
323 changed files with 138 additions and 474 deletions

View File

@ -51,5 +51,4 @@ class HashFamily
};
} // namespace utils
#endif
// vim:ts=2 sw=2:
#endif

View File

@ -22,5 +22,4 @@
using int128_t = __int128;
using uint128_t = unsigned __int128;
#endif // MCS_BASIC_TYPES_H_INCLUDED
// vim:ts=2 sw=2:
#endif // MCS_BASIC_TYPES_H_INCLUDED

View File

@ -892,4 +892,3 @@ class SimdFilterProcessor<
} // namespace simd
#endif // if defined(__x86_64__ )
// vim:ts=2 sw=2: