Skip to content

support dump plan replayer for prepare stmt #64205

@guo-shaoge

Description

@guo-shaoge

Enhancement

plan replayer is a very important tool to help locate plan problems.
But it doesn't support dump prepare stmt, for example:

prepare stmt1 from 'select xxx';
set @var1 = 100;
-- for now, we'are unable to dump this plan replayer of the following stmt.
execute stmt1 using @var1;

We can support like the following:

plan replayer dump execute stmt1 using @var1;

Metadata

Metadata

Assignees

No one assigned

    Labels

    sig/plannerSIG: Plannertype/enhancementThe issue or PR belongs to an enhancement.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions