2
# For functional testing of metadata locking, table contents do not matter
3
# So we create the simplest tables possible and populate them with a constant
4
# integer. We expect that during the test we will always be able to read
5
# constant integers regardless of how the database objects get modified
10
primary_key => [ undef ]
15
indexes => [ undef, 'key' ]