mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	Switched to writing out table maps for tables that are locked when the first row in a statement is seen.
		
			
				
	
	
		
			10 lines
		
	
	
		
			321 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			321 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
connect (master,127.0.0.1,root,,test,$MASTER_MYPORT,);
 | 
						|
connect (master1,127.0.0.1,root,,test,$MASTER_MYPORT,);
 | 
						|
connect (slave,127.0.0.1,root,,test,$SLAVE_MYPORT,);
 | 
						|
connect (slave1,127.0.0.1,root,,test,$SLAVE_MYPORT,);
 | 
						|
 | 
						|
-- source include/master-slave-reset.inc
 | 
						|
 | 
						|
# Set the default connection to 'master'
 | 
						|
connection master;
 |