%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/waritko/db_backups/databaze/information_schema/
Upload File :
Create Path :
Current File : //home/waritko/db_backups/databaze/information_schema/VIEWS.sql

-- MySQL dump 10.14  Distrib 5.5.60-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: information_schema
-- ------------------------------------------------------
-- Server version	5.5.60-MariaDB

/*!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 utf8 */;
/*!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 `VIEWS`
--

DROP TABLE IF EXISTS `VIEWS`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TEMPORARY TABLE `VIEWS` (
  `TABLE_CATALOG` varchar(512) NOT NULL DEFAULT '',
  `TABLE_SCHEMA` varchar(64) NOT NULL DEFAULT '',
  `TABLE_NAME` varchar(64) NOT NULL DEFAULT '',
  `VIEW_DEFINITION` longtext NOT NULL,
  `CHECK_OPTION` varchar(8) NOT NULL DEFAULT '',
  `IS_UPDATABLE` varchar(3) NOT NULL DEFAULT '',
  `DEFINER` varchar(189) NOT NULL DEFAULT '',
  `SECURITY_TYPE` varchar(7) NOT NULL DEFAULT '',
  `CHARACTER_SET_CLIENT` varchar(32) NOT NULL DEFAULT '',
  `COLLATION_CONNECTION` varchar(32) NOT NULL DEFAULT ''
) ENGINE=Aria DEFAULT CHARSET=utf8 PAGE_CHECKSUM=0;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `VIEWS`
--

LOCK TABLES `VIEWS` WRITE;
/*!40000 ALTER TABLE `VIEWS` DISABLE KEYS */;
INSERT INTO `VIEWS` VALUES ('def','gnufm','Free_Scrobbles','select `s`.`userid` AS `userid`,`s`.`track` AS `track`,`s`.`artist` AS `artist`,`s`.`time` AS `time`,`s`.`mbid` AS `mbid`,`s`.`album` AS `album`,`s`.`source` AS `source`,`s`.`rating` AS `rating`,`s`.`length` AS `length` from ((`gnufm`.`Scrobbles` `s` join `gnufm`.`Scrobble_Track` `st` on((`s`.`stid` = `st`.`id`))) join `gnufm`.`Track` `t` on((`st`.`track` = `t`.`id`))) where (`t`.`streamable` = 1)','NONE','YES','gnufm@localhost','DEFINER','latin1','latin1_swedish_ci'),('def','monami_shop','gdpr','select `monami_shop`.`ps_customer`.`email` AS `mail`,`monami_shop`.`ps_customer`.`token` AS `token`,`monami_shop`.`ps_customer`.`agreement` AS `agreement`,\'ps\' AS `source` from `monami_shop`.`ps_customer` union select `monami_shop`.`akce`.`mail` AS `mail`,`monami_shop`.`akce`.`token` AS `token`,`monami_shop`.`akce`.`agreement` AS `agreement`,\'akce\' AS `source` from `monami_shop`.`akce`','NONE','NO','root@localhost','DEFINER','utf8mb4','utf8mb4_general_ci'),('def','monami_shop','w_sale_price','select `monami_shop`.`ps_specific_price`.`id_product` AS `id_product`,`monami_shop`.`ps_specific_price`.`reduction` AS `reduction` from `monami_shop`.`ps_specific_price` where (`monami_shop`.`ps_specific_price`.`id_specific_price_rule` = 0)','NONE','YES','root@127.0.0.1','DEFINER','utf8mb4','utf8mb4_general_ci'),('def','monami_shop_beta','w_sale_price','select `monami_shop_beta`.`ps_specific_price`.`id_product` AS `id_product`,`monami_shop_beta`.`ps_specific_price`.`reduction` AS `reduction` from `monami_shop_beta`.`ps_specific_price` where (`monami_shop_beta`.`ps_specific_price`.`id_specific_price_rule` = 0)','NONE','YES','root@localhost','DEFINER','utf8mb4','utf8mb4_general_ci'),('def','policyd','HumanSessionTracking','select from_unixtime(`policyd`.`session_tracking`.`UnixTimestamp`) AS `humandate`,`policyd`.`session_tracking`.`Instance` AS `Instance`,`policyd`.`session_tracking`.`QueueID` AS `QueueID`,`policyd`.`session_tracking`.`UnixTimestamp` AS `UnixTimestamp`,`policyd`.`session_tracking`.`ClientAddress` AS `ClientAddress`,`policyd`.`session_tracking`.`ClientName` AS `ClientName`,`policyd`.`session_tracking`.`ClientReverseName` AS `ClientReverseName`,`policyd`.`session_tracking`.`Protocol` AS `Protocol`,`policyd`.`session_tracking`.`EncryptionProtocol` AS `EncryptionProtocol`,`policyd`.`session_tracking`.`EncryptionCipher` AS `EncryptionCipher`,`policyd`.`session_tracking`.`EncryptionKeySize` AS `EncryptionKeySize`,`policyd`.`session_tracking`.`SASLMethod` AS `SASLMethod`,`policyd`.`session_tracking`.`SASLSender` AS `SASLSender`,`policyd`.`session_tracking`.`SASLUsername` AS `SASLUsername`,`policyd`.`session_tracking`.`Helo` AS `Helo`,`policyd`.`session_tracking`.`Sender` AS `Sender`,`policyd`.`session_tracking`.`Size` AS `Size`,`policyd`.`session_tracking`.`RecipientData` AS `RecipientData` from `policyd`.`session_tracking`','NONE','YES','root@localhost','DEFINER','utf8mb4','utf8mb4_general_ci'),('def','practiscore','auditLog','select `alr`.`id` AS `id`,`alr`.`shooter` AS `shooter`,`s`.`match` AS `match`,`u`.`name` AS `user`,`alr`.`time` AS `time`,`alr`.`column` AS `column`,`alr`.`oldValue` AS `oldValue`,`alr`.`newValue` AS `newValue` from ((`practiscore`.`auditLogRaw` `alr` join `practiscore`.`shooters` `s` on((`s`.`id` = `alr`.`shooter`))) join `practiscore`.`users` `u` on((`u`.`id` = `alr`.`user`)))','NONE','YES','root@localhost','DEFINER','utf8mb4','utf8mb4_general_ci'),('def','suiteshooters','displayResults','select `suiteshooters`.`results`.`id` AS `id`,`suiteshooters`.`results`.`event` AS `event`,`suiteshooters`.`results`.`user` AS `user`,`suiteshooters`.`results`.`stage` AS `stage`,`suiteshooters`.`results`.`time` AS `time`,`suiteshooters`.`results`.`popper` AS `popper`,`suiteshooters`.`results`.`alpha` AS `alpha`,`suiteshooters`.`results`.`charlie` AS `charlie`,`suiteshooters`.`results`.`delta` AS `delta`,`suiteshooters`.`results`.`miss` AS `miss`,`suiteshooters`.`results`.`missPopper` AS `missPopper`,`suiteshooters`.`results`.`noshoot` AS `noshoot`,`suiteshooters`.`results`.`proc` AS `proc`,((((((`suiteshooters`.`results`.`time` + `suiteshooters`.`results`.`charlie`) + (2 * `suiteshooters`.`results`.`delta`)) + (3 * `suiteshooters`.`results`.`proc`)) + (5 * `suiteshooters`.`results`.`miss`)) + (10 * `suiteshooters`.`results`.`missPopper`)) + (10 * `suiteshooters`.`results`.`noshoot`)) AS `totalTime` from `suiteshooters`.`results`','NONE','YES','root@localhost','DEFINER','utf8mb4','utf8mb4_general_ci'),('def','suiteshooters','ipscDisplayResults','select `suiteshooters`.`results`.`id` AS `id`,`suiteshooters`.`results`.`event` AS `event`,`suiteshooters`.`results`.`user` AS `user`,`suiteshooters`.`results`.`stage` AS `stage`,`suiteshooters`.`results`.`time` AS `time`,`suiteshooters`.`results`.`popper` AS `popper`,`suiteshooters`.`results`.`alpha` AS `alpha`,`suiteshooters`.`results`.`charlie` AS `charlie`,`suiteshooters`.`results`.`delta` AS `delta`,`suiteshooters`.`results`.`miss` AS `miss`,`suiteshooters`.`results`.`missPopper` AS `missPopper`,`suiteshooters`.`results`.`noshoot` AS `noshoot`,`suiteshooters`.`results`.`proc` AS `proc`,greatest(((((((((`suiteshooters`.`results`.`alpha` * 5) + (`suiteshooters`.`results`.`charlie` * 4)) + (`suiteshooters`.`results`.`delta` * 2)) + (`suiteshooters`.`results`.`popper` * 5)) - (`suiteshooters`.`results`.`miss` * 10)) - (`suiteshooters`.`results`.`noshoot` * 10)) - (`suiteshooters`.`results`.`proc` * 10)) - (`suiteshooters`.`results`.`missPopper` * 10)),0) AS `majorPoints`,greatest(((((((((`suiteshooters`.`results`.`alpha` * 5) + (`suiteshooters`.`results`.`charlie` * 3)) + (`suiteshooters`.`results`.`delta` * 1)) + (`suiteshooters`.`results`.`popper` * 5)) - (`suiteshooters`.`results`.`miss` * 10)) - (`suiteshooters`.`results`.`noshoot` * 10)) - (`suiteshooters`.`results`.`proc` * 10)) - (`suiteshooters`.`results`.`missPopper` * 10)),0) AS `minorPoints`,greatest((((((((((`suiteshooters`.`results`.`alpha` * 5) + (`suiteshooters`.`results`.`charlie` * 4)) + (`suiteshooters`.`results`.`delta` * 2)) + (`suiteshooters`.`results`.`popper` * 5)) - (`suiteshooters`.`results`.`miss` * 10)) - (`suiteshooters`.`results`.`noshoot` * 10)) - (`suiteshooters`.`results`.`proc` * 10)) - (`suiteshooters`.`results`.`missPopper` * 10)) / `suiteshooters`.`results`.`time`),0) AS `majorHitRating`,greatest((((((((((`suiteshooters`.`results`.`alpha` * 5) + (`suiteshooters`.`results`.`charlie` * 3)) + (`suiteshooters`.`results`.`delta` * 1)) + (`suiteshooters`.`results`.`popper` * 5)) - (`suiteshooters`.`results`.`miss` * 10)) - (`suiteshooters`.`results`.`noshoot` * 10)) - (`suiteshooters`.`results`.`proc` * 10)) - (`suiteshooters`.`results`.`missPopper` * 10)) / `suiteshooters`.`results`.`time`),0) AS `minorHitRating`,((`suiteshooters`.`stages`.`poppers` * 5) + (`suiteshooters`.`stages`.`targets` * 5)) AS `maxStagePoints` from (`suiteshooters`.`results` join `suiteshooters`.`stages` on((`suiteshooters`.`results`.`stage` = `suiteshooters`.`stages`.`id`)))','NONE','YES','root@127.0.0.1','DEFINER','utf8mb4','utf8mb4_general_ci');
/*!40000 ALTER TABLE `VIEWS` 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 2018-11-09  4:25:21

Zerion Mini Shell 1.0