Skip to content

Commit 8a7edc7

Browse files
authored
add comments
1 parent 10d7466 commit 8a7edc7

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

mysql-5.6.26/storage/innobase/fil/fil0fil.cc

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -884,18 +884,8 @@ fil_node_open_file(
884884
/* Put the node to the LRU list */
885885
UT_LIST_ADD_FIRST(LRU, system->LRU, node);
886886
}
887-
888-
/*
889-
ulint srv_ol_space_id = 0;
890-
ulint srv_no_space_id = 1;
891-
ulint srv_stk_space_id = 2;
892-
ulint srv_cust_space_id = 3;
893-
ulint srv_or_space_id = 4;
894-
ulint srv_dist_space_id = 5;
895-
ulint srv_wh_space_id = 6;
896-
ulint srv_itm_space_id = 7;
897-
ulint srv_his_space_id = 8;
898-
*/
887+
888+
//get usertable name (TPC-C benchmark)
899889
/* mijin */
900890
if (strcmp(node->name, "./tpcc1500/order_line.ibd") == 0) {
901891
srv_ol_space_id = space->id;

0 commit comments

Comments
 (0)