Changeset: a0ae8d3d21e5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a0ae8d3d21e5
Modified Files:
        sql/backends/monet5/sql_scenario.c
Branch: transaction-replication
Log Message:

No longer print the 'loading scripts' message, except in debug mode


diffs (23 lines):

diff --git a/sql/backends/monet5/sql_scenario.c 
b/sql/backends/monet5/sql_scenario.c
--- a/sql/backends/monet5/sql_scenario.c
+++ b/sql/backends/monet5/sql_scenario.c
@@ -1138,7 +1138,9 @@ SQLinitClient(Client c)
                if (fullname) {
                        str filename = fullname;
                        str p, n;
+#ifdef _SQL_SCENARIO_DEBUG
                        fprintf(stdout, "# SQL catalog created, loading sql 
scripts once\n");
+#endif
                        do {
                                p = strchr(filename, PATH_SEP);
                                if (p)
@@ -1148,7 +1150,9 @@ SQLinitClient(Client c)
                                } else {
                                        n++;
                                }
+#ifdef _SQL_SCENARIO_DEBUG
                                fprintf(stdout, "# loading sql script: %s\n", 
n);
+#endif
                                fd = open_rastream(filename);
                                if (p)
                                        filename = p + 1;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to