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) | |