~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

Merged trunk and use-std-unordred.

Show diffs side-by-side

added added

removed removed

Lines of Context:
542
542
  if (error < 0)
543
543
  {
544
544
    char buff[STRING_BUFFER_USUAL_SIZE];
545
 
    sprintf(buff, ER(ER_UPDATE_INFO), (ulong) found, (ulong) updated,
 
545
    snprintf(buff, sizeof(buff), ER(ER_UPDATE_INFO), (ulong) found, (ulong) updated,
546
546
            (ulong) session->cuted_fields);
547
547
    session->row_count_func= updated;
548
548
    /**