Changeset: 32ebfb1433c0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/32ebfb1433c0
Modified Files:
sql/backends/monet5/sql.c
Branch: triggers
Log Message:
initialize ok variable
diffs (12 lines):
diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -3004,7 +3004,7 @@ mvc_export_operation_wrap(Client cntxt,
{
backend *b = NULL;
str msg;
- int ok;
+ int ok = 0;
(void) stk; /* NOT USED */
(void) pci; /* NOT USED */
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]