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
Removed a couple unused SM config params. Added retry loop
to getting a connection.
This commit is contained in:
@ -46,8 +46,10 @@ SMComm * SMComm::get()
|
||||
// timesavers
|
||||
#define common_exit(bs1, bs2, retCode) \
|
||||
{ \
|
||||
int l_errno = errno; \
|
||||
buffers.returnByteStream(bs1); \
|
||||
buffers.returnByteStream(bs2); \
|
||||
errno = l_errno; \
|
||||
return retCode; \
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user