298
298
// dont need to quote the db name, always CSV safe
299
299
(int)session->db.length(), dbs,
300
300
// do need to quote the query
302
302
session->getQueryLength(), qs, sizeof(qs)),
303
303
// command_name is defined in drizzled/sql_parse.cc
304
304
// dont need to quote the command name, always CSV safe