~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/table.cc

Removed my_vsnprintf and my_snprintf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1961
1961
    char tmp[10];
1962
1962
    if (!csname || csname[0] =='?')
1963
1963
    {
1964
 
      my_snprintf(tmp, sizeof(tmp), "#%d", errarg);
 
1964
      snprintf(tmp, sizeof(tmp), "#%d", errarg);
1965
1965
      csname= tmp;
1966
1966
    }
1967
1967
    my_printf_error(ER_UNKNOWN_COLLATION,