• unknown's avatar
    Fix for #178 Replicating INSERT VALUES(USER()) crashes (SEGV) the slave · 39870750
    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.
    39870750
item_strfunc.cc 53.6 KB