allow_suspicious_udfs
This page is part of MariaDB's Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
In 11.4 ES:
Allows use of user-defined functions (UDFs) consisting of only one symbol xxx() without corresponding xxx_
init() or xxx_ deinit(). That also means that one can load any function from any library, for example exit() from libc.so
DETAILS
PARAMETERS
Command-line | --allow_suspicious_udfs[={OFF| |
Configuration file | Supported |
Dynamic | No |
Scope | Global |
Data Type | BOOLEAN (OFF, ON) |
Product Default Value | OFF |