1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-20 10:24:14 +03:00
merged conflicts about my previous commit
it seems there are some errors left - gonna check...
This commit is contained in:
hf@deer.(none)
2003-06-17 21:53:13 +05:00
82 changed files with 1527 additions and 1106 deletions

View File

@ -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