diff options
author | holyfoot/hf@hfmain.(none) <> | 2008-02-27 13:00:59 +0400 |
---|---|---|
committer | holyfoot/hf@hfmain.(none) <> | 2008-02-27 13:00:59 +0400 |
commit | b727a22d97663663d61062b4ec73c72d818d86e8 (patch) | |
tree | a3eef8d4ff9d07ed0b848f3d59a308366a952f5c /include/sql_common.h | |
parent | 947529acf3f802c23311d3c4bda74713e21a161e (diff) | |
parent | 140ca5953815ac1f773ae518cb021783e3334e20 (diff) | |
download | mariadb-git-b727a22d97663663d61062b4ec73c72d818d86e8.tar.gz |
Merge mysql.com:/home/hf/work/25097/my50-25097
into mysql.com:/home/hf/work/25097/my51-25097
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 56e7305130f..9e43d076ba9 100644 --- a/include/sql_common.h +++ b/include/sql_common.h @@ -15,6 +15,7 @@ extern const char *unknown_sqlstate; +extern const char *cant_connect_sqlstate; extern const char *not_error_sqlstate; #ifdef __cplusplus |