~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to Drivers/txt/IO.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
589
589
    HCOLUMNS        hColumns        = 0;
590
590
    long            nCols           = 0;
591
591
 
 
592
    if ( !hStmt )
 
593
                return SQL_ERROR;
 
594
 
592
595
    logPushMsg( hStmt->hLog, __FILE__, __FILE__, __LINE__, LOG_INFO, LOG_INFO, hCreateTable->pszTable );
593
596
 
594
597
    /* 
630
633
     *
631
634
     */
632
635
    IOTableClose( &hTable );
 
636
 
633
637
    FreeColumns_( &hColumns, nCols );
634
638
    
635
639
    logPushMsg( hStmt->hLog, __FILE__, __FILE__, __LINE__, LOG_INFO, LOG_INFO, "SQL_SUCCESS" );