Skip to content

Commit

Permalink
Add new MariaDB sandbox mode into test data
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 10, 2024
1 parent ba952bf commit e9ef5d7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions samples/empty/database.sql
Original file line number Diff line number Diff line change
@@ -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 */;
Expand Down
1 change: 1 addition & 0 deletions samples/empty/events.sql
Original file line number Diff line number Diff line change
@@ -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 */;
Expand Down
2 changes: 1 addition & 1 deletion samples/empty/grants.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@

;
1 change: 1 addition & 0 deletions samples/empty/routines.sql
Original file line number Diff line number Diff line change
@@ -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 */;
Expand Down
1 change: 1 addition & 0 deletions samples/empty/structure.sql
Original file line number Diff line number Diff line change
@@ -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 */;
Expand Down
1 change: 1 addition & 0 deletions samples/empty/triggers.sql
Original file line number Diff line number Diff line change
@@ -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 */;
Expand Down
1 change: 1 addition & 0 deletions samples/empty/users.sql
Original file line number Diff line number Diff line change
@@ -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 */;
Expand Down

0 comments on commit e9ef5d7

Please sign in to comment.