• gbichot@quadita2.mysql.com's avatar
    Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146... · b72ae4fe
    gbichot@quadita2.mysql.com authored
      Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146 binlogging/replication of routines (stored procs and functions).
      Approximative, because it's using our binlogging way (what we call "query"-level) and this is not as good as record-level binlog (5.1) would be. It imposes several
      limitations to routines, and has caveats (which I'll document, and for which the server will try to issue errors but that is not always possible).
      Reason I don't propagate caller info to the binlog as planned is that on master and slave
      users may be different; even with that some caveats would remain.
    b72ae4fe
sp.cc 36.2 KB