Query time 0.00102
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "9.61"
},
"nested_loop": [
{
"table": {
"table_name": "cscart_ult_language_values",
"access_type": "system",
"possible_keys": [
"PRIMARY"
],
"rows_examined_per_scan": 0,
"rows_produced_per_join": 1,
"filtered": "0.00",
"const_row_not_found": true,
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.20",
"prefix_cost": "0.00",
"data_read_per_join": "408"
},
"used_columns": [
"lang_code",
"name",
"value",
"company_id"
]
}
},
{
"table": {
"table_name": "lang",
"access_type": "range",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"lang_code",
"name"
],
"key_length": "392",
"rows_examined_per_scan": 4,
"rows_produced_per_join": 4,
"filtered": "100.00",
"index_condition": "((`satishecarter_march_003`.`lang`.`lang_code` = 'en') and (`satishecarter_march_003`.`lang`.`name` in ('hybrid_auth.connect_social_title','hybrid_auth.text_connect_social','hybrid_auth.specify_email_title','hybrid_auth.text_specify_email','hybrid_auth.connect_social_title','hybrid_auth.text_connect_social','hybrid_auth.specify_email_title','hybrid_auth.text_specify_email')))",
"cost_info": {
"read_cost": "8.81",
"eval_cost": "0.80",
"prefix_cost": "9.61",
"data_read_per_join": "1K"
},
"used_columns": [
"lang_code",
"name",
"value"
]
}
}
]
}
}
Result
name |
value |
hybrid_auth.connect_social_title |
Such user already exists |
hybrid_auth.specify_email_title |
The e-mail was not specified. |
hybrid_auth.text_connect_social |
<p>The user with the e-mail specified during social login already exists.</p><p>If you want to assign a social network account to the registered user, please log in.</p> |
hybrid_auth.text_specify_email |
<p>When logging through the social network the e-mail was not specified.</p><p>Please enter your e-mail and click Continue.</p> |