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.
