summaryrefslogtreecommitdiff
path: root/storage/connect/plgdbsem.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/plgdbsem.h')
-rw-r--r--storage/connect/plgdbsem.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/storage/connect/plgdbsem.h b/storage/connect/plgdbsem.h
index 7308ab6ad8b..a66e2e9832d 100644
--- a/storage/connect/plgdbsem.h
+++ b/storage/connect/plgdbsem.h
@@ -138,12 +138,12 @@ enum AMT {TYPE_AM_ERROR = 0, /* Type not defined */
TYPE_AM_VIR = 171, /* Virtual tables am type no */
TYPE_AM_DMY = 172, /* DMY Dummy tables am type no */
TYPE_AM_SET = 180, /* SET Set tables am type no */
- TYPE_AM_MYSQL = 192, /* MYSQL access method type no */
- TYPE_AM_MYX = 193, /* MYSQL EXEC access method type */
- TYPE_AM_CAT = 195, /* Catalog access method type no */
- TYPE_AM_ZIP = 198, /* ZIP access method type no */
- TYPE_AM_MGO = 199, /* MGO access method type no */
- TYPE_AM_OUT = 200}; /* Output relations (storage) */
+ TYPE_AM_MYSQL = 190, /* MYSQL access method type no */
+ TYPE_AM_MYX = 191, /* MYSQL EXEC access method type */
+ TYPE_AM_CAT = 192, /* Catalog access method type no */
+ TYPE_AM_ZIP = 193, /* ZIP access method type no */
+ TYPE_AM_MGO = 194, /* MGO access method type no */
+ TYPE_AM_OUT = 200}; /* Output relations (storage) */
enum RECFM {RECFM_NAF = -2, /* Not a file */
RECFM_OEM = -1, /* OEM file access method */