Merge branch '2.3' into develop
This commit is contained in:
		@ -376,7 +376,8 @@ bool notify_cb(DCB* dcb, void* data)
 | 
			
		||||
 | 
			
		||||
    if (dcb->service == service && dcb->role == DCB::Role::CLIENT)
 | 
			
		||||
    {
 | 
			
		||||
        poll_fake_write_event(dcb);
 | 
			
		||||
        auto session = (AvroSession*)dcb->session->router_session;
 | 
			
		||||
        session->queue_client_callback();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    return true;
 | 
			
		||||
 | 
			
		||||
@ -173,6 +173,8 @@ public:
 | 
			
		||||
     */
 | 
			
		||||
    int routeQuery(GWBUF* buffer);
 | 
			
		||||
 | 
			
		||||
    void queue_client_callback();
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    AvroSession(Avro* instance, MXS_SESSION* session);
 | 
			
		||||
 | 
			
		||||
@ -186,7 +188,6 @@ private:
 | 
			
		||||
    bool stream_data();
 | 
			
		||||
    void rotate_avro_file(std::string fullname);
 | 
			
		||||
    void client_callback();
 | 
			
		||||
    void queue_client_callback();
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
void read_table_info(uint8_t* ptr,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user