You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
from mysql/mysql_server:sql/sql_optimizer.cc
we can see the braces is deleted in the commit,But through this submission, we can find that another function is used instead of Query_block->braces
Describe the solution you'd like
adapt the code for MySQL 8.0
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
DandreChen
changed the title
feature(StoneDB 8.0): sl->braces is deleted by MySQL 8.0
feature(StoneDB 8.0): Query_block->braces is deleted by MySQL 8.0
Sep 27, 2022
…eatom#593)
[summary]
1 SELECT_LEX->braces is used in MySQL5.7, at optimize part, but deleted in MySQL 8.0
2 in MySQL 8.0, use Query_expression->is_union() instead of SELECT_LEX->braces
[summary]
1 SELECT_LEX->braces is used in MySQL5.7, at optimize part, but deleted in MySQL 8.0
2 in MySQL 8.0, use Query_expression->is_union() instead of SELECT_LEX->braces
Is your feature request related to a problem? Please describe.
from mysql/mysql_server:sql/sql_optimizer.cc
we can see the braces is deleted in the commit,But through this submission, we can find that another function is used instead of Query_block->braces
Describe the solution you'd like
adapt the code for MySQL 8.0
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: