MCPcopy Create free account
hub / github.com/MariaDB/server / security_context

Method security_context

sql/sql_class.h:3467–3467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3465 Security_context main_security_ctx;
3466 Security_context *security_ctx;
3467 Security_context *security_context() const { return security_ctx; }
3468 void set_security_context(Security_context *sctx) { security_ctx = sctx; }
3469
3470 /*

Calls

no outgoing calls

Tested by

no test coverage detected