mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 18:36:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			255 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			255 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| connection node_2;
 | |
| connection node_1;
 | |
| connection node_1;
 | |
| connection node_2;
 | |
| connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
 | |
| connection node_2a;
 | |
| CREATE TABLE t1 (f1 INTEGER PRIMARY KEY);
 | |
| connection node_2;
 | |
| SET GLOBAL wsrep_on=OFF;
 | |
| DROP TABLE t1;
 | 
