Changeset: 1b0a0cafef05 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/1b0a0cafef05
Modified Files:
sql/backends/monet5/sql_user.c
Branch: Sep2022
Log Message:
Initialize variable.
diffs (12 lines):
diff --git a/sql/backends/monet5/sql_user.c b/sql/backends/monet5/sql_user.c
--- a/sql/backends/monet5/sql_user.c
+++ b/sql/backends/monet5/sql_user.c
@@ -503,7 +503,7 @@ monet5_create_privileges(ptr _mvc, sql_s
sql_column *col = NULL;
mvc *m = (mvc *) _mvc;
sqlid schema_id = 0;
- str err;
+ str err = NULL;
/* create the authorisation related tables */
mvc_create_table(&t, m, s, "db_user_info", tt_table, 1, SQL_PERSIST, 0,
-1, 0);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]