~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.cc

Finished first pass at Protocol cleanup, still some things to remove but they are a bit more involved.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
    Also we likely need to lock mutex here (in both cases with protocol and
110
110
    push_warning).
111
111
  */
112
 
  protocol->prepare_for_resend();
 
112
  protocol->prepareForResend();
113
113
  protocol->store(name, length, system_charset_info);
114
114
  protocol->store(param->op_name, system_charset_info);
115
115
  protocol->store(msg_type, system_charset_info);