Quantcast
Channel: MySQL Forums - InnoDB
Viewing all articles
Browse latest Browse all 1957

Wrong ID of InnoDB table shown by InnoDB-monitor (no replies)

$
0
0
Hello.

Trying to detect ID of table. MySQL couldn't see existing table so I:
1) backed up .frm-file
2) droped "non-existent" table
3) created new
4) replaced the new clean .frm with backed up one.

When I run select query monitor shows:
TABLE: name word/wp_wpshop_orders, id 13, flags 1, columns 4, indexes 1, appr.rows 0
  COLUMNS: id: DATA_INT DATA_BINARY_TYPE DATA_NOT_NULL len 4; DB_ROW_ID: DATA_SYS prtype 256 len 6; DB_TRX_ID: DATA_SYS prtype 257 len 6; DB_ROLL_PTR: DATA_SYS prtype 258 len 7;
  INDEX: name PRIMARY, id 15, fields 1/3, uniq 1, type 3
   root page 307, appr.key vals 0, leaf pages 1, size pages 1
   FIELDS:  id DB_TRX_ID DB_ROLL_PTR

But in this article ( http://www.ekito.fr/portail/repairing-a-badly-hurt-mysql-database?lang=en ) told that it should be two numbers. In example "id 0 215" but my monitor shows "id 15" while parsed pages direcory has 0-NNNNN
How can I detect ID?

Viewing all articles
Browse latest Browse all 1957


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>