~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_plugin.cc

  • Committer: Brian Aker
  • Date: 2008-08-10 17:18:41 UTC
  • mfrom: (287.3.13 codestyle)
  • Revision ID: brian@tangent.org-20080810171841-pkvi2ky94wbd0nt5
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1509
1509
                     &error, &error_len, &not_used);
1510
1510
    if (error_len)
1511
1511
    {
1512
 
      strmake(buff, error, min(sizeof(buff), error_len));
 
1512
      strmake(buff, error, min(sizeof(buff), (unsigned long)error_len));
1513
1513
      strvalue= buff;
1514
1514
      goto err;
1515
1515
    }