1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge bk-internal.mysql.com:/home/bk/mysql-5.0

into  mysql.com:/home/my/mysql-5.0
This commit is contained in:
monty@mysql.com/nosik.monty.fi
2006-11-20 22:46:52 +02:00
179 changed files with 1007 additions and 968 deletions

View File

@@ -9968,7 +9968,7 @@ do_select(JOIN *join,List<Item> *fields,TABLE *table,Procedure *procedure)
if (join->result->send_eof())
rc= 1; // Don't send error
}
DBUG_PRINT("info",("%ld records output",join->send_records));
DBUG_PRINT("info",("%ld records output", (long) join->send_records));
}
else
rc= -1;