• unknown's avatar
    BUG#12659 error handling in federated needs improvement. Sanja pointed out... · 3b7c799f
    unknown authored
    BUG#12659 error handling in federated needs improvement. Sanja pointed out that we were copying an entire buffer, most of which was probably garbage, and possibly hidden by null termination in the middle of the buffer. Now we are only copying the error message.
    
    
    sql/ha_federated.cc:
      now recording only the error message, and not additional garbage. Storing the buffer length.
    sql/ha_federated.h:
      added buffer length variable
    3b7c799f
ha_federated.h 11.2 KB