summaryrefslogtreecommitdiff
path: root/storage/connect/catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/catalog.h')
-rw-r--r--storage/connect/catalog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/connect/catalog.h b/storage/connect/catalog.h
index 2649a50cf76..a46615f5d6e 100644
--- a/storage/connect/catalog.h
+++ b/storage/connect/catalog.h
@@ -39,9 +39,9 @@ typedef struct _colinfo {
PCSZ Name;
int Type;
int Offset;
- int Length;
+ unsigned Length;
int Key;
- int Precision;
+ unsigned Precision;
int Scale;
int Opt;
int Freq;