diff options
Diffstat (limited to 'src/interfaces/odbc/statement.c')
-rw-r--r-- | src/interfaces/odbc/statement.c | 3 |
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 } }; |