diff options
author | unknown <holyfoot/hf@hfmain.(none)> | 2008-02-27 13:00:59 +0400 |
---|---|---|
committer | unknown <holyfoot/hf@hfmain.(none)> | 2008-02-27 13:00:59 +0400 |
commit | 33c4301922112658131e094b3b6b5912c236e90d (patch) | |
tree | a3eef8d4ff9d07ed0b848f3d59a308366a952f5c /include/sql_common.h | |
parent | 78e19d4283572f1706738980b8242a5e65619caf (diff) | |
parent | a4b0a2cf67356c0f8f80b5291b3c1f4f8327cb97 (diff) | |
download | mariadb-git-33c4301922112658131e094b3b6b5912c236e90d.tar.gz |
Merge mysql.com:/home/hf/work/25097/my50-25097
into mysql.com:/home/hf/work/25097/my51-25097
client/mysql.cc:
Auto merged
include/sql_common.h:
Auto merged
libmysql/libmysql.c:
Auto merged
libmysqld/lib_sql.cc:
Auto merged
sql-common/client.c:
merging
sql/log.cc:
merging
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 |