ib_cursor_unlock() is unused?
Bug #582896 reported by
Stewart Smith
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| HailDB |
Confirmed
|
Low
|
Stewart Smith | ||
Bug Description
is the lock ever even incremented?
api/api0api.c
5513: if (prebuilt-
5514: --prebuilt-
include/trx0trx.h
565: ulint client_
row/row0sel.c
2946: (ulong) trx->client_
3066: if (trx->client_
3076: client_
trx/trx0trx.c
141: trx->client_
273: || trx->client_
279: "InnoDB: and trx->client_
281: (ulong)
1690: || trx->client_
1694: (ulong) trx->client_
| Changed in haildb: | |
| status: | New → Confirmed |
| assignee: | nobody → Stewart Smith (stewart-flamingspork) |
| milestone: | none → 2.2 |
| Changed in haildb: | |
| milestone: | 2.2 → cairo |
| Changed in haildb: | |
| milestone: | cairo → detroit |
To post a comment you must log in.
This is no longer used in Drizzle because startTransaction() and startStatement( )/endStatement( ) properly delimits statement boundaries. This code is used in MySQL to track when a statement starts and ends.