Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
Description
Results of diff of the two function definitions
--- #<buffer fr1>
|
+++ #<buffer fr2>
|
@@ -1,6 +1,7 @@
|
-SPIDER_DB_ROW *spider_db_mbase_result::fetch_row()
|
-{
|
- DBUG_ENTER("spider_db_mbase_result::fetch_row");
|
+SPIDER_DB_ROW *spider_db_mbase_result::fetch_row_from_result_buffer(
|
+ spider_db_result_buffer *spider_res_buf
|
+) {
|
+ DBUG_ENTER("spider_db_mbase_result::fetch_row_from_result_buffer");
|
DBUG_PRINT("info",("spider this=%p", this));
|
if (!(row.row = mysql_fetch_row(db_result)))
|
{ |