mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Lots of manual changes
Changed 'static inline' to 'inline' for SCO new's compiler Docs/manual.texi: Lots of changes in "Debugging a MySQL server" and in Log files handling mysys/hash.c: Changed 'static inline' to 'inline' sql/hostname.cc: Changed 'static inline' to 'inline' sql/item.cc: Changed 'static inline' to 'inline' sql/net_serv.cc: Changed 'static inline' to 'inline' sql/password.c: Changed 'static inline' to 'inline' sql/slave.cc: Changed 'static inline' to 'inline' sql/sql_acl.cc: Changed 'static inline' to 'inline' sql/sql_base.cc: Changed mysql_list_field() to convert field names again sql/sql_parse.cc: Changed 'static inline' to 'inline' sql/sql_repl.cc: fixed typo
This commit is contained in:
@@ -237,7 +237,7 @@ binlog purge"; break;
|
||||
break;
|
||||
case LOG_INFO_MEM: errmsg = "Out of memory"; break;
|
||||
case LOG_INFO_FATAL: errmsg = "Fatal error during purge"; break;
|
||||
case LOG_INFO_IN_USE: errmsg = "A purgable log is in use, will not purge";
|
||||
case LOG_INFO_IN_USE: errmsg = "A purgeable log is in use, will not purge";
|
||||
break;
|
||||
default:
|
||||
errmsg = "Unknown error during purge"; break;
|
||||
|
Reference in New Issue
Block a user