31
32
report_function= sql_print_information;
35
36
return; // don't crash production builds, just do nothing
38
vsnprintf(pbuff, pbuffsize, msg, args);
39
my_vsnprintf(pbuff, pbuffsize, msg, args);
42
43
/* If the msg string ends with '.', do not add a ',' it would be ugly */
45
(pbuff[0] && *(strchr(pbuff, '\0')-1) == '.') ? "" : ",",