mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			275 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			275 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| --source include/have_innodb.inc
 | |
| 
 | |
| --echo #
 | |
| --echo # Bug #19929435 DROP DATABASE HANGS WITH MALFORMED TABLE
 | |
| --echo #
 | |
| 
 | |
| set session default_storage_engine=innodb;
 | |
| create database `b`;
 | |
| use `b`;
 | |
| --error ER_WRONG_TABLE_NAME
 | |
| create table `#mysql50#q.q` select 1;
 | |
| drop database `b`;
 |