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-962 format
This commit is contained in:
@ -1824,7 +1824,7 @@ __declspec(dllexport)
|
|||||||
#endif
|
#endif
|
||||||
// Return 1 if system is ready for reads or 0 if not.
|
// Return 1 if system is ready for reads or 0 if not.
|
||||||
long long mcssystemready(UDF_INIT* initid, UDF_ARGS* args,
|
long long mcssystemready(UDF_INIT* initid, UDF_ARGS* args,
|
||||||
char* is_null, char* error)
|
char* is_null, char* error)
|
||||||
{
|
{
|
||||||
long long rtn = 0;
|
long long rtn = 0;
|
||||||
Oam oam;
|
Oam oam;
|
||||||
@ -1868,7 +1868,7 @@ __declspec(dllexport)
|
|||||||
#endif
|
#endif
|
||||||
// Return non-zero if system is read only; 0 if writeable
|
// Return non-zero if system is read only; 0 if writeable
|
||||||
long long mcssystemreadonly(UDF_INIT* initid, UDF_ARGS* args,
|
long long mcssystemreadonly(UDF_INIT* initid, UDF_ARGS* args,
|
||||||
char* is_null, char* error)
|
char* is_null, char* error)
|
||||||
{
|
{
|
||||||
long long rtn = 0;
|
long long rtn = 0;
|
||||||
DBRM dbrm(true);
|
DBRM dbrm(true);
|
||||||
|
Reference in New Issue
Block a user