You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2019/07/11 16:44:28 UTC

[trafodion] branch master updated: fix TRAFODION-3317

This is an automated email from the ASF dual-hosted git repository.

dbirdsall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafodion.git


The following commit(s) were added to refs/heads/master by this push:
     new a06b642  fix TRAFODION-3317
     new b83d382  Merge pull request #1849 from SuJinpei/TRAFODION-3317
a06b642 is described below

commit a06b64202c39a6f987ed788e539de27402996e80
Author: SuJinpei <87...@qq.com>
AuthorDate: Wed Jul 10 09:19:34 2019 +0800

    fix TRAFODION-3317
---
 core/conn/odb/src/odb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/conn/odb/src/odb.c b/core/conn/odb/src/odb.c
index 57cd707..b348a60 100755
--- a/core/conn/odb/src/odb.c
+++ b/core/conn/odb/src/odb.c
@@ -5474,6 +5474,7 @@ static void etabadd(char type, char *run, int id)
             }
             do {
                 if ( fl ) {                         /* input file with list of tables */
+                    etabnew(-1);
                     etab[no] = edef;
                     if ( etab[no].seqp ) {          /* :seq option at command line level: set global sequence */
                         f2 |= 0002 ;                /* switch global sequence flag on */