diff options
author | holyfoot/hf@hfmain.(none) <> | 2008-02-27 13:43:41 +0400 |
---|---|---|
committer | holyfoot/hf@hfmain.(none) <> | 2008-02-27 13:43:41 +0400 |
commit | bf848358e5e6410d6bf198486229fc869f8be5e2 (patch) | |
tree | 3ef84bce8beba89377658ffd02bd32e80994a1be /include | |
parent | e3de6b7d3859f13bc9ede95f515c9c26fd110dc5 (diff) | |
parent | 140ca5953815ac1f773ae518cb021783e3334e20 (diff) | |
download | mariadb-git-bf848358e5e6410d6bf198486229fc869f8be5e2.tar.gz |
Merge bk@192.168.21.1:mysql-5.0-opt
into mysql.com:/home/hf/work/25097/my50-25097
Diffstat (limited to 'include')
-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 a549fe6aeb5..32487f7e569 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 |