| 73 | } |
| 74 | |
| 75 | static String dumpPosition(const Position & position) |
| 76 | { |
| 77 | WriteBufferFromOwnString buf; |
| 78 | position.dump(buf); |
| 79 | return buf.str(); |
| 80 | } |
| 81 | |
| 82 | MaterializeMySQLSyncThread::MaterializeMySQLSyncThread( |
| 83 | ContextPtr context_, |
no test coverage detected