Skip to content

Commit bb49d47

Browse files
committed
Re-build out files
Signed-off-by: William Desportes <[email protected]>
1 parent ad6c5da commit bb49d47

File tree

91 files changed

+686
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+686
-102
lines changed

tests/data/bugs/gh14.out

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,6 @@
695695
"MODIFY": 1,
696696
"OPTIMIZE": 1,
697697
"ORDER": 1,
698-
"PARTITION": 1,
699698
"REBUILD": 1,
700699
"REMOVE": 1,
701700
"RENAME": 1,
@@ -711,6 +710,8 @@
711710
"FULLTEXT": 2,
712711
"KEY": 2,
713712
"KEYS": 2,
713+
"PARTITION": 2,
714+
"PARTITION BY": 2,
714715
"PARTITIONING": 2,
715716
"PRIMARY KEY": 2,
716717
"SPATIAL": 2,
@@ -782,6 +783,7 @@
782783
"function": null,
783784
"subquery": null
784785
},
786+
"partitions": null,
785787
"unknown": [
786788
{
787789
"@type": "@12"
@@ -889,7 +891,6 @@
889891
"MODIFY": 1,
890892
"OPTIMIZE": 1,
891893
"ORDER": 1,
892-
"PARTITION": 1,
893894
"REBUILD": 1,
894895
"REMOVE": 1,
895896
"RENAME": 1,
@@ -905,6 +906,8 @@
905906
"FULLTEXT": 2,
906907
"KEY": 2,
907908
"KEYS": 2,
909+
"PARTITION": 2,
910+
"PARTITION BY": 2,
908911
"PARTITIONING": 2,
909912
"PRIMARY KEY": 2,
910913
"SPATIAL": 2,
@@ -958,6 +961,7 @@
958961
}
959962
},
960963
"field": null,
964+
"partitions": null,
961965
"unknown": []
962966
}
963967
],

tests/data/bugs/gh16.out

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,6 +1699,14 @@
16991699
"UNION": [
17001700
21,
17011701
"var"
1702+
],
1703+
"PAGE_COMPRESSED": [
1704+
22,
1705+
"var"
1706+
],
1707+
"PAGE_COMPRESSION_LEVEL": [
1708+
23,
1709+
"var"
17021710
]
17031711
},
17041712
"FUNC_OPTIONS": {
@@ -1853,7 +1861,8 @@
18531861
],
18541862
"INVISIBLE": 13,
18551863
"ENFORCED": 14,
1856-
"NOT": 15
1864+
"NOT": 15,
1865+
"COMPRESSED": 16
18571866
},
18581867
"name": "id",
18591868
"isConstraint": null,
@@ -1952,7 +1961,8 @@
19521961
],
19531962
"INVISIBLE": 13,
19541963
"ENFORCED": 14,
1955-
"NOT": 15
1964+
"NOT": 15,
1965+
"COMPRESSED": 16
19561966
},
19571967
"name": "section_value",
19581968
"isConstraint": null,
@@ -2080,7 +2090,8 @@
20802090
],
20812091
"INVISIBLE": 13,
20822092
"ENFORCED": 14,
2083-
"NOT": 15
2093+
"NOT": 15,
2094+
"COMPRESSED": 16
20842095
},
20852096
"name": "value",
20862097
"isConstraint": null,
@@ -2208,7 +2219,8 @@
22082219
],
22092220
"INVISIBLE": 13,
22102221
"ENFORCED": 14,
2211-
"NOT": 15
2222+
"NOT": 15,
2223+
"COMPRESSED": 16
22122224
},
22132225
"name": "order_value",
22142226
"isConstraint": null,
@@ -2336,7 +2348,8 @@
23362348
],
23372349
"INVISIBLE": 13,
23382350
"ENFORCED": 14,
2339-
"NOT": 15
2351+
"NOT": 15,
2352+
"COMPRESSED": 16
23402353
},
23412354
"name": "name",
23422355
"isConstraint": null,
@@ -2464,7 +2477,8 @@
24642477
],
24652478
"INVISIBLE": 13,
24662479
"ENFORCED": 14,
2467-
"NOT": 15
2480+
"NOT": 15,
2481+
"COMPRESSED": 16
24682482
},
24692483
"name": "hidden",
24702484
"isConstraint": null,
@@ -2592,7 +2606,8 @@
25922606
],
25932607
"INVISIBLE": 13,
25942608
"ENFORCED": 14,
2595-
"NOT": 15
2609+
"NOT": 15,
2610+
"COMPRESSED": 16
25962611
},
25972612
"name": null,
25982613
"isConstraint": null,
@@ -2707,7 +2722,8 @@
27072722
],
27082723
"INVISIBLE": 13,
27092724
"ENFORCED": 14,
2710-
"NOT": 15
2725+
"NOT": 15,
2726+
"COMPRESSED": 16
27112727
},
27122728
"name": null,
27132729
"isConstraint": null,
@@ -2834,7 +2850,8 @@
28342850
],
28352851
"INVISIBLE": 13,
28362852
"ENFORCED": 14,
2837-
"NOT": 15
2853+
"NOT": 15,
2854+
"COMPRESSED": 16
28382855
},
28392856
"name": null,
28402857
"isConstraint": null,

tests/data/bugs/gh317.out

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@
587587
"MODIFY": 1,
588588
"OPTIMIZE": 1,
589589
"ORDER": 1,
590-
"PARTITION": 1,
591590
"REBUILD": 1,
592591
"REMOVE": 1,
593592
"RENAME": 1,
@@ -603,6 +602,8 @@
603602
"FULLTEXT": 2,
604603
"KEY": 2,
605604
"KEYS": 2,
605+
"PARTITION": 2,
606+
"PARTITION BY": 2,
606607
"PARTITIONING": 2,
607608
"PRIMARY KEY": 2,
608609
"SPATIAL": 2,
@@ -675,6 +676,7 @@
675676
"function": null,
676677
"subquery": null
677678
},
679+
"partitions": null,
678680
"unknown": [
679681
{
680682
"@type": "@14"

tests/data/bugs/gh9.out

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,6 +1612,14 @@
16121612
"UNION": [
16131613
21,
16141614
"var"
1615+
],
1616+
"PAGE_COMPRESSED": [
1617+
22,
1618+
"var"
1619+
],
1620+
"PAGE_COMPRESSION_LEVEL": [
1621+
23,
1622+
"var"
16151623
]
16161624
},
16171625
"FUNC_OPTIONS": {
@@ -1753,7 +1761,8 @@
17531761
],
17541762
"INVISIBLE": 13,
17551763
"ENFORCED": 14,
1756-
"NOT": 15
1764+
"NOT": 15,
1765+
"COMPRESSED": 16
17571766
},
17581767
"name": "uid",
17591768
"isConstraint": null,

tests/data/bugs/pma11843.out

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,14 @@
799799
"UNION": [
800800
21,
801801
"var"
802+
],
803+
"PAGE_COMPRESSED": [
804+
22,
805+
"var"
806+
],
807+
"PAGE_COMPRESSION_LEVEL": [
808+
23,
809+
"var"
802810
]
803811
},
804812
"FUNC_OPTIONS": {
@@ -940,7 +948,8 @@
940948
],
941949
"INVISIBLE": 13,
942950
"ENFORCED": 14,
943-
"NOT": 15
951+
"NOT": 15,
952+
"COMPRESSED": 16
944953
},
945954
"name": "id",
946955
"isConstraint": null,
@@ -1039,7 +1048,8 @@
10391048
],
10401049
"INVISIBLE": 13,
10411050
"ENFORCED": 14,
1042-
"NOT": 15
1051+
"NOT": 15,
1052+
"COMPRESSED": 16
10431053
},
10441054
"name": "created_at",
10451055
"isConstraint": null,

tests/data/parser/parseAlter.out

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,6 @@
668668
"MODIFY": 1,
669669
"OPTIMIZE": 1,
670670
"ORDER": 1,
671-
"PARTITION": 1,
672671
"REBUILD": 1,
673672
"REMOVE": 1,
674673
"RENAME": 1,
@@ -684,6 +683,8 @@
684683
"FULLTEXT": 2,
685684
"KEY": 2,
686685
"KEYS": 2,
686+
"PARTITION": 2,
687+
"PARTITION BY": 2,
687688
"PARTITIONING": 2,
688689
"PRIMARY KEY": 2,
689690
"SPATIAL": 2,
@@ -733,6 +734,7 @@
733734
}
734735
},
735736
"field": null,
737+
"partitions": null,
736738
"unknown": [
737739
{
738740
"@type": "@12"
@@ -819,7 +821,6 @@
819821
"MODIFY": 1,
820822
"OPTIMIZE": 1,
821823
"ORDER": 1,
822-
"PARTITION": 1,
823824
"REBUILD": 1,
824825
"REMOVE": 1,
825826
"RENAME": 1,
@@ -835,6 +836,8 @@
835836
"FULLTEXT": 2,
836837
"KEY": 2,
837838
"KEYS": 2,
839+
"PARTITION": 2,
840+
"PARTITION BY": 2,
838841
"PARTITIONING": 2,
839842
"PRIMARY KEY": 2,
840843
"SPATIAL": 2,
@@ -907,6 +910,7 @@
907910
"function": null,
908911
"subquery": null
909912
},
913+
"partitions": null,
910914
"unknown": [
911915
{
912916
"@type": "@23"

tests/data/parser/parseAlter10.out

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,6 @@
632632
"MODIFY": 1,
633633
"OPTIMIZE": 1,
634634
"ORDER": 1,
635-
"PARTITION": 1,
636635
"REBUILD": 1,
637636
"REMOVE": 1,
638637
"RENAME": 1,
@@ -648,6 +647,8 @@
648647
"FULLTEXT": 2,
649648
"KEY": 2,
650649
"KEYS": 2,
650+
"PARTITION": 2,
651+
"PARTITION BY": 2,
651652
"PARTITIONING": 2,
652653
"PRIMARY KEY": 2,
653654
"SPATIAL": 2,
@@ -719,6 +720,7 @@
719720
"function": null,
720721
"subquery": null
721722
},
723+
"partitions": null,
722724
"unknown": [
723725
{
724726
"@type": "@14"

tests/data/parser/parseAlter11.out

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,6 @@
668668
"MODIFY": 1,
669669
"OPTIMIZE": 1,
670670
"ORDER": 1,
671-
"PARTITION": 1,
672671
"REBUILD": 1,
673672
"REMOVE": 1,
674673
"RENAME": 1,
@@ -684,6 +683,8 @@
684683
"FULLTEXT": 2,
685684
"KEY": 2,
686685
"KEYS": 2,
686+
"PARTITION": 2,
687+
"PARTITION BY": 2,
687688
"PARTITIONING": 2,
688689
"PRIMARY KEY": 2,
689690
"SPATIAL": 2,
@@ -755,6 +756,7 @@
755756
"function": null,
756757
"subquery": null
757758
},
759+
"partitions": null,
758760
"unknown": [
759761
{
760762
"@type": "@12"

tests/data/parser/parseAlter12.out

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@
587587
"MODIFY": 1,
588588
"OPTIMIZE": 1,
589589
"ORDER": 1,
590-
"PARTITION": 1,
591590
"REBUILD": 1,
592591
"REMOVE": 1,
593592
"RENAME": 1,
@@ -603,6 +602,8 @@
603602
"FULLTEXT": 2,
604603
"KEY": 2,
605604
"KEYS": 2,
605+
"PARTITION": 2,
606+
"PARTITION BY": 2,
606607
"PARTITIONING": 2,
607608
"PRIMARY KEY": 2,
608609
"SPATIAL": 2,
@@ -674,6 +675,7 @@
674675
"function": null,
675676
"subquery": null
676677
},
678+
"partitions": null,
677679
"unknown": [
678680
{
679681
"@type": "@12"

tests/data/parser/parseAlter13.out

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,6 @@
614614
"MODIFY": 1,
615615
"OPTIMIZE": 1,
616616
"ORDER": 1,
617-
"PARTITION": 1,
618617
"REBUILD": 1,
619618
"REMOVE": 1,
620619
"RENAME": 1,
@@ -630,6 +629,8 @@
630629
"FULLTEXT": 2,
631630
"KEY": 2,
632631
"KEYS": 2,
632+
"PARTITION": 2,
633+
"PARTITION BY": 2,
633634
"PARTITIONING": 2,
634635
"PRIMARY KEY": 2,
635636
"SPATIAL": 2,
@@ -701,6 +702,7 @@
701702
"function": null,
702703
"subquery": null
703704
},
705+
"partitions": null,
704706
"unknown": [
705707
{
706708
"@type": "@12"

0 commit comments

Comments
 (0)