~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/multi_thread/multi_thread.cc

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
    if (max_threads > 4096 || max_threads < 1)
137
137
    {
138
138
      errmsg_printf(ERRMSG_LVL_ERROR, _("Invalid value for max-threads\n"));
139
 
      exit(-1);
 
139
      return 1;
140
140
    }
141
141
  }
142
142