Removed useless spaces
Removed useless spaces
This commit is contained in:
		
				
					committed by
					
						
						Johan Wikman
					
				
			
			
				
	
			
			
			
						parent
						
							3f31f5548d
						
					
				
				
					commit
					43c5a495a2
				
			@ -2121,7 +2121,7 @@ char read_errmsg[BINLOG_ERROR_MSG_LEN+1];
 | 
				
			|||||||
			spinlock_release(&router->binlog_lock);
 | 
								spinlock_release(&router->binlog_lock);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			if ((cstate & CS_UPTODATE) == CS_UPTODATE)
 | 
								if ((cstate & CS_UPTODATE) == CS_UPTODATE)
 | 
				
			||||||
			{	
 | 
								{
 | 
				
			||||||
				MXS_NOTICE("%s: Slave %s:%d, server-id %d transition from up to date to catch-up in blr_slave_catchup, binlog file '%s', position %lu.",
 | 
									MXS_NOTICE("%s: Slave %s:%d, server-id %d transition from up to date to catch-up in blr_slave_catchup, binlog file '%s', position %lu.",
 | 
				
			||||||
					router->service->name,
 | 
										router->service->name,
 | 
				
			||||||
					slave->dcb->remote,
 | 
										slave->dcb->remote,
 | 
				
			||||||
@ -2260,7 +2260,7 @@ unsigned int cstate;
 | 
				
			|||||||
			spinlock_acquire(&router->binlog_lock);
 | 
								spinlock_acquire(&router->binlog_lock);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			do_return = 0;
 | 
								do_return = 0;
 | 
				
			||||||
			cstate = slave->cstate;	
 | 
								cstate = slave->cstate;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			/* check for a pending transaction and not rotating */
 | 
								/* check for a pending transaction and not rotating */
 | 
				
			||||||
			if (router->pending_transaction && strcmp(router->binlog_name, slave->binlogfile) == 0 &&
 | 
								if (router->pending_transaction && strcmp(router->binlog_name, slave->binlogfile) == 0 &&
 | 
				
			||||||
@ -2289,7 +2289,7 @@ unsigned int cstate;
 | 
				
			|||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			spinlock_acquire(&slave->catch_lock);
 | 
								spinlock_acquire(&slave->catch_lock);
 | 
				
			||||||
			cstate = slave->cstate;	
 | 
								cstate = slave->cstate;
 | 
				
			||||||
			slave->cstate &= ~(CS_UPTODATE|CS_EXPECTCB);
 | 
								slave->cstate &= ~(CS_UPTODATE|CS_EXPECTCB);
 | 
				
			||||||
			spinlock_release(&slave->catch_lock);
 | 
								spinlock_release(&slave->catch_lock);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user