mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	Merge mattiasj-laptop.(none):/home/mattiasj/clones/mysql-5.1-fixtopush
into mattiasj-laptop.(none):/home/mattiasj/clones/mysql-5.1-lastfinaltopush
This commit is contained in:
		| @@ -1866,7 +1866,7 @@ static int add_quoted_string(File fptr, const char *quotestr) | ||||
|   String escapedstr; | ||||
|   int err= add_string(fptr, "'"); | ||||
|   err+= append_escaped(&escapedstr, &orgstr); | ||||
|   err+= add_string(fptr, escapedstr.c_ptr()); | ||||
|   err+= add_string(fptr, escapedstr.c_ptr_safe()); | ||||
|   return err + add_string(fptr, "'"); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 mattiasj@mattiasj-laptop.(none)
					mattiasj@mattiasj-laptop.(none)