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
replace header guards with #pragma once
This commit is contained in:
@ -15,8 +15,7 @@
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#ifndef HAVE_COL2BLOCK
|
||||
#define HAVE_COL2BLOCK
|
||||
#pragma once
|
||||
unsigned char __col2block_cdf[] = {
|
||||
0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x04, 0x00, 0x05, 0x00,
|
||||
0x06, 0x00, 0x07, 0x00, 0x08, 0x00, 0x09, 0x00, 0x0a, 0x00, 0x0b, 0x00,
|
||||
@ -705,4 +704,3 @@ unsigned char __col2block_cdf[] = {
|
||||
unsigned int __col2block_cdf_len = 8192;
|
||||
constexpr int __col2block_cdf_umin = 0;
|
||||
constexpr int __col2block_cdf_umax = 4095;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user