5 Mar
2012
5 Mar
'12
1:47 p.m.
On 05-03-2012 05:17:12 -0800, Bas Kaptijn wrote:
repeatedly we get in a situation where tables end up duplicate in the sys.tables table:
SELECT count(*) FROM tables WHERE name=’mytable’;
returns: 2
We think this should never be the case.
It seems this gives problems with dumping the database and in other situations.
This is an older version of MonetDB (Apr2011 SP1). We want to know whether someone knows
this was/is a symptom of any known issue
I've seen this when the database is in readonly mode. Do you perhaps use that?