~jaypipes/drizzle/new-test-runner

« back to all changes in this revision

Viewing changes to storage/innobase/scripts/install_innodb_plugins_win.sql

  • Committer: Jay Pipes
  • Date: 2008-12-11 17:52:34 UTC
  • mfrom: (482.16.152 testable)
  • Revision ID: jpipes@serialcoder-20081211175234-uqsfvmgxejvmellq
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- execute these to install InnoDB if it is built as a dynamic plugin
 
2
INSTALL PLUGIN innodb SONAME 'ha_innodb.dll';
 
3
INSTALL PLUGIN innodb_trx SONAME 'ha_innodb.dll';
 
4
INSTALL PLUGIN innodb_locks SONAME 'ha_innodb.dll';
 
5
INSTALL PLUGIN innodb_lock_waits SONAME 'ha_innodb.dll';
 
6
INSTALL PLUGIN innodb_cmp SONAME 'ha_innodb.dll';
 
7
INSTALL PLUGIN innodb_cmp_reset SONAME 'ha_innodb.dll';
 
8
INSTALL PLUGIN innodb_cmpmem SONAME 'ha_innodb.dll';
 
9
INSTALL PLUGIN innodb_cmpmem_reset SONAME 'ha_innodb.dll';