mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-24 07:13:33 +03:00 
			
		
		
		
	 bface97ecc
			
		
	
	bface97ecc
	
	
	
		
			
			- Client side readline functions unconditionally search for Unix '\n' line endings. In this case, the delimiter statement was set to '//\r' instead of the intended '//'. When removing the '\n' check for and remove preceeding '\r' character as well.
		
			
				
	
	
		
			2 lines
		
	
	
		
			13 B
		
	
	
	
		
			SQL
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			13 B
		
	
	
	
		
			SQL
		
	
	
		
			Executable File
		
	
	
	
	
| delimiter //
 |