MYDDAS: MySQL Top Level now available with db_top_level/4 or db_top_level/5 predicates

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1659 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
tiagosoares
2006-05-31 14:35:05 +00:00
parent 326c64ff2c
commit 637cb7812c
4 changed files with 33 additions and 122 deletions

View File

@@ -193,7 +193,7 @@ c_db_my_query(void) {
start = myddas_stats_walltime();
#endif
/* executar a query SQL */
/* Send query to server and process it */
if (mysql_real_query(conn, sql, length) != 0)
{
#ifdef DEBUG