Skip to content

Commit

Permalink
Add rocksdb_deadlock RocksDB plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic committed Jan 7, 2020
1 parent 40d56cb commit 7b85d26
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions MyRocks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ INSTALL PLUGIN rocksdb_ddl SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_index_file_map SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_locks SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_trx SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_deadlock SONAME 'ha_rocksdb.so';
3 changes: 2 additions & 1 deletion MyRocks_TokuDB.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ INSTALL PLUGIN rocksdb_global_info SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_ddl SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_index_file_map SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_locks SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_trx SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_trx SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_deadlock SONAME 'ha_rocksdb.so';
1 change: 1 addition & 0 deletions plugins_57.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ INSTALL PLUGIN rocksdb_ddl SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_index_file_map SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_locks SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_trx SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_deadlock SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rpl_semi_sync_master SONAME 'semisync_master.so';
INSTALL PLUGIN rpl_semi_sync_slave SONAME 'semisync_slave.so';
INSTALL PLUGIN auth_pam SONAME 'auth_pam.so';
Expand Down
1 change: 1 addition & 0 deletions plugins_80-dbg-hack.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ INSTALL PLUGIN rocksdb_ddl SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_index_file_map SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_locks SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_trx SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_deadlock SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rpl_semi_sync_master SONAME 'semisync_master.so';
INSTALL PLUGIN rpl_semi_sync_slave SONAME 'semisync_slave.so';
INSTALL PLUGIN validate_password SONAME 'validate_password.so';
Expand Down
1 change: 1 addition & 0 deletions plugins_80.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ INSTALL PLUGIN rocksdb_ddl SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_index_file_map SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_locks SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_trx SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rocksdb_deadlock SONAME 'ha_rocksdb.so';
INSTALL PLUGIN rpl_semi_sync_master SONAME 'semisync_master.so';
INSTALL PLUGIN rpl_semi_sync_slave SONAME 'semisync_slave.so';
INSTALL PLUGIN validate_password SONAME 'validate_password.so';
Expand Down

0 comments on commit 7b85d26

Please sign in to comment.