• unknown's avatar
    Bug#27015 s_query.q_append() called without s_query.reserve()? · cd36f9cf
    unknown authored
    there is a way to miss allocation for the punctuation marks,
    namely if (q == EOF) is true inside of append_identifier(), i.e in case names are not quoted
    (not by default).
    
    Replacing q_append with the method with reallocation if needed.
    
    
    sql/sql_base.cc:
      changing the method that uses reallocation if necessary
    cd36f9cf
sql_base.cc 212 KB