[HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-l
authorHiroshi Inoue <inoue@tpf.co.jp>
Tue, 2 Apr 2002 10:50:50 +0000 (10:50 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Tue, 2 Apr 2002 10:50:50 +0000 (10:50 +0000)
commit83d2afdbb57aa2c8b1f2ae1500f5654e4e316697
tree7f1dc596b5670f3dd9565363fd5f41e67f36b21d
parentb422f1a5cb0995151bed85b9f96b11a7231120c0
[HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-l
    From: Bradley McLean <brad@bradm.net>

Patch against 7,2 submitted for comment.

This seems to work just fine; Now, when our users submit a 2 hour
query with four million row sorts by accident, then cancel it 30 seconds
later, it doesn't bog down the server ...
src/interfaces/odbc/connection.c
src/interfaces/odbc/connection.h
src/interfaces/odbc/descriptor.h
src/interfaces/odbc/execute.c
src/interfaces/odbc/info.c
src/interfaces/odbc/info30.c
src/interfaces/odbc/misc.c
src/interfaces/odbc/misc.h
src/interfaces/odbc/parse.c
src/interfaces/odbc/socket.c
src/interfaces/odbc/socket.h