summaryrefslogtreecommitdiff
path: root/include/sql_common.h
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2003-06-03 15:02:57 +0500
committerunknown <hf@deer.(none)>2003-06-03 15:02:57 +0500
commitaed6de39b6129d84f091e23b4a8b0f5cc8e6076d (patch)
tree52e689b118c79c0b3706dafc28ecf72060fa9844 /include/sql_common.h
parent62c7d2cd2711d3ab2b7d0adba2947b38168cc4b3 (diff)
downloadmariadb-git-aed6de39b6129d84f091e23b4a8b0f5cc8e6076d.tar.gz
SCRUM:
splittiln common client's parts include/sql_common.h: superfluous #ifdef-s removed libmysql/client_settings.h: superfluous #ifdef-s removed libmysql/libmysql.c: some litter removed libmysqld/lib_sql.cc: here we had wrong parameters mysys/default.c: this is not needed anymore - calling code fixed sql-common/client.c: code trimmed and simplified sql/client_settings.h: code trimmed sql/repl_failsafe.cc: option's initialization added sql/slave.cc: option's initialization added
Diffstat (limited to 'include/sql_common.h')
-rw-r--r--include/sql_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sql_common.h b/include/sql_common.h
index aa4386a5623..3a668a8dd41 100644
--- a/include/sql_common.h
+++ b/include/sql_common.h
@@ -15,9 +15,6 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#ifndef _sql_common_h
-#define _sql_common_h
-
extern const char *unknown_sqlstate;
#ifdef __cplusplus
@@ -50,4 +47,3 @@ my_bool mysql_reconnect(MYSQL *mysql);
#define protocol_41(A) ((A)->server_capabilities & CLIENT_PROTOCOL_41)
#endif
-#endif /* _sql_common_h */