| 1318 | } |
| 1319 | |
| 1320 | void sqlerr (char *buf){ |
| 1321 | if(conf.stdlog){ |
| 1322 | fprintf(conf.stdlog, "%s\n", buf); |
| 1323 | fflush(conf.stdlog); |
| 1324 | } |
| 1325 | pthread_mutex_unlock(&log_mutex); |
| 1326 | } |
| 1327 | |
| 1328 | void logsql(struct clientparam * param, const unsigned char *s) { |
| 1329 | SQLRETURN ret; |