diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mysqld_error.h | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index 6faf876f2f1..93438f98255 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -12,7 +12,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 59 Temple Placeo Suite 330, Boston, MA 02111-1307 USA */ /* Definefile for error messagenumbers */ @@ -386,4 +386,23 @@ #define ER_ILLEGAL_VALUE_FOR_TYPE 1367 #define ER_VIEW_NONUPD_CHECK 1368 #define ER_VIEW_CHECK_FAILED 1369 -#define ER_ERROR_MESSAGES 370 +#define ER_RELAY_LOG_FAIL 1370 +#define ER_PASSWD_LENGTH 1371 +#define ER_UNKNOWN_TARGET_BINLOG 1372 +#define ER_IO_ERR_LOG_INDEX_READ 1373 +#define ER_BINLOG_PURGE_PROHIBITED 1374 +#define ER_FSEEK_FAIL 1375 +#define ER_BINLOG_PURGE_FATAL_ERR 1376 +#define ER_LOG_IN_USE 1377 +#define ER_LOG_PURGE_UNKNOWN_ERR 1378 +#define ER_RELAY_LOG_INIT 1379 +#define ER_NO_BINARY_LOGGING 1380 +#define ER_RESERVED_SYNTAX 1381 +#define ER_WSAS_FAILED 1382 +#define ER_DIFF_GROUPS_PROC 1383 +#define ER_NO_GROUP_FOR_PROC 1384 +#define ER_ORDER_WITH_PROC 1385 +#define ER_LOGING_PROHIBIT_CHANGING_OF 1386 +#define ER_NO_FILE_MAPPING 1387 +#define ER_WRONG_MAGIC 1388 +#define ER_ERROR_MESSAGES 389 |