~fm-projection+team/fm-projection/trunk

« back to all changes in this revision

Viewing changes to mysql/storage/fileman/RPCBrokerConnection.cpp

  • Committer: Jeff Apple
  • Date: 2013-01-21 18:30:12 UTC
  • Revision ID: jeff.apple@medsphere.com-20130121183012-k8xrv86c9r2yuteo
Let new versions of g++ compile this

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
 
239
239
  if (has_errors)
240
240
  {
241
 
    my_error(ER_CANNOT_USER, MYF(0), "XWB CREATE CONTEXT", context);
 
241
    my_error(ER_CANNOT_USER, MYF(0), "XWB CREATE CONTEXT", context.c_ptr_safe());
242
242
    return FALSE;
243
243
  }
244
244
  return TRUE;