Slide 5
Slide 5 text
• σόοάϩά
table_mapping::set_table(ulong,TABLE*): enter: table_id: 20497567 table: 0x3d361f0 (check_repl)
table_mapping::set_table(ulong,TABLE*): info: tid 20497567 -> table 0x3d361f0 (check_repl)
table_mapping::get_table(ulong): enter: table_id: 4315464863
table_mapping::get_table(ulong): info: tid 4315464863 is not mapped!
... 20497567 = 4315464863 - (4294967295 + 1)
... (4294967295 + 1) UINT_MAX
• ιʔείʔυ
* table_map_id
> # grep -n "ulong table_map_id" sql/table.h
> 645: ulong table_map_id; /* for row-based replication */
* table_id
> # grep -n "uint table_id" sql/table.h
> 1457: uint table_id; /* table id (from binlog) for opened table */
YOSHIKAWA Ryota hbstyle-2014-12-11 5