Call alloc() instead of realloc()
Use alloc() if we don't need original string (avoid copy) Removed not needed test of str_length in sql_string.cc
Showing
Please register or sign in to comment
Use alloc() if we don't need original string (avoid copy) Removed not needed test of str_length in sql_string.cc