{
"query_block": {
"select_id": 1,
"ordering_operation": {
"using_filesort": true,
"nested_loop": [
{
"table": {
"table_name": "a",
"access_type": "ref",
"possible_keys": [
"c_status"
],
"key": "c_status",
"used_key_parts": [
"product_id",
"status"
],
"key_length": "6",
"ref": [
"const",
"const"
],
"rows": 1,
"filtered": 100,
"index_condition": "(`_testcscart`.`a`.`status` = 'A')",
"attached_condition": "((`_testcscart`.`a`.`product_id` <=> 4) and (`_testcscart`.`a`.`status` <=> 'A'))"
}
},
{
"table": {
"table_name": "b",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"option_id",
"lang_code"
],
"key_length": "9",
"ref": [
"_testcscart.a.option_id",
"const"
],
"rows": 1,
"filtered": 100,
"attached_condition": "<if>(is_not_null_compl(b), (`_testcscart`.`b`.`lang_code` = 'ja'), true)"
}
}
]
}
}
}