mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 12:56:14 +01:00 
			
		
		
		
	mysql-test/r/create_or_replace.result: Added test case mysql-test/t/create_or_replace.test: Added test case sql/sql_base.cc: Downgrade locks in LOCK TABLES + CREATE TABLE OR REPLACE sql/sql_table.cc: Downgrade locks in LOCK TABLES + CREATE TABLE OR REPLACE
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			184 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			184 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
if (!`SELECT count(*) FROM information_schema.plugins WHERE
 | 
						|
      (PLUGIN_STATUS = 'ACTIVE') AND PLUGIN_NAME = 'METADATA_LOCK_INFO'`){
 | 
						|
  skip Need archive METADATA_LOCK_INFO plugin;
 | 
						|
}
 |