diff options
Diffstat (limited to 'storage/innobase/include/read0read.h')
-rw-r--r-- | storage/innobase/include/read0read.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/innobase/include/read0read.h b/storage/innobase/include/read0read.h index b5edcefb544..7a91248cf7f 100644 --- a/storage/innobase/include/read0read.h +++ b/storage/innobase/include/read0read.h @@ -136,6 +136,9 @@ struct cursor_view_struct{ /* Memory heap for the cursor view */ read_view_t* read_view; /* Consistent read view of the cursor*/ + ulint n_mysql_tables_in_use; + /* number of Innobase tables used in the + processing of this cursor */ }; #ifndef UNIV_NONINL |