~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/row/row0mysql.c

  • Committer: Monty Taylor
  • Date: 2008-10-20 08:48:34 UTC
  • mfrom: (520.1.22 drizzle)
  • Revision ID: monty@inaugust.com-20081020084834-xpb3w01vkcp55o02
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3862
3862
 
3863
3863
        ret = row_search_for_mysql(buf, PAGE_CUR_G, prebuilt, 0, 0);
3864
3864
loop:
3865
 
        /* Check thd->killed every 1,000 scanned rows */
 
3865
        /* Check session->killed every 1,000 scanned rows */
3866
3866
        if (--cnt == 0) {
3867
3867
                if (trx_is_interrupted(prebuilt->trx)) {
3868
3868
                        goto func_exit;