limit DEFAULT_CTX_ID of tenant_500 from 4G to 2G

This commit is contained in:
tushicheng
2023-09-28 02:09:45 +00:00
committed by ob-robot
parent 58a8ac5edc
commit 42f577e33d
96 changed files with 9489 additions and 9477 deletions

View File

@ -104,7 +104,7 @@ select * from
where rn = 1;
# mysql 8.0 window_function bug:
# aone:
# aone:
# select c_birth_month, c_birth_year, c_customer_sk, c_first_name,
#first_value(c_first_name) over (partition by c_birth_month order by c_birth_year, c_customer_sk),
# last_value(c_first_name) over (partition by c_birth_month order by c_birth_year, c_customer_sk) ,