home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Latest versionsfixlist
14.10.xC12 FixList
12.10.xC16.X5 FixList
11.70.xC9.XB FixList
11.50.xC9.X2 FixList
11.10.xC3.W5 FixList
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

Informix - Problem description

Problem IT45223 Status: Closed

ALTER TABLE REMOVES ROW-LEVEL AUDITING

product:
INFORMIX SERVER / 5725A3900 / E10 - 
Problem description:
When running any ALTER TABLE having the WITH AUDIT attribute,
the WITH AUDIT will be gone if not explicitly included in the
ALTER TABLE statement again.

Example:

create table t_aud (i int) WITH AUDIT;

dbschema -d  -t t_aud -ss

create table "me".t_aud
  (
    i integer
  ) with audit  extent size 16 next size 16 lock mode page;

alter table t_aud add (c char(10));

dbschema -d  -t t_aud -ss

create table "me".t_aud
  (
    i integer,
    c char(10)
  ) extent size 16 next size 16 lock mode page;   -- no more
WITH AUDIT
Problem Summary:
****************************************************************
* USERS AFFECTED:                                              *
* Users of Informix Server prior to 14.10.xC11.                *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Upgrade to Informix Server 14.10.xC11.                       *
****************************************************************
Local Fix:
Solution
Workaround
****************************************************************
* USERS AFFECTED:                                              *
* Users of Informix Server prior to 14.10.xC11.                *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Upgrade to Informix Server 14.10.xC11.                       *
****************************************************************
Comment
Fixed in Informix Server 14.10.xC11.
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
05.01.2024
17.05.2024
27.06.2024
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)