summaryrefslogtreecommitdiff
path: root/include/sql_common.h
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-06-14 11:37:42 +0300
committermonty@narttu.mysql.fi <>2003-06-14 11:37:42 +0300
commita1034db4b9f55172b75d1dcb5cd11a7d32c716b2 (patch)
treef247f6e12388923f7fa5395b19d69e2dc62dbcd1 /include/sql_common.h
parentbb8b0d9d760c57df04d0a403237834ac8fa16a35 (diff)
downloadmariadb-git-a1034db4b9f55172b75d1dcb5cd11a7d32c716b2.tar.gz
Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/slave will now use the 4.1 protocol
Fixed wrong value for SQLSTATE_LENGTH Added CLIENT_REMEMBER_OPTIONS to mysql_real_connect() Changed mysql_port and mysql_unix_port to mysqld_xxxx
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 65283486fb4..f3300281f29 100644
--- a/include/sql_common.h
+++ b/include/sql_common.h
@@ -42,9 +42,5 @@ my_bool mysql_reconnect(MYSQL *mysql);
}
#endif
-#ifdef MYSQL_SERVER
-#define protocol_41(A) FALSE
-#else
#define protocol_41(A) ((A)->server_capabilities & CLIENT_PROTOCOL_41)
-#endif