summaryrefslogtreecommitdiff
path: root/storage/spider/spd_table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/spider/spd_table.cc')
-rw-r--r--storage/spider/spd_table.cc23
1 files changed, 12 insertions, 11 deletions
diff --git a/storage/spider/spd_table.cc b/storage/spider/spd_table.cc
index ee41d39df0f..e13c8d2b403 100644
--- a/storage/spider/spd_table.cc
+++ b/storage/spider/spd_table.cc
@@ -6139,7 +6139,8 @@ SPIDER_PARTITION_SHARE *spider_get_pt_share(
if(
my_hash_init(&partition_share->pt_handler_hash, spd_charset_utf8mb3_bin,
- 32, 0, 0, (my_hash_get_key) spider_pt_handler_share_get_key, 0, 0)
+ 32, 0, 0, (my_hash_get_key) spider_pt_handler_share_get_key, 0, 0,
+ PSI_INSTRUMENT_ME)
) {
*error_num = HA_ERR_OUT_OF_MEM;
goto error_init_pt_handler_hash;
@@ -7185,7 +7186,7 @@ int spider_db_init(
goto error_mem_calc_mutex_init;
if (my_hash_init(&spider_open_tables, spd_charset_utf8mb3_bin, 32, 0, 0,
- (my_hash_get_key) spider_tbl_get_key, 0, 0))
+ (my_hash_get_key) spider_tbl_get_key, 0, 0, PSI_INSTRUMENT_ME))
goto error_open_tables_hash_init;
spider_alloc_calc_mem_init(spider_open_tables, 143);
@@ -7194,7 +7195,7 @@ int spider_db_init(
spider_open_tables.array.max_element *
spider_open_tables.array.size_of_element);
if (my_hash_init(&spider_init_error_tables, spd_charset_utf8mb3_bin, 32, 0, 0,
- (my_hash_get_key) spider_tbl_get_key, 0, 0))
+ (my_hash_get_key) spider_tbl_get_key, 0, 0, PSI_INSTRUMENT_ME))
goto error_init_error_tables_hash_init;
spider_alloc_calc_mem_init(spider_init_error_tables, 144);
@@ -7204,7 +7205,7 @@ int spider_db_init(
spider_init_error_tables.array.size_of_element);
#ifdef WITH_PARTITION_STORAGE_ENGINE
if (my_hash_init(&spider_open_pt_share, spd_charset_utf8mb3_bin, 32, 0, 0,
- (my_hash_get_key) spider_pt_share_get_key, 0, 0))
+ (my_hash_get_key) spider_pt_share_get_key, 0, 0, PSI_INSTRUMENT_ME))
goto error_open_pt_share_hash_init;
spider_alloc_calc_mem_init(spider_open_pt_share, 145);
@@ -7216,7 +7217,7 @@ int spider_db_init(
if (my_hash_init(&spider_lgtm_tblhnd_share_hash, spd_charset_utf8mb3_bin,
32, 0, 0,
(my_hash_get_key) spider_lgtm_tblhnd_share_hash_get_key,
- 0, 0))
+ 0, 0, PSI_INSTRUMENT_ME))
goto error_lgtm_tblhnd_share_hash_init;
spider_alloc_calc_mem_init(spider_lgtm_tblhnd_share_hash, 245);
@@ -7225,12 +7226,12 @@ int spider_db_init(
spider_lgtm_tblhnd_share_hash.array.max_element *
spider_lgtm_tblhnd_share_hash.array.size_of_element);
if (my_hash_init(&spider_open_connections, spd_charset_utf8mb3_bin, 32, 0, 0,
- (my_hash_get_key) spider_conn_get_key, 0, 0))
+ (my_hash_get_key) spider_conn_get_key, 0, 0, PSI_INSTRUMENT_ME))
goto error_open_connections_hash_init;
if (my_hash_init(&spider_ipport_conns, spd_charset_utf8mb3_bin, 32, 0, 0,
(my_hash_get_key) spider_ipport_conn_get_key,
- spider_free_ipport_conn, 0))
+ spider_free_ipport_conn, 0, PSI_INSTRUMENT_ME))
goto error_ipport_conn__hash_init;
spider_alloc_calc_mem_init(spider_open_connections, 146);
@@ -7240,7 +7241,7 @@ int spider_db_init(
spider_open_connections.array.size_of_element);
#if defined(HS_HAS_SQLCOM) && defined(HAVE_HANDLERSOCKET)
if (my_hash_init(&spider_hs_r_conn_hash, spd_charset_utf8mb3_bin, 32, 0, 0,
- (my_hash_get_key) spider_conn_get_key, 0, 0))
+ (my_hash_get_key) spider_conn_get_key, 0, 0, PSI_INSTRUMENT_ME))
goto error_hs_r_conn_hash_init;
spider_alloc_calc_mem_init(spider_hs_r_conn_hash, 147);
@@ -7249,7 +7250,7 @@ int spider_db_init(
spider_hs_r_conn_hash.array.max_element *
spider_hs_r_conn_hash.array.size_of_element);
if (my_hash_init(&spider_hs_w_conn_hash, spd_charset_utf8mb3_bin, 32, 0, 0,
- (my_hash_get_key) spider_conn_get_key, 0, 0))
+ (my_hash_get_key) spider_conn_get_key, 0, 0, PSI_INSTRUMENT_ME))
goto error_hs_w_conn_hash_init;
spider_alloc_calc_mem_init(spider_hs_w_conn_hash, 148);
@@ -7259,7 +7260,7 @@ int spider_db_init(
spider_hs_w_conn_hash.array.size_of_element);
#endif
if (my_hash_init(&spider_allocated_thds, spd_charset_utf8mb3_bin, 32, 0, 0,
- (my_hash_get_key) spider_allocated_thds_get_key, 0, 0))
+ (my_hash_get_key) spider_allocated_thds_get_key, 0, 0, PSI_INSTRUMENT_ME))
goto error_allocated_thds_hash_init;
spider_alloc_calc_mem_init(spider_allocated_thds, 149);
@@ -7321,7 +7322,7 @@ int spider_db_init(
{
if (my_hash_init(&spider_udf_table_mon_list_hash[roop_count],
spd_charset_utf8mb3_bin, 32, 0, 0,
- (my_hash_get_key) spider_udf_tbl_mon_list_key, 0, 0))
+ (my_hash_get_key) spider_udf_tbl_mon_list_key, 0, 0, PSI_INSTRUMENT_ME))
goto error_init_udf_table_mon_list_hash;
spider_alloc_calc_mem_init(spider_udf_table_mon_list_hash, 150);