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
btr0cur.cc:4024:page_zip || optim_err != DB_UNDERFLO
Issue :
When a column is being dropped from a table and in the same alter
command if another existing column of table is being renamed to
column being dropped, then physical positions of the columns are
not set correctly.
Fix:
Physical position of column never changes even if it is being
renamed or dropped. So set the column physical position correctly.
Change-Id: I4bc387dd55330bcedfb4a26404a3d7dd9f58eb32
0 commit comments