235
235
add(ER_OPEN_AS_READONLY, N_("Table '%-.192s' is read only"));
236
236
add(ER_OUTOFMEMORY, N_("Out of memory; restart server and try again (needed %lu bytes)"));
237
237
add(ER_OUT_OF_SORTMEMORY, N_("Out of sort memory; increase server sort buffer size"));
238
239
add(ER_UNEXPECTED_EOF, N_("Unexpected EOF found when reading file '%-.192s' (errno: %d)"));
239
240
add(ER_CON_COUNT_ERROR, N_("Too many connections"));
240
241
add(ER_OUT_OF_RESOURCES, N_("Out of memory; check if drizzled or some other process uses all available memory; if not, you may have to use 'ulimit' to allow drizzled to use more memory or you can add more swap space"));