Merging upstream version 12.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
fffa0d5761
commit
62b2b24d3b
100 changed files with 35022 additions and 30936 deletions
16
tests/fixtures/optimizer/tpc-ds/tpc-ds.sql
vendored
16
tests/fixtures/optimizer/tpc-ds/tpc-ds.sql
vendored
|
@ -6385,6 +6385,14 @@ WITH "tmp1" AS (
|
|||
"item"."i_brand" IN ('amalgimporto #1', 'edu packscholar #1', 'exportiimporto #1', 'importoamalg #1')
|
||||
OR "item"."i_class" IN ('personal', 'portable', 'reference', 'self-help')
|
||||
)
|
||||
AND (
|
||||
"item"."i_brand" IN ('scholaramalgamalg #14', 'scholaramalgamalg #7', 'exportiunivamalg #9', 'scholaramalgamalg #9')
|
||||
OR "item"."i_category" IN ('Women', 'Music', 'Men')
|
||||
)
|
||||
AND (
|
||||
"item"."i_brand" IN ('scholaramalgamalg #14', 'scholaramalgamalg #7', 'exportiunivamalg #9', 'scholaramalgamalg #9')
|
||||
OR "item"."i_class" IN ('accessories', 'classical', 'fragrances', 'pants')
|
||||
)
|
||||
AND (
|
||||
"item"."i_category" IN ('Books', 'Children', 'Electronics')
|
||||
OR "item"."i_category" IN ('Women', 'Music', 'Men')
|
||||
|
@ -7589,6 +7597,14 @@ WITH "tmp1" AS (
|
|||
"item"."i_brand" IN ('amalgimporto #1', 'edu packscholar #1', 'exportiimporto #1', 'importoamalg #1')
|
||||
OR "item"."i_class" IN ('personal', 'portable', 'reference', 'self-help')
|
||||
)
|
||||
AND (
|
||||
"item"."i_brand" IN ('scholaramalgamalg #14', 'scholaramalgamalg #7', 'exportiunivamalg #9', 'scholaramalgamalg #9')
|
||||
OR "item"."i_category" IN ('Women', 'Music', 'Men')
|
||||
)
|
||||
AND (
|
||||
"item"."i_brand" IN ('scholaramalgamalg #14', 'scholaramalgamalg #7', 'exportiunivamalg #9', 'scholaramalgamalg #9')
|
||||
OR "item"."i_class" IN ('accessories', 'classical', 'fragrances', 'pants')
|
||||
)
|
||||
AND (
|
||||
"item"."i_category" IN ('Books', 'Children', 'Electronics')
|
||||
OR "item"."i_category" IN ('Women', 'Music', 'Men')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue