mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			391 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			391 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| --source include/have_geometry.inc
 | |
| --source include/have_debug.inc
 | |
| 
 | |
| SET @tmp=ST_GIS_DEBUG(1);
 | |
| 
 | |
| --source include/gis_debug.inc
 | |
| 
 | |
| 
 | |
| --echo #
 | |
| --echo # Start of 10.2 tests
 | |
| --echo #
 | |
| 
 | |
| --echo #
 | |
| --echo # MDEV-10134 Add full support for DEFAULT
 | |
| --echo #
 | |
| 
 | |
| --error ER_GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED
 | |
| CREATE TABLE t1 (a INT DEFAULT ST_GIS_DEBUG(1));
 | |
| 
 | |
| --echo #
 | |
| --echo # End of 10.2 tests
 | |
| --echo #
 |