After a fiew hours, here is the last thing strace wrote:
read(7, "0\0\0\1\0\1\0\2\0\1\0(Rows matched: 1 Cha"..., 16384) = 52
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, "O\0\0\0\3update Value set sName='Mai"..., 83, MSG_WAITALL) = 83
read(7, "0\0\0\1\0\1\0\2\0\1\0(Rows matched: 1 Cha"..., 16384) = 52
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, "N\0\0\0\3update Value set sName='Mai"..., 82, MSG_WAITALL) = 82
read(7, "0\0\0\1\0\1\0\2\0\1\0(Rows matched: 1 Cha"..., 16384) = 52
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, "7\0\0\0\3select * from Value where I"..., 59, MSG_WAITALL) = 59
read(7, "\1\0\0\1\4/\0\0\2\3def\tinterface\5Value\5Va"..., 16384) = 243
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, "P\0\0\0\3select * from Attribute whe"..., 84, MSG_WAITALL) = 84
read(7, "\1\0\0\1\0107\0\0\2\3def\tinterface\tAttribut"..., 16384) = 551
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, ";\0\0\0\3select * from Command where"..., 63, MSG_WAITALL) = 63
read(7, "\1\0\0\1\0043\0\0\2\3def\tinterface\7Command\7"..., 16384) = 267
write(8, "\0", 1) = 1
nanosleep({0, 250000000}, 0x7e8afbb0) = 0
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, "N\0\0\0\3update Value set sName='Mai"..., 82, MSG_WAITALL) = 82
read(7, "0\0\0\1\0\1\0\2\0\1\0(Rows matched: 1 Cha"..., 16384) = 52
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, "Y\0\0\0\3update Value set sName='Mai"..., 93, MSG_WAITALL) = 93
read(7, "0\0\0\1\0\1\0\2\0\1\0(Rows matched: 1 Cha"..., 16384) = 52
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, "7\0\0\0\3select * from Value where I"..., 59, MSG_WAITALL) = 59
read(7, "\1\0\0\1\4/\0\0\2\3def\tinterface\5Value\5Va"..., 16384) = 243
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, "P\0\0\0\3select * from Attribute whe"..., 84, MSG_WAITALL) = 84
read(7, "\1\0\0\1\0107\0\0\2\3def\tinterface\tAttribut"..., 16384) = 551
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, ";\0\0\0\3select * from Command where"..., 63, MSG_WAITALL) = 63
read(7, "\1\0\0\1\0043\0\0\2\3def\tinterface\7Command\7"..., 16384) = 267
write(8, "\0", 1) = 1
nanosleep({0, 250000000}, 0x7e8afbb0) = 0
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, "N\0\0\0\3update Value set sName='Mai"..., 82, MSG_WAITALL) = 82
read(7, "0\0\0\1\0\1\0\2\0\1\0(Rows matched: 1 Cha"..., 16384) = 52
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, "N\0\0\0\3update Value set sName='Mai"..., 82, MSG_WAITALL) = 82
read(7, "0\0\0\1\0\1\0\2\0\1\0(Rows matched: 1 Cha"..., 16384) = 52
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, "Y\0\0\0\3update Value set sName='Mai"..., 93, MSG_WAITALL) = 93
read(7, "0\0\0\1\0\1\0\2\0\1\0(Rows matched: 1 Cha"..., 16384) = 52
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, "7\0\0\0\3select * from Value where I"..., 59, MSG_WAITALL) = 59
read(7, "\1\0\0\1\4/\0\0\2\3def\tinterface\5Value\5Va"..., 16384) = 243
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
send(7, "P\0\0\0\3select * from Attribute whe"..., 84, MSG_WAITALL) = 84
This is all it ever does when idling. Using mysql 5.5 and maridadb-connector-c.