mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-05-30 00:27:08 +03:00
MCOL-962 format
This commit is contained in:
parent
43f322ea2f
commit
243e9e9fb8
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user