Commit 15c19c03 authored by Michael Hinton's avatar Michael Hinton Committed by Tim Wickberg
Browse files

Do not truncate MySQL database name at 33 characters.

MySQL permits up to 64-character database names, but Slurm was truncating
at 33-characters. If we exceed this limit, let the mysql_query fail and
give the admin a chance to sort it out, rather than truncating and then
failing to query against the un-truncated name later on.

While here correct the fatal() message.

Bug 5586.
parent dd7e9b11
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment