287
285
snprintf(msgbuf, MAX_MSG_LEN,
288
286
"%"PRIu64",%"PRIu64",%"PRIu64",\"%.*s\",\"%s\",\"%.*s\","
289
287
"%"PRIu64",%"PRIu64",%"PRIu64",%"PRIu64",%"PRIu64","
290
"%"PRIu32",%"PRIu32",%"PRIu32",\"%s\",%"PRIu32"\n",
294
292
// dont need to quote the db name, always CSV safe
296
294
// do need to quote the query
298
session->getQueryLength(), qs, sizeof(qs)),
296
session->query_length, qs, sizeof(qs)),
299
297
// command_name is defined in drizzled/sql_parse.cc
300
298
// dont need to quote the command name, always CSV safe
301
299
(int)command_name[session->command].length,