513
513
add(EE_UNKNOWN_COLLATION, N_("Collation '%s' is not a compiled collation and is not specified in the %s file"));
514
514
add(EE_FILE_NOT_CLOSED, N_("File '%s' (fileno: %d) was not closed"));
516
520
// Some old error values use the same strings as some new error values.
517
521
add(EE_FILENOTFOUND, find(ER_FILE_NOT_FOUND));
518
522
add(EE_CANTCREATEFILE, find(ER_CANT_CREATE_FILE));