From e9ef5d792e0d953f21c8561357bd69dacea3b5c4 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 10 Jul 2024 11:16:52 +0200 Subject: [PATCH] Add new MariaDB sandbox mode into test data --- samples/empty/database.sql | 1 + samples/empty/events.sql | 1 + samples/empty/grants.sql | 2 +- samples/empty/routines.sql | 1 + samples/empty/structure.sql | 1 + samples/empty/triggers.sql | 1 + samples/empty/users.sql | 1 + 7 files changed, 7 insertions(+), 1 deletion(-) diff --git a/samples/empty/database.sql b/samples/empty/database.sql index a59055a..c642fd0 100755 --- a/samples/empty/database.sql +++ b/samples/empty/database.sql @@ -1,3 +1,4 @@ +/*!999999\- enable the sandbox mode */ /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; diff --git a/samples/empty/events.sql b/samples/empty/events.sql index 2c4f7de..22b2b02 100755 --- a/samples/empty/events.sql +++ b/samples/empty/events.sql @@ -1,3 +1,4 @@ +/*!999999\- enable the sandbox mode */ /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; diff --git a/samples/empty/grants.sql b/samples/empty/grants.sql index 8b13789..092bc2b 100755 --- a/samples/empty/grants.sql +++ b/samples/empty/grants.sql @@ -1 +1 @@ - +; diff --git a/samples/empty/routines.sql b/samples/empty/routines.sql index 2c4f7de..22b2b02 100755 --- a/samples/empty/routines.sql +++ b/samples/empty/routines.sql @@ -1,3 +1,4 @@ +/*!999999\- enable the sandbox mode */ /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; diff --git a/samples/empty/structure.sql b/samples/empty/structure.sql index f20991e..b9fd775 100755 --- a/samples/empty/structure.sql +++ b/samples/empty/structure.sql @@ -1,3 +1,4 @@ +/*!999999\- enable the sandbox mode */ /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; diff --git a/samples/empty/triggers.sql b/samples/empty/triggers.sql index 2c4f7de..22b2b02 100755 --- a/samples/empty/triggers.sql +++ b/samples/empty/triggers.sql @@ -1,3 +1,4 @@ +/*!999999\- enable the sandbox mode */ /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; diff --git a/samples/empty/users.sql b/samples/empty/users.sql index 760e6a4..8403a36 100755 --- a/samples/empty/users.sql +++ b/samples/empty/users.sql @@ -1,3 +1,4 @@ +/*!999999\- enable the sandbox mode */ /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;