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
Bug#33725545: A bug in sql_opt_exec_shared.h cause
mysql-server crash.
Bug#33725508: A bug in sql_opt_exec_shared.h cause
mysql-server crash
Bug#33725534: A bug in item.cc cause mysql-server crash
when input some sql statement.
Bug#33725403: A bug in sql_select.cc cause mysql-server
crash when input some sql statement
Bug#33725500: A bug in item.cc cause mysql-server crash
when input some sql statement
Post-push fix for failures in hypergraph unit test.
The hypergraph unit test sets the column names to some dummy names
before resolving, and gives them their proper names only after
resolving is done. The changes made to resolving in this bug fix
canonized the dummy names and made many of the test cases fail.
The unit test did it this way in order to bypass some privilege checks
that cannot be performed in the minimal environment it is running in.
Fixed by making the unit test initialize the columns with proper names
from the beginning, and granting full table privileges to the fake
tables in order to bypass the privilege checking.
Change-Id: Id2b956ed0d24fd2d5c54997dc5438f19afe7322c
0 commit comments