summaryrefslogtreecommitdiff
path: root/mysql-test/t/plugin_loaderr.test
blob: e319e2fb54dac9bdd281d7bacc5deff1f8c67758 (plain)
1
2
3
4
5
6
7
8
9
10

# We used an invalid command-line option and InnoDB failed to start.
# Ignore all related warnings
call mtr.add_suppression("InnoDB");

--vertical_results
SELECT
PLUGIN_NAME,PLUGIN_STATUS,PLUGIN_TYPE,PLUGIN_LIBRARY,PLUGIN_LIBRARY_VERSION,LOAD_OPTION
FROM INFORMATION_SCHEMA.PLUGINS WHERE plugin_name = 'innodb';