summaryrefslogtreecommitdiff
path: root/storage/xtradb/scripts/install_innodb_plugins_win.sql
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/scripts/install_innodb_plugins_win.sql')
-rw-r--r--storage/xtradb/scripts/install_innodb_plugins_win.sql17
1 files changed, 0 insertions, 17 deletions
diff --git a/storage/xtradb/scripts/install_innodb_plugins_win.sql b/storage/xtradb/scripts/install_innodb_plugins_win.sql
deleted file mode 100644
index 7cda3335694..00000000000
--- a/storage/xtradb/scripts/install_innodb_plugins_win.sql
+++ /dev/null
@@ -1,17 +0,0 @@
--- execute these to install InnoDB if it is built as a dynamic plugin
-INSTALL PLUGIN innodb SONAME 'ha_innodb.dll';
-INSTALL PLUGIN innodb_trx SONAME 'ha_innodb.dll';
-INSTALL PLUGIN innodb_locks SONAME 'ha_innodb.dll';
-INSTALL PLUGIN innodb_lock_waits SONAME 'ha_innodb.dll';
-INSTALL PLUGIN innodb_cmp SONAME 'ha_innodb.dll';
-INSTALL PLUGIN innodb_cmp_reset SONAME 'ha_innodb.dll';
-INSTALL PLUGIN innodb_cmpmem SONAME 'ha_innodb.dll';
-INSTALL PLUGIN innodb_cmpmem_reset SONAME 'ha_innodb.dll';
-INSTALL PLUGIN XTRADB_ENHANCEMENTS SONAME 'ha_innodb.dll';
-INSTALL PLUGIN INNODB_BUFFER_POOL_PAGES SONAME 'ha_innodb.dll';
-INSTALL PLUGIN INNODB_BUFFER_POOL_PAGES_BLOB SONAME 'ha_innodb.dll';
-INSTALL PLUGIN INNODB_BUFFER_POOL_PAGES_INDEX SONAME 'ha_innodb.dll';
-INSTALL PLUGIN innodb_rseg SONAME 'ha_innodb.dll';
-INSTALL PLUGIN innodb_table_stats SONAME 'ha_innodb.dll';
-INSTALL PLUGIN innodb_index_stats SONAME 'ha_innodb.dll';
-INSTALL PLUGIN xtradb_admin_command SONAME 'ha_innodb.dll';