Changeset: c1874aba5d81 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c1874aba5d81
Modified Files:
        sql/src/backends/monet5/sql.mx
Branch: Oct2010
Log Message:

undo accidential change in last commit


diffs (12 lines):

diff -r 448e9014733f -r c1874aba5d81 sql/src/backends/monet5/sql.mx
--- a/sql/src/backends/monet5/sql.mx    Mon Nov 08 11:41:05 2010 +0100
+++ b/sql/src/backends/monet5/sql.mx    Mon Nov 08 12:40:14 2010 +0100
@@ -1817,7 +1817,7 @@
        } else if (!t) {
                return sql_message("DROP VIEW: unknown view '%s'", tname);
        } else if (!isView(t)) {
-               return sql_message("DROP VIEW: unable to drop view '%s': is a 
table", tname);
+               return sql_message("DROP VIEW: unable to drop view '%s'", 
tname);
        } else if (t->system) {
                return sql_message("DROP VIEW: cannot drop system view '%s'", 
tname);
        } else if (! drop_action && mvc_check_dependency(sql, t->base.id, 
VIEW_DEPENDENCY, NULL)) {
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to