1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-02 19:25:03 +03:00
mariadb/mysql-test/t/plugin_load.test
acurtis/antony@xiphis.org/ltamd64.xiphis.org 98515df213 Bug#33358
"Plugin enum variables can't be set from command line"
  fix crash of LOCK_plugins mutex when loading plug-ins from command line.
  fix off-by-one bug when loading multiple plug-ins from the command line.
  initialize command line handling for ENUM and SET plugin variable types.
2008-01-25 16:05:15 -08:00

4 lines
83 B
Plaintext

--source include/have_example_plugin.inc
SELECT @@global.example_enum_var = 'e2';