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-3503 add MODA aggregate function
This commit is contained in:
1
storage-manager/include/messageFormat.h
Normal file → Executable file
1
storage-manager/include/messageFormat.h
Normal file → Executable file
@ -65,6 +65,7 @@ static const uint32_t SM_MSG_END=0x9d5bc31b;
|
||||
static const uint32_t SM_HEADER_LEN = sizeof(sm_msg_header);
|
||||
|
||||
// the unix socket StorageManager is listening on
|
||||
__attribute__ ((unused))
|
||||
static const char *socket_name = "\0storagemanager";
|
||||
|
||||
#pragma GCC diagnostic pop
|
||||
|
Reference in New Issue
Block a user