diff options
Diffstat (limited to 'include/sql_common.h')
-rw-r--r-- | include/sql_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sql_common.h b/include/sql_common.h index 3a668a8dd41..65283486fb4 100644 --- a/include/sql_common.h +++ b/include/sql_common.h @@ -16,6 +16,7 @@ extern const char *unknown_sqlstate; +extern const char *not_error_sqlstate; #ifdef __cplusplus extern "C" { |