~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2010-12-18 02:06:13 UTC
  • Revision ID: brian@tangent.org-20101218020613-8lxhcvsy812bu960
Formatting + remove default from switch/case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1115
1115
    {
1116
1116
      if (item->max_length >= MAX_BLOB_WIDTH)
1117
1117
      {
1118
 
        blob_flag=1;
1119
 
        break;
 
1118
        blob_flag=1;
 
1119
        break;
1120
1120
      }
 
1121
 
1121
1122
      if (item->result_type() == STRING_RESULT)
1122
1123
        string_results= true;
1123
1124
      else