~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.cc

  • Committer: Monty Taylor
  • Date: 2010-06-20 22:20:14 UTC
  • mfrom: (1626.1.4 build)
  • Revision ID: mordred@inaugust.com-20100620222014-9ae0uzuyo5lrhrld
Merge of Patrick's schema_dictionary test changes, Stewart's HA Status
variable move and more module program_options work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1477
1477
      error= ER_EVENT_OBSERVER_PLUGIN;
1478
1478
    }
1479
1479
  }
1480
 
 
 
1480
 
 
1481
  ha_statistic_increment(&system_status_var::ha_write_count);
 
1482
 
1481
1483
  DRIZZLE_INSERT_ROW_DONE(error);
1482
1484
 
1483
1485
  if (unlikely(error))
1522
1524
    }
1523
1525
  }
1524
1526
 
 
1527
  ha_statistic_increment(&system_status_var::ha_update_count);
 
1528
 
1525
1529
  DRIZZLE_UPDATE_ROW_DONE(error);
1526
1530
 
1527
1531
  if (unlikely(error))
1554
1558
    }
1555
1559
  }
1556
1560
 
 
1561
  ha_statistic_increment(&system_status_var::ha_delete_count);
 
1562
 
1557
1563
  DRIZZLE_DELETE_ROW_DONE(error);
1558
1564
 
1559
1565
  if (unlikely(error))