~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/helper_methods.cc

  • Committer: Brian Aker
  • Date: 2010-02-03 21:54:38 UTC
  • mto: This revision was merged to the branch mainline in revision 1281.
  • Revision ID: brian@gaz-20100203215438-9ixkp214vio85mub
Fixing test cases/removed dead optimizer switches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
        case SHOW_INT_NOFLUSH: // the difference lies in refresh_status()
155
155
          end= int10_to_str((long) *(uint32_t*) value, buff, 10);
156
156
          break;
157
 
        case SHOW_HAVE:
158
 
        {
159
 
          SHOW_COMP_OPTION tmp_option= *(SHOW_COMP_OPTION *)value;
160
 
          pos= show_comp_option_name[(int) tmp_option];
161
 
          end= strchr(pos, '\0');
162
 
          break;
163
 
        }
164
157
        case SHOW_CHAR:
165
158
        {
166
159
          if (!(pos= value))