Subject | Re: Online DDL |
---|---|
Author | Dmitry Yemanov |
Post date | 2014-03-23T01:18:18Z |
23.03.2014 04:17, Aldo Caruso wrote:
AFAIK.
Dmitry
>True.
> Frequently I modify stored procedures and triggers.
>
> If some user were connected before I started my transaction (the
> one which changes the stored procedure) he will still be using the
> unmodified version of the stored procedure. On the other hand, users who
> connects after I commit my transaction will be using the modified version.
> In that case is there a risk that two different versions of theSurely this may be undesired, but this "risk" is a documented behavior,
> same stored procedure coexist (in different transactions)
AFAIK.
Dmitry