Server IP : 104.21.38.3 / Your IP : 162.158.163.112 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/mysql/mysql-test/suite/x/ |
Upload File : |
# Definition file for plugins. # # <lib name> <directory> <variable> [<plugin name>,...] # # The following variables will be set for a plugin, where PLUGVAR # represents the variable name given as the 3rd item # # PLUGVAR: name of plugin file including extension .so or .dll # PLUGVAR_DIR: name of directory where plugin was found # PLUGVAR_OPT: mysqld option --plugin_dir=.... # PLUGVAR_LOAD: option --plugin_load=.... if the 4th element is present # PLUGVAR_LOAD_ADD: option --plugin_load_add=.... if the 4th element is present # # If a listed plugin is not found, the corresponding variables will be # set to empty, they will not be unset. # # The PLUGVAR variable is not quoted, so you must remember to quote it # when using it in an INSTALL PLUGIN command. # # The envorinment variables can be used in tests. If adding a new plugin, # you are free to pick your variable name, but please keep it upper # case for consistency. # # The _LOAD variable will have a form # # --plugin_load=<name1>=<lib_name>;<name2>=<lib_name>..... # # with name1, name2 etc from the comma separated list of plugin names # in the optional 4th argument. mysqlx plugin/x MYSQLXPLUGIN