Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0588413

Browse files
author
Hiroshi Inoue
committed
Change an *if condition*.
Hiroshi Inoue
1 parent70b0831 commit0588413

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎src/interfaces/odbc/connection.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,8 +1066,6 @@ CC_send_query(ConnectionClass *self, char *query, QueryInfo *qi)
10661066
}
10671067
else
10681068
{
1069-
charclear=0;
1070-
10711069
mylog("send_query: ok - 'C' - %s\n",cmdbuffer);
10721070

10731071
if (res==NULL)/* allow for "show" style notices */
@@ -1273,9 +1271,9 @@ CC_send_query(ConnectionClass *self, char *query, QueryInfo *qi)
12731271
}
12741272
}
12751273
/*
1276-
*If retres isn't set yet.
1274+
*Break before being ready to return.
12771275
*/
1278-
if (!retres)
1276+
if (!ReadyToReturn)
12791277
{
12801278
if (res&&QR_get_aborted(res))
12811279
retres=res;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp