aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/test/data/ultraSlimDataTestWithVariables.json
blob: 1294c9e5100daa5d21aea1bd5da8c16ca7e157dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
    "vars": {
        "Test_var": {
            "d": true,
            "t": 2
        },
        "another-variable": {
            "d": false,
            "t": 1
        },
        "doc-variable_ok": {
            "d": true,
            "t": 3,
            "a": [
                {
                    "t": 1,
                    "u": 0
                },
                {
                    "t": 2,
                    "u": 1
                },
                {
                    "a": "anchorname",
                    "t": 2,
                    "u": 1
                }
            ]
        }
    },
    "version": 1,
    "types": {
        "1": "MYSQL",
        "2": "MARIADB"
    },
    "varTypes": {
        "1": "string",
        "2": "boolean",
        "3": "integer",
        "4": "numeric",
        "5": "enumeration",
        "6": "set",
        "7": "directory name",
        "8": "file name",
        "9": "byte"
    },
    "urls": [
        "https://dev.mysql.com/",
        "https://mariadb.com/"
    ]
}