1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Lots of manual changes

Changed 'static inline' to 'inline' for SCO new's compiler
This commit is contained in:
monty@donna.mysql.com
2001-01-25 22:38:26 +02:00
parent 21185c1719
commit e2a8a99d01
11 changed files with 500 additions and 322 deletions

View File

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