Changeset: e639ac575d1a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e639ac575d1a
Modified Files:
        sql/server/sql_mvc.c
Branch: Jul2015
Log Message:

typo in error message


diffs (21 lines):

diff --git a/sql/server/sql_mvc.c b/sql/server/sql_mvc.c
--- a/sql/server/sql_mvc.c
+++ b/sql/server/sql_mvc.c
@@ -247,7 +247,7 @@ build up the hash (not copyied in the tr
                MT_sleep_ms(100);
                wait += 100;
                if (wait > 1000) {
-                       (void)sql_error(m, 010, "40000!COMMIT: transaction is 
aborted because of DDL concurency conflicts, will ROLLBACK instead");
+                       (void)sql_error(m, 010, "40000!COMMIT: transaction is 
aborted because of DDL concurrency conflicts, will ROLLBACK instead");
                        mvc_rollback(m, chain, name);
                        return -1;
                }
@@ -262,7 +262,7 @@ build up the hash (not copyied in the tr
                }
        } else {
                store_unlock();
-               (void)sql_error(m, 010, "40000!COMMIT: transaction is aborted 
because of concurency conflicts, will ROLLBACK instead");
+               (void)sql_error(m, 010, "40000!COMMIT: transaction is aborted 
because of concurrency conflicts, will ROLLBACK instead");
                mvc_rollback(m, chain, name);
                return -1;
        }
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to