diff options
author | hf@deer.(none) <> | 2003-06-17 21:53:13 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2003-06-17 21:53:13 +0500 |
commit | b82e89d872402ceadb9c68ab85c4387f01e609cf (patch) | |
tree | 8bec4511106588d39e833346b08272d3d00f72ee /include/sql_common.h | |
parent | c4e3a624b87540794a579d3c48ad93bcaab8c634 (diff) | |
parent | 319124508aef16ff1886bf4d681ca89c466da7ae (diff) | |
download | mariadb-git-b82e89d872402ceadb9c68ab85c4387f01e609cf.tar.gz |
SCRUM
merged conflicts about my previous commit
it seems there are some errors left - gonna check...
Diffstat (limited to 'include/sql_common.h')
-rw-r--r-- | include/sql_common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sql_common.h b/include/sql_common.h index 11f432fb478..cd1d2331d96 100644 --- a/include/sql_common.h +++ b/include/sql_common.h @@ -41,9 +41,5 @@ void mysql_read_default_options(struct st_mysql_options *options, } #endif -#ifdef MYSQL_SERVER -#define protocol_41(A) FALSE -#else #define protocol_41(A) ((A)->server_capabilities & CLIENT_PROTOCOL_41) -#endif |