%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/985914/root/backups/db_backups/mysql/db.old/information_schema/
Upload File :
Create Path :
Current File : //proc/985914/root/backups/db_backups/mysql/db.old/information_schema/PLUGINS.sql

/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.6.22-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: information_schema
-- ------------------------------------------------------
-- Server version	10.6.22-MariaDB-0ubuntu0.22.04.1

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `PLUGINS`
--

DROP TABLE IF EXISTS `PLUGINS`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TEMPORARY TABLE `PLUGINS` (
  `PLUGIN_NAME` varchar(64) NOT NULL,
  `PLUGIN_VERSION` varchar(20) NOT NULL,
  `PLUGIN_STATUS` varchar(16) NOT NULL,
  `PLUGIN_TYPE` varchar(80) NOT NULL,
  `PLUGIN_TYPE_VERSION` varchar(20) NOT NULL,
  `PLUGIN_LIBRARY` varchar(64),
  `PLUGIN_LIBRARY_VERSION` varchar(20),
  `PLUGIN_AUTHOR` varchar(64),
  `PLUGIN_DESCRIPTION` longtext,
  `PLUGIN_LICENSE` varchar(80) NOT NULL,
  `LOAD_OPTION` varchar(64) NOT NULL,
  `PLUGIN_MATURITY` varchar(12) NOT NULL,
  `PLUGIN_AUTH_VERSION` varchar(80)
) ENGINE=Aria DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci PAGE_CHECKSUM=0;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `PLUGINS`
--

LOCK TABLES `PLUGINS` WRITE;
/*!40000 ALTER TABLE `PLUGINS` DISABLE KEYS */;
INSERT INTO `PLUGINS` VALUES ('binlog','1.0','ACTIVE','STORAGE ENGINE','100622.0',NULL,NULL,'MySQL AB','This is a pseudo storage engine to represent the binlog in a transaction','GPL','FORCE','Stable','1.0'),('mysql_native_password','1.0','ACTIVE','AUTHENTICATION','2.2',NULL,NULL,'R.J.Silk, Sergei Golubchik','Native MySQL authentication','GPL','FORCE','Stable','1.0'),('mysql_old_password','1.0','ACTIVE','AUTHENTICATION','2.2',NULL,NULL,'R.J.Silk, Sergei Golubchik','Old MySQL-4.0 authentication','GPL','FORCE','Stable','1.0'),('CSV','1.0','ACTIVE','STORAGE ENGINE','100622.0',NULL,NULL,'Brian Aker, MySQL AB','Stores tables as CSV files','GPL','FORCE','Stable','1.0'),('MEMORY','1.0','ACTIVE','STORAGE ENGINE','100622.0',NULL,NULL,'MySQL AB','Hash based, stored in memory, useful for temporary tables','GPL','FORCE','Stable','1.0'),('Aria','1.5','ACTIVE','STORAGE ENGINE','100622.0',NULL,NULL,'MariaDB Corporation Ab','Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables','GPL','FORCE','Stable','1.5'),('MyISAM','1.0','ACTIVE','STORAGE ENGINE','100622.0',NULL,NULL,'MySQL AB','Non-transactional engine with good performance and small data footprint','GPL','FORCE','Stable','1.0'),('MRG_MyISAM','1.0','ACTIVE','STORAGE ENGINE','100622.0',NULL,NULL,'MySQL AB','Collection of identical MyISAM tables','GPL','FORCE','Stable','1.0'),('SPATIAL_REF_SYS','1.0','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'MariaDB','Lists all geometry columns','GPL','FORCE','Stable','1.0'),('GEOMETRY_COLUMNS','1.0','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'MariaDB','Lists all geometry columns','GPL','FORCE','Stable','1.0'),('inet6','1.0','ACTIVE','DATA TYPE','100622.0',NULL,NULL,'MariaDB Corporation','Data type INET6','GPL','FORCE','Stable','1.0'),('inet_aton','1.0','ACTIVE','FUNCTION','100622.0',NULL,NULL,'MariaDB Corporation','Function INET_ATON()','GPL','FORCE','Stable','1.0'),('inet_ntoa','1.0','ACTIVE','FUNCTION','100622.0',NULL,NULL,'MariaDB Corporation','Function INET_NTOA()','GPL','FORCE','Stable','1.0'),('inet6_aton','1.0','ACTIVE','FUNCTION','100622.0',NULL,NULL,'MariaDB Corporation','Function INET6_ATON()','GPL','FORCE','Stable','1.0'),('inet6_ntoa','1.0','ACTIVE','FUNCTION','100622.0',NULL,NULL,'MariaDB Corporation','Function INET6_NTOA()','GPL','FORCE','Stable','1.0'),('is_ipv4','1.0','ACTIVE','FUNCTION','100622.0',NULL,NULL,'MariaDB Corporation','Function IS_IPV4()','GPL','FORCE','Stable','1.0'),('is_ipv6','1.0','ACTIVE','FUNCTION','100622.0',NULL,NULL,'MariaDB Corporation','Function IS_IPV6()','GPL','FORCE','Stable','1.0'),('is_ipv4_compat','1.0','ACTIVE','FUNCTION','100622.0',NULL,NULL,'MariaDB Corporation','Function IS_IPV4_COMPAT()','GPL','FORCE','Stable','1.0'),('is_ipv4_mapped','1.0','ACTIVE','FUNCTION','100622.0',NULL,NULL,'MariaDB Corporation','Function IS_IPV4_MAPPED()','GPL','FORCE','Stable','1.0'),('CLIENT_STATISTICS','2.0','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Percona and Sergei Golubchik','Client Statistics','GPL','FORCE','Stable','2.0'),('INDEX_STATISTICS','2.0','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Percona and Sergei Golubchik','Index Statistics','GPL','FORCE','Stable','2.0'),('TABLE_STATISTICS','2.0','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Percona and Sergei Golubchik','Table Statistics','GPL','FORCE','Stable','2.0'),('USER_STATISTICS','2.0','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Percona and Sergei Golubchik','User Statistics','GPL','FORCE','Stable','2.0'),('wsrep','1.0','ACTIVE','REPLICATION','2.0',NULL,NULL,'Codership Oy','Wsrep replication plugin','GPL','FORCE','Stable','1.0'),('SQL_SEQUENCE','1.0','ACTIVE','STORAGE ENGINE','100622.0',NULL,NULL,'jianwei.zhao @ Aliyun & Monty @ MariaDB corp','Sequence Storage Engine for CREATE SEQUENCE','GPL','FORCE','Stable','1.0'),('InnoDB','10.6','ACTIVE','STORAGE ENGINE','100622.0',NULL,NULL,'Oracle Corporation','Supports transactions, row-level locking, foreign keys and encryption for tables','GPL','ON','Stable','10.6.22'),('INNODB_TRX','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB transactions','GPL','ON','Stable','10.6.22'),('INNODB_LOCKS','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB conflicting locks','GPL','ON','Stable','10.6.22'),('INNODB_LOCK_WAITS','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB which lock is blocking which','GPL','ON','Stable','10.6.22'),('INNODB_CMP','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','Statistics for the InnoDB compression','GPL','ON','Stable','10.6.22'),('INNODB_CMP_RESET','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','Statistics for the InnoDB compression; reset cumulated counts','GPL','ON','Stable','10.6.22'),('INNODB_CMPMEM','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','Statistics for the InnoDB compressed buffer pool','GPL','ON','Stable','10.6.22'),('INNODB_CMPMEM_RESET','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','Statistics for the InnoDB compressed buffer pool; reset cumulated counts','GPL','ON','Stable','10.6.22'),('INNODB_CMP_PER_INDEX','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','Statistics for the InnoDB compression (per index)','GPL','ON','Stable','10.6.22'),('INNODB_CMP_PER_INDEX_RESET','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','Statistics for the InnoDB compression (per index); reset cumulated counts','GPL','ON','Stable','10.6.22'),('INNODB_BUFFER_PAGE','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB Buffer Page Information','GPL','ON','Stable','10.6.22'),('INNODB_BUFFER_PAGE_LRU','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB Buffer Page in LRU','GPL','ON','Stable','10.6.22'),('INNODB_BUFFER_POOL_STATS','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB Buffer Pool Statistics Information ','GPL','ON','Stable','10.6.22'),('INNODB_METRICS','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB Metrics Info','GPL','ON','Stable','10.6.22'),('INNODB_FT_DEFAULT_STOPWORD','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','Default stopword list for InnoDB Full Text Search','GPL','ON','Stable','10.6.22'),('INNODB_FT_DELETED','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','INNODB AUXILIARY FTS DELETED TABLE','GPL','ON','Stable','10.6.22'),('INNODB_FT_BEING_DELETED','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','INNODB AUXILIARY FTS BEING DELETED TABLE','GPL','ON','Stable','10.6.22'),('INNODB_FT_CONFIG','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','INNODB AUXILIARY FTS CONFIG TABLE','GPL','ON','Stable','10.6.22'),('INNODB_FT_INDEX_CACHE','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','INNODB AUXILIARY FTS INDEX CACHED','GPL','ON','Stable','10.6.22'),('INNODB_FT_INDEX_TABLE','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','INNODB AUXILIARY FTS INDEX TABLE','GPL','ON','Stable','10.6.22'),('INNODB_SYS_TABLES','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB SYS_TABLES','GPL','ON','Stable','10.6.22'),('INNODB_SYS_TABLESTATS','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB SYS_TABLESTATS','GPL','ON','Stable','10.6.22'),('INNODB_SYS_INDEXES','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB SYS_INDEXES','GPL','ON','Stable','10.6.22'),('INNODB_SYS_COLUMNS','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB SYS_COLUMNS','GPL','ON','Stable','10.6.22'),('INNODB_SYS_FIELDS','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB SYS_FIELDS','GPL','ON','Stable','10.6.22'),('INNODB_SYS_FOREIGN','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB SYS_FOREIGN','GPL','ON','Stable','10.6.22'),('INNODB_SYS_FOREIGN_COLS','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB SYS_FOREIGN_COLS','GPL','ON','Stable','10.6.22'),('INNODB_SYS_TABLESPACES','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB tablespaces','GPL','ON','Stable','10.6.22'),('INNODB_SYS_VIRTUAL','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Oracle Corporation','InnoDB SYS_VIRTUAL','GPL','ON','Stable','10.6.22'),('INNODB_TABLESPACES_ENCRYPTION','10.6','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Google Inc','InnoDB TABLESPACES_ENCRYPTION','BSD','ON','Stable','10.6.22'),('PERFORMANCE_SCHEMA','0.1','ACTIVE','STORAGE ENGINE','100622.0',NULL,NULL,'Marc Alff, Oracle','Performance Schema','GPL','FORCE','Stable','5.7.31'),('SEQUENCE','1.0','ACTIVE','STORAGE ENGINE','100622.0',NULL,NULL,'Sergei Golubchik','Generated tables filled with sequential values','GPL','ON','Stable','0.1'),('unix_socket','1.0','ACTIVE','AUTHENTICATION','2.2',NULL,NULL,'Sergei Golubchik','Unix Socket based authentication','GPL','ON','Stable','1.0'),('FEEDBACK','1.1','DISABLED','INFORMATION SCHEMA','100622.0',NULL,NULL,'Sergei Golubchik','MariaDB User Feedback Plugin','GPL','OFF','Stable','1.1'),('user_variables','1.0','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Sergey Vojtovich','User-defined variables','GPL','ON','Stable','1.0'),('THREAD_POOL_GROUPS','1.0','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Vladislav Vaintroub','Provides information about threadpool groups.','GPL','ON','Stable','1.0'),('THREAD_POOL_QUEUES','1.0','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Vladislav Vaintroub','Provides information about threadpool queues.','GPL','ON','Stable','1.0'),('THREAD_POOL_STATS','1.0','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Vladislav Vaintroub','Provides performance counter information for threadpool.','GPL','ON','Stable','1.0'),('THREAD_POOL_WAITS','1.0','ACTIVE','INFORMATION SCHEMA','100622.0',NULL,NULL,'Vladislav Vaintroub','Provides wait counters for threadpool.','GPL','ON','Stable','1.0'),('partition','1.0','ACTIVE','STORAGE ENGINE','100622.0',NULL,NULL,'Mikael Ronstrom, MySQL AB','Partition Storage Engine Helper','GPL','ON','Stable','1.0'),('FEDERATED','1.0','ACTIVE','STORAGE ENGINE','100622.0','ha_federated.so','1.14','Patrick Galbraith and Brian Aker, MySQL AB','Allows accessing tables on other MariaDB servers','GPL','ON','Gamma','1.0'),('BLACKHOLE','1.0','ACTIVE','STORAGE ENGINE','100622.0','ha_blackhole.so','1.14','MySQL AB','/dev/null storage engine (anything you write to it disappears)','GPL','ON','Stable','1.0'),('ARCHIVE','3.0','ACTIVE','STORAGE ENGINE','100622.0','ha_archive.so','1.14','Brian Aker, MySQL AB','gzip-compresses tables for a low storage footprint','GPL','ON','Stable','1.0');
/*!40000 ALTER TABLE `PLUGINS` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2025-08-29  4:10:10

Zerion Mini Shell 1.0