Code review comment for lp:~sergei.glushchenko/percona-server/5.5-slow-log-stored-procs

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

    - How are statements referencing procedure args logged? With var
      names, values, or something else?
    - Same question for the combination of stored procedures and
      prepared statements (i.e. case 1: PREPARE s CALL p(@foo, 2);
      EXECUTE s; case 2: PREPARE s CALL p(?, ?); EXECUTE s USING 1,
      @foo; maybe case 3: PROCEDURE foo BEGIN EXECUTE bar;
    - In the case of non-trivial answers, the above needs MTR
      testing.

review: Needs Information

« Back to merge proposal