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#30437378 : ASSERTION N_EXT == DTUPLE->GET_N_EXT() AT
REC_GET_CONVERTED_SIZE() IN REM0REC.IC
Issue :
In function row_upd_clust_rec_by_insert, n_ext value being
passed to lower level functions wasn't correct. Expected value
is total number of ext fields whereas value being passed was
the number of fields part of index.
Fix :
Pass the correct value of total number of ext fields.
Reviewed by : Annamalai Gurusami <[email protected]>
0 commit comments