Lines 4-9
Link Here
|
4 |
-- ------------------------------------------------------ |
4 |
-- ------------------------------------------------------ |
5 |
-- Server version 10.6.5-MariaDB-1:10.6.5+maria~focal |
5 |
-- Server version 10.6.5-MariaDB-1:10.6.5+maria~focal |
6 |
|
6 |
|
|
|
7 |
-- IMPORTANT NOTE: |
8 |
-- The lines with /*! are silently IGNORED when the web installer runs this |
9 |
-- file (in C4::Installer, using DBIx::RunSQL). |
10 |
-- The lines only work when you run this sql script directly with mysql. |
11 |
|
7 |
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; |
12 |
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; |
8 |
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; |
13 |
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; |
9 |
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; |
14 |
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; |
10 |
- |
|
|