~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

Merge Monty's remove-charset-macros branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1250
1250
             pos != end ;
1251
1251
             pos++)
1252
1252
        {
1253
 
#ifdef USE_MB
1254
1253
          if (use_mb(res_charset))
1255
1254
          {
1256
1255
            int l;
1260
1259
              continue;
1261
1260
            }
1262
1261
          }
1263
 
#endif
1264
1262
 
1265
1263
          /*
1266
1264
            Special case when dumping BINARY/VARBINARY/BLOB values