Comment 1 for bug 1455585

Revision history for this message
Roberta Marton (roberta-marton) wrote :

If code is refreshed with https://review.trafodion.org/1635 (which adds the
first phase of column level privileges), authorization is enabled, and running
in debug mode; error 1234 is returned and you are not able to drop or
initialize authorization. SQL requests fail.

The fix is to allow operations to proceed even if
there are missing privilege manager tables, to turn off checks
for column level privileges (can be turned on by setting cqd CAT_TEST_BOOL)
and to not run catman1/TEST129(column privileges regression test).