1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-59, change calpont.xml

This commit is contained in:
david hill
2016-06-22 16:00:00 -05:00
parent 1bb58c6916
commit 7d8de28b43
104 changed files with 381 additions and 381 deletions

View File

@ -149,7 +149,7 @@ public:
void destroySemaphores()
{
key_t semkey;
char* semseed = "/usr/local/mariadb/columnstore/etc/Calpont.xml";
char* semseed = "/usr/local/mariadb/columnstore/etc/Columnstore.xml";
int sems, err;
// semkey = ftok(semseed, 0x2149bdd2); // these things must match in the SM constructor
@ -167,7 +167,7 @@ public:
void destroyShmseg()
{
key_t shmkey;
char* shmseed = "/usr/local/mariadb/columnstore/etc/Calpont.xml";
char* shmseed = "/usr/local/mariadb/columnstore/etc/Columnstore.xml";
int shms, err;
// shmkey = ftok(shmseed, 0x2149bdd2); // these things much match in the SM constructor