We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d7466 commit 8a7edc7Copy full SHA for 8a7edc7
mysql-5.6.26/storage/innobase/fil/fil0fil.cc
@@ -884,18 +884,8 @@ fil_node_open_file(
884
/* Put the node to the LRU list */
885
UT_LIST_ADD_FIRST(LRU, system->LRU, node);
886
}
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
- */
+
+ //get usertable name (TPC-C benchmark)
899
/* mijin */
900
if (strcmp(node->name, "./tpcc1500/order_line.ibd") == 0) {
901
srv_ol_space_id = space->id;
0 commit comments