mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			187 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			187 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| --source include/galera_cluster.inc
 | |
| 
 | |
| SET SESSION binlog_format=STATEMENT;
 | |
| CREATE TEMPORARY TABLE t (i INT) UNION=(t);
 | |
| ALTER TABLE t ADD extrac CHAR(1);
 | |
| SHOW CREATE TABLE t;
 | |
| DROP TABLE t;
 | 
