diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2018-10-16 15:13:32 -0400 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2018-10-16 15:15:16 -0400 |
commit | 73f8de325b31d350883f6752fb04d63c41112e8f (patch) | |
tree | a786305e313d8cdc040b50f995ed9342173ee571 /src/main/resources/mdbc.properties | |
parent | 389265e6342302ce5a8db5d4a3cc215e2c24c97a (diff) |
Initial commit
Change-Id: I510baf73e4d35b651fb04e5b8e038dacb6a5a130
Issue-ID: MUSIC-149
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Diffstat (limited to 'src/main/resources/mdbc.properties')
-rwxr-xr-x | src/main/resources/mdbc.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/mdbc.properties b/src/main/resources/mdbc.properties new file mode 100755 index 0000000..f6e722c --- /dev/null +++ b/src/main/resources/mdbc.properties @@ -0,0 +1,12 @@ +# +# A list of all Mixins that should be checked by MDBC +# +MIXINS= \ + com.att.research.mdbc.mixins.H2Mixin \ + com.att.research.mdbc.mixins.H2ServerMixin \ + com.att.research.mdbc.mixins.MySQLMixin \ + com.att.research.mdbc.mixins.CassandraMixin \ + com.att.research.mdbc.mixins.Cassandra2Mixin + +critical.tables= \ + TEST
\ No newline at end of file |