----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75235/#review226984 -----------------------------------------------------------
Ship it! Ship It! - Madhan Neethiraj On Oct. 18, 2024, 1:57 p.m., Rakesh Gupta wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/75235/ > ----------------------------------------------------------- > > (Updated Oct. 18, 2024, 1:57 p.m.) > > > Review request for ranger, Dineshkumar Yadav, Kishor Gollapalliwar, Madhan > Neethiraj, Mehul Parikh, and sanket shelar. > > > Bugs: RANGER-4964 > https://issues.apache.org/jira/browse/RANGER-4964 > > > Repository: ranger > > > Description > ------- > > The issue occurred because the previous patch(RANGER-4809) failed to verify > if the x_trx_log table existed before modifying the x_trx_log_IDX_trx_id > index, which could result in errors. A table existence check needs to be > added to the patch. > > > Diffs > ----- > > security-admin/db/mysql/patches/074-create-index-for-x_trx_log.sql > 9a8f3c0d2 > security-admin/db/oracle/patches/068-create-index-for-x_trx_log.sql > 1ef726b53 > security-admin/db/sqlanywhere/patches/068-create-index-for-x_trx_log.sql > ae76a6de9 > security-admin/db/sqlserver/patches/068-create-index-for-x_trx_log.sql > 3efb9eebb > > > Diff: https://reviews.apache.org/r/75235/diff/1/ > > > Testing > ------- > > Verified that the patch correctly checks for the existence of the x_trx_log > table before attempting to modify the x_trx_log_IDX_trx_id index. It executes > successfully without errors, even when the table does not exist. > > > Thanks, > > Rakesh Gupta > >