Hello,

I am testing 14.11.0_pre4, and it fails to insert a row about a job into the 
database. I have submitted a job with "srun --pty bash" command and the 
following error spotted in my slurmctld.log:

error: mysql_query failed: 1054 Unknown column 'bash' in 'field list'
insert into jobcomp_table (jobid, uid, user_name, gid, group_name, name, state, 
proc_cnt, partition, timelimit, starttime, endtime, nodecnt, nodelist) values 
(64, 501, 'user01', 501, 'user01', "bash", 3, 1, 'debug', "5", 1410774976, 
1410774982, 1, 'linux1')

Looks like double quotes confuse mysql. Are they supposed to be there?

Thanks in advance!

Reply via email to