git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@793 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
amber
2004-12-26 19:44:00 +00:00
parent 6c05d48117
commit f922478b19
9 changed files with 102 additions and 38 deletions

View File

@@ -3338,7 +3338,7 @@ int do_init(int argc, char **argv){
#undef mysql_query
int debug_mysql_query(char *file, int line, void *mysql, const char *q) {
// printf("sql: %s:%d# %s\n", file, line, q);
printf("sql: %s:%d# %s\n", file, line, q);
return mysql_query((MYSQL *) mysql, q);
}