Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 525192
Collapse All | Expand All

(-)a/storage/tokudb/ft-index/ft/ft-ops.cc (-1 / +1 lines)
Lines 2237-2243 Link Here
2237
                    nullptr, nullptr, nullptr
2237
                    nullptr, nullptr, nullptr
2238
                    );
2238
                    );
2239
                *target_childnum = childnum;
2239
                *target_childnum = childnum;
2240
                if (r == 0 && !le_latest_is_del(leftmost_le)) {
2240
                if (r == 0 && !le_latest_is_del(target_le)) {
2241
                    *nondeleted_key_found = true;
2241
                    *nondeleted_key_found = true;
2242
                }
2242
                }
2243
            }
2243
            }

Return to bug 525192