• unknown's avatar
    Fix for #178 Replicating INSERT VALUES(USER()) crashes (SEGV) the slave · e6bc6804
    unknown authored
        Now it does not SEGV, but USER() is still badly replicated
        (it is replicated to ""), which is a lower priority bug.
    
    
    sql/item_strfunc.cc:
      Fix for #178  Replicating INSERT VALUES(USER()) crashes (SEGV) the slave
      Now it does not SEGV, but USER() is still badly replicated
      (it is replicated to ""), which is a lower priority bug.
    e6bc6804
item_strfunc.cc 53.6 KB