~percona-dev/percona-playback/light

« back to all changes in this revision

Viewing changes to src/reader.cc

  • Committer: Oleg Tsarev
  • Date: 2011-05-04 21:38:59 UTC
  • mfrom: (108.1.18 sbt)
  • Revision ID: oleg.tsarev@percona.com-20110504213859-pw1mgjmuj9gz44vb
merge split_by_transaction

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
{
35
35
  m_queue.stop();
36
36
}
37
 
void Reader::wait()
 
37
void Reader::join()
38
38
{
39
39
  m_thread.join();
40
40
}