Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/odbc/statement.c')
-rw-r--r--src/interfaces/odbc/statement.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/odbc/statement.c b/src/interfaces/odbc/statement.c
index 66dbb0a41d5..c8742a6cd36 100644
--- a/src/interfaces/odbc/statement.c
+++ b/src/interfaces/odbc/statement.c
@@ -69,6 +69,9 @@ static struct
STMT_TYPE_PROCCALL, "{"
},
{
+ STMT_TYPE_LOCK, "LOCK"
+ },
+ {
0, NULL
}
};