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
BUG21530841: Select statement fails for results with more than 4096 columns
Using SELECT statements having results with more than 4096 columns fails.
MySQL has hard limit of 4096 columns per table, but when using table joins
this number can increase.
This patch fixes this issue by removing the test for maximum table columns.
A test was added for regression.
0 commit comments