![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, If I have a table with partitions and subpartitions I have found that on some versions of Ingres the attempt to modify a partition or subpartition to reconstruct will fail with E_QE0018. This is so on: II 9.0.4 (a64.lnx/105)NPTL + 12707 But is OK on: II 9.0.4 (a64.lnx/105)NPTL + 13137 II 9.1.1 (a64.lnx/103)NPTL + 13187 II 9.1.1 (a64.lnx/103)NPTL + 13212 I've looked through the patch notes and through the tech support site but I cannot find a reference to a specific bug which was fixed in those later versions. I suspect this may have been fixed by accident, does anyone know a specific bug number for this problem? I'm including this as a test in my patch acceptance standards..and I'd sorta like to know if its been described before. Example: CREATE TABLE lineitems_with_sub ( shipdate DATE NOT NULL WITH DEFAULT, partno INTEGER NOT NULL WITH DEFAULT, stuff VARCHAR(10) NOT NULL WITH DEFAULT ) WITH PARTITION = ((RANGE ON shipdate PARTITION p1 VALUES <= '31-Dec-2001', PARTITION p2 VALUES <= '31-Dec-2002', PARTITION p3 VALUES <= '31-Dec-2003', PARTITION p4 VALUES > '31-Dec-2003') SUBPARTITION (HASH ON partno PARTITION h1 , PARTITION h2, PARTITION h3, PARTITION h4) ); \p\g -- If the bug is present, this fails with E_QE0018 modify lineitems_with_sub partition p1 to reconstruct; \p\g -- Ditto! modify lineitems_with_sub partition h1 to reconstruct; \p\g Martin Bowes _______________________________________________ Info-Ingres mailing list Info-Ingres (AT) kettleriverconsulting (DOT) com http://www.kettleriverconsulting.com...fo/info-ingres |
#3
| |||
| |||
|
|
Hi All, If I have a table with partitions and subpartitions I have found that on some versions of Ingres the attempt to modify a partition or subpartition to reconstruct will fail with E_QE0018. This is so on: II 9.0.4 (a64.lnx/105)NPTL + 12707 But is OK on: II 9.0.4 (a64.lnx/105)NPTL + 13137 II 9.1.1 (a64.lnx/103)NPTL + 13187 II 9.1.1 (a64.lnx/103)NPTL + 13212 I've looked through the patch notes and through the tech support site but I cannot find a reference to a specific bug which was fixed in those later versions. I suspect this may have been fixed by accident, does anyone know a specific bug number for this problem? I'm including this as a test in my patch acceptance standards..and I'd sorta like to know if its been described before. Example: CREATE TABLE lineitems_with_sub ( shipdate DATE NOT NULL WITH DEFAULT, partno INTEGER NOT NULL WITH DEFAULT, stuff VARCHAR(10) NOT NULL WITH DEFAULT ) WITH PARTITION = ((RANGE ON shipdate PARTITION p1 VALUES <= '31-Dec-2001', PARTITION p2 VALUES <= '31-Dec-2002', PARTITION p3 VALUES <= '31-Dec-2003', PARTITION p4 VALUES > '31-Dec-2003') SUBPARTITION (HASH ON partno PARTITION h1 , PARTITION h2, PARTITION h3, PARTITION h4) ); \p\g -- If the bug is present, this fails with E_QE0018 modify lineitems_with_sub partition p1 to reconstruct; \p\g -- Ditto! modify lineitems_with_sub partition h1 to reconstruct; \p\g Martin Bowes _______________________________________________ Info-Ingres mailing list Info-Ingres (AT) kettleriverconsulting (DOT) com http://www.kettleriverconsulting.com...fo/info-ingres _______________________________________________ |
![]() |
| Thread Tools | |
| Display Modes | |
| |