diff options
Diffstat (limited to 'storage/connect/tabvct.cpp')
-rw-r--r-- | storage/connect/tabvct.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/tabvct.cpp b/storage/connect/tabvct.cpp index 8c2474d61a2..8b7d8ba91eb 100644 --- a/storage/connect/tabvct.cpp +++ b/storage/connect/tabvct.cpp @@ -81,7 +81,7 @@ char *strerror(int num); /* Conversion of block values allowed conditionally for insert only. */ /***********************************************************************/ PVBLK AllocValBlock(PGLOBAL, void *, int, int, int, int, - bool check = true, bool blank = true); + bool check = true, bool blank = true, bool un = false); /* --------------------------- Class VCTDEF -------------------------- */ |