mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
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
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user