diff options
author | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-21 15:03:43 +0000 |
---|---|---|
committer | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-21 15:03:43 +0000 |
commit | fee55f45163a9ea75e29187a4d3dd25e1e6c37bb (patch) | |
tree | 38eb973f048de65bedbe2f5cd9368fbc66e0a152 | |
parent | d85e7973bd8328604d4e954533a72123fb0f69e9 (diff) |
BUILD : 1.7.15 (1137) BUGS : n/a NOTES : Another try at better mysql query.
git-svn-id: svn://svn.anope.org/anope/trunk@1137 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@860 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/mysql.c | 3 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/mysql.c b/src/mysql.c index fc2ca9477..c96f1de14 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -161,6 +161,9 @@ int db_mysql_query(char *sql) return (result); } + } else { + /* Non-error */ + return (result); } } diff --git a/version.log b/version.log index 94a0b4173..f06fe72f8 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="15" VERSION_EXTRA="-svn" -VERSION_BUILD="1136" +VERSION_BUILD="1137" # $Log$ # +# BUILD : 1.7.15 (1137) +# BUGS : n/a +# NOTES : Another try at better mysql query. +# # BUILD : 1.7.15 (1136) # BUGS : 578 # NOTES : fixed bsd compiler warning |