~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-12 16:41:20 UTC
  • mto: This revision was merged to the branch mainline in revision 2398.
  • Revision ID: olafvdspek@gmail.com-20110812164120-uu21idtt9a9sa92e
cppcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
1259
1259
process_options(void)
1260
1260
{
1261
1261
  struct stat sbuf;
1262
 
  uint32_t sql_type_count= 0;
1263
1262
  ssize_t bytes_read= 0;
1264
1263
  
1265
1264
  if (user.empty())
1343
1342
    option_cleanup(str);
1344
1343
  }
1345
1344
 
 
1345
  uint32_t sql_type_count= 0;
1346
1346
  if (not num_blob_cols_opt.empty())
1347
1347
  {
1348
1348
    OptionString *str;