You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-17 01:02:23 +03:00
Changed the message magic from a macro to a const uint.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
namespace storagemanager
|
||||
{
|
||||
|
||||
#define SM_MSG_START 0xbf65a7e1
|
||||
static const uint SM_MSG_START=0xbf65a7e1;
|
||||
|
||||
enum Opcodes {
|
||||
OPEN,
|
||||
|
||||
Reference in New Issue
Block a user