~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replication_services.h

MErge Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
   *
343
343
   * @param Pointer to the Session which issued the statement
344
344
   * @param Query string
345
 
   * @param Length of the query string
346
345
   */
347
 
  void rawStatement(Session *in_session, const char *in_query, size_t in_query_len);
 
346
  void rawStatement(Session *in_session, const std::string &query);
348
347
  /**
349
348
   * Returns the timestamp of the last Transaction which was sent to 
350
349
   * an applier.