mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
1695fc4532
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;
|
|
}
|