mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	Post-push fix of client/mysqltest.c oops.
This commit is contained in:
		@@ -33,18 +33,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#define MTEST_VERSION "3.2"
 | 
					#define MTEST_VERSION "3.2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <my_global.h>
 | 
					#include "client_priv.h"
 | 
				
			||||||
#include <mysql_embed.h>
 | 
					 | 
				
			||||||
#include <my_sys.h>
 | 
					 | 
				
			||||||
#include <m_string.h>
 | 
					 | 
				
			||||||
#include <mysql.h>
 | 
					 | 
				
			||||||
#include <mysql_version.h>
 | 
					#include <mysql_version.h>
 | 
				
			||||||
#include <mysqld_error.h>
 | 
					#include <mysqld_error.h>
 | 
				
			||||||
#include <errmsg.h>
 | 
					 | 
				
			||||||
#include <m_ctype.h>
 | 
					#include <m_ctype.h>
 | 
				
			||||||
#include <my_dir.h>
 | 
					#include <my_dir.h>
 | 
				
			||||||
#include <hash.h>
 | 
					#include <hash.h>
 | 
				
			||||||
#include <my_getopt.h>
 | 
					 | 
				
			||||||
#include <stdarg.h>
 | 
					#include <stdarg.h>
 | 
				
			||||||
#include <violite.h>
 | 
					#include <violite.h>
 | 
				
			||||||
#include "my_regex.h" /* Our own version of regex */
 | 
					#include "my_regex.h" /* Our own version of regex */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user