blob: ad60b07a1e3db85563a61435a1ecfbdcfcfd0299 (
plain)
1
2
3
4
5
|
INSTALL PLUGIN example SONAME 'ha_example.so';
SELECT @@global.connect_timeout AS connect_timeout, @@global.local_infile AS local_infile;
connect_timeout 4711
local_infile 1
UNINSTALL PLUGIN example;
|