Changeset: 4316a7af79b3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/4316a7af79b3
Modified Files:
sql/server/sql_semantic.c
Branch: default
Log Message:
Remove assert. Fixes #7516.
diffs (11 lines):
diff --git a/sql/server/sql_semantic.c b/sql/server/sql_semantic.c
--- a/sql/server/sql_semantic.c
+++ b/sql/server/sql_semantic.c
@@ -121,7 +121,6 @@ tmp_schema(mvc *sql)
do { \
sql_schema *next = NULL; \
\
- assert(objstr); \
if (sname) { /* user has explicitly typed the schema, so either
the object is there or we return error */ \
if (!(next = mvc_bind_schema(sql, sname))) \
return sql_error(sql, ERR_NOTFOUND,
SQLSTATE(3F000) "%s: no such schema '%s'", error, sname); \
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]