~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Monty Taylor
  • Date: 2009-07-09 00:04:44 UTC
  • mto: (1093.1.9 captain)
  • mto: This revision was merged to the branch mainline in revision 1097.
  • Revision ID: mordred@inaugust.com-20090709000444-1jf6qw4gvyhdab1a
Got rid of #ifdef have utf8 stuff.

Show diffs side-by-side

added added

removed removed

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