1283
1283
que_thr_t* thr) /*!< in: query thread */
1289
1288
ut_ad(thr->state == QUE_THR_RUNNING);
1290
1289
ut_a(thr_get_trx(thr)->error_state == DB_SUCCESS);
1291
1290
ut_ad(!mutex_own(&kernel_mutex));
1296
1292
loop_count = QUE_MAX_LOOPS_WITHOUT_CHECK;
1299
1294
/* Check that there is enough space in the log to accommodate
1300
1295
possible log entries by this query step; if the operation can touch