Would I be correct that these tables are not the artifact of any H2 process (eg. recovery scripts)? There is nothing I do which would create these.
Thanks On Friday, November 22, 2013 10:22:59 AM UTC-5, [email protected] wrote: > > I have a situation where a database appears to have become corrupted. > When I try to select data out of one of the tables I receive the following > error: > > General error: "java.lang.RuntimeException: page[1238] data leaf table:21 > ISSUE entries:3 parent:488 keys:[27863, 27864, 27866] offsets:[1861, 1674, > 1479] parent 488 expected 693"; SQL statement: > SELECT * FROM ISSUE [50000-172] HY000/50000 > > The strange thing is that when I look at the database there are a number > of new tables created: > > ISSUE_COPY_10_2 > ISSUE_COPY_12_4 > ISSUE_COPY_15_3 > ISSUE_COPY_2_0 > ISSUE_COPY_2_1 > ISSUE_COPY_2_2 > ISSUE_COPY_2_3 > etc. > > They all are copies of the original issue table although some have > differing row counts. Any idea where these tables came from? > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
