row0upd.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:13k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /******************************************************
  2. Update of a row
  3. (c) 1996 Innobase Oy
  4. Created 12/27/1996 Heikki Tuuri
  5. *******************************************************/
  6. #ifndef row0upd_h
  7. #define row0upd_h
  8. #include "univ.i"
  9. #include "data0data.h"
  10. #include "btr0types.h"
  11. #include "btr0pcur.h"
  12. #include "dict0types.h"
  13. #include "trx0types.h"
  14. #include "que0types.h"
  15. #include "row0types.h"
  16. #include "pars0types.h"
  17. /*************************************************************************
  18. Creates an update vector object. */
  19. UNIV_INLINE
  20. upd_t*
  21. upd_create(
  22. /*=======*/
  23. /* out, own: update vector object */
  24. ulint n, /* in: number of fields */
  25. mem_heap_t* heap); /* in: heap from which memory allocated */
  26. /*************************************************************************
  27. Returns the number of fields in the update vector == number of columns
  28. to be updated by an update vector. */
  29. UNIV_INLINE
  30. ulint
  31. upd_get_n_fields(
  32. /*=============*/
  33. /* out: number of fields */
  34. upd_t* update); /* in: update vector */
  35. /*************************************************************************
  36. Returns the nth field of an update vector. */
  37. UNIV_INLINE
  38. upd_field_t*
  39. upd_get_nth_field(
  40. /*==============*/
  41. /* out: update vector field */
  42. upd_t* update, /* in: update vector */
  43. ulint n); /* in: field position in update vector */
  44. /*************************************************************************
  45. Sets the clustered index field number to be updated by an update vector
  46. field. */
  47. UNIV_INLINE
  48. void
  49. upd_field_set_field_no(
  50. /*===================*/
  51. upd_field_t* upd_field, /* in: update vector field */
  52. ulint field_no, /* in: field number in a clustered
  53. index */
  54. dict_index_t* index); /* in: clustered index */
  55. /*************************************************************************
  56. Writes into the redo log the values of trx id and roll ptr and enough info
  57. to determine their positions within a clustered index record. */
  58. byte*
  59. row_upd_write_sys_vals_to_log(
  60. /*==========================*/
  61. /* out: new pointer to mlog */
  62. dict_index_t* index, /* in: clustered index */
  63. trx_t* trx, /* in: transaction */
  64. dulint roll_ptr,/* in: roll ptr of the undo log record */
  65. byte* log_ptr,/* pointer to a buffer of size > 20 opened
  66. in mlog */
  67. mtr_t* mtr); /* in: mtr */
  68. /*************************************************************************
  69. Updates the trx id and roll ptr field in a clustered index record when
  70. a row is updated or marked deleted. */
  71. UNIV_INLINE
  72. void
  73. row_upd_rec_sys_fields(
  74. /*===================*/
  75. rec_t* rec, /* in: record */
  76. dict_index_t* index, /* in: clustered index */
  77. trx_t* trx, /* in: transaction */
  78. dulint roll_ptr);/* in: roll ptr of the undo log record */
  79. /*************************************************************************
  80. Sets the trx id or roll ptr field of a clustered index entry. */
  81. void
  82. row_upd_index_entry_sys_field(
  83. /*==========================*/
  84. dtuple_t* entry, /* in: index entry, where the memory buffers
  85. for sys fields are already allocated:
  86. the function just copies the new values to
  87. them */
  88. dict_index_t* index, /* in: clustered index */
  89. ulint type, /* in: DATA_TRX_ID or DATA_ROLL_PTR */
  90. dulint val); /* in: value to write */
  91. /*************************************************************************
  92. Creates an update node for a query graph. */
  93. upd_node_t*
  94. upd_node_create(
  95. /*============*/
  96. /* out, own: update node */
  97. mem_heap_t* heap); /* in: mem heap where created */
  98. /***************************************************************
  99. Writes to the redo log the new values of the fields occurring in the index. */
  100. void
  101. row_upd_index_write_log(
  102. /*====================*/
  103. upd_t* update, /* in: update vector */
  104. byte* log_ptr,/* in: pointer to mlog buffer: must contain at least
  105. MLOG_BUF_MARGIN bytes of free space; the buffer is
  106. closed within this function */
  107. mtr_t* mtr); /* in: mtr into whose log to write */
  108. /***************************************************************
  109. Returns TRUE if row update changes size of some field in index. */
  110. ibool
  111. row_upd_changes_field_size(
  112. /*=======================*/
  113. /* out: TRUE if the update changes the size of
  114. some field in index */
  115. rec_t* rec, /* in: record in clustered index */
  116. dict_index_t* index, /* in: clustered index */
  117. upd_t* update);/* in: update vector */
  118. /***************************************************************
  119. Replaces the new column values stored in the update vector to the record
  120. given. No field size changes are allowed. This function is used only for
  121. a clustered index */
  122. void
  123. row_upd_rec_in_place(
  124. /*=================*/
  125. rec_t* rec, /* in/out: record where replaced */
  126. upd_t* update);/* in: update vector */
  127. /*******************************************************************
  128. Builds an update vector from those fields, excluding the roll ptr and
  129. trx id fields, which in an index entry differ from a record that has
  130. the equal ordering fields. */
  131. upd_t*
  132. row_upd_build_difference(
  133. /*=====================*/
  134. /* out, own: update vector of differing
  135. fields, excluding roll ptr and trx id */
  136. dict_index_t* index, /* in: clustered index */
  137. dtuple_t* entry, /* in: entry to insert */
  138. rec_t* rec, /* in: clustered index record */
  139. mem_heap_t* heap); /* in: memory heap from which allocated */
  140. /***************************************************************
  141. Replaces the new column values stored in the update vector to the index entry
  142. given. */
  143. void
  144. row_upd_index_replace_new_col_vals(
  145. /*===============================*/
  146. dtuple_t* entry, /* in/out: index entry where replaced */
  147. dict_index_t* index, /* in: index; NOTE that may also be a
  148. non-clustered index */
  149. upd_t* update); /* in: update vector */
  150. /***************************************************************
  151. Replaces the new column values stored in the update vector to the
  152. clustered index entry given. */
  153. void
  154. row_upd_clust_index_replace_new_col_vals(
  155. /*=====================================*/
  156. dtuple_t* entry, /* in/out: index entry where replaced */
  157. upd_t* update); /* in: update vector */
  158. /***************************************************************
  159. Checks if an update vector changes an ordering field of an index record.
  160. This function is fast if the update vector is short or the number of ordering
  161. fields in the index is small. Otherwise, this can be quadratic. */
  162. ibool
  163. row_upd_changes_ord_field(
  164. /*======================*/
  165. /* out: TRUE if update vector changes
  166. an ordering field in the index record */
  167. dtuple_t* row, /* in: old value of row, or NULL if the
  168. row and the data values in update are not
  169. known when this function is called, e.g., at
  170. compile time */
  171. dict_index_t* index, /* in: index of the record */
  172. upd_t* update);/* in: update vector for the row */
  173. /***************************************************************
  174. Checks if an update vector changes an ordering field of an index record.
  175. This function is fast if the update vector is short or the number of ordering
  176. fields in the index is small. Otherwise, this can be quadratic. */
  177. ibool
  178. row_upd_changes_some_index_ord_field(
  179. /*=================================*/
  180. /* out: TRUE if update vector may change
  181. an ordering field in an index record */
  182. dict_table_t* table, /* in: table */
  183. upd_t* update);/* in: update vector for the row */
  184. /***************************************************************
  185. Updates a row in a table. This is a high-level function used
  186. in SQL execution graphs. */
  187. que_thr_t*
  188. row_upd_step(
  189. /*=========*/
  190. /* out: query thread to run next or NULL */
  191. que_thr_t* thr); /* in: query thread */
  192. /*************************************************************************
  193. Performs an in-place update for the current clustered index record in
  194. select. */
  195. void
  196. row_upd_in_place_in_select(
  197. /*=======================*/
  198. sel_node_t* sel_node, /* in: select node */
  199. que_thr_t* thr, /* in: query thread */
  200. mtr_t* mtr); /* in: mtr */
  201. /*************************************************************************
  202. Parses the log data of system field values. */
  203. byte*
  204. row_upd_parse_sys_vals(
  205. /*===================*/
  206. /* out: log data end or NULL */
  207. byte* ptr, /* in: buffer */
  208. byte* end_ptr,/* in: buffer end */
  209. ulint* pos, /* out: TRX_ID position in record */
  210. dulint* trx_id, /* out: trx id */
  211. dulint* roll_ptr);/* out: roll ptr */
  212. /*************************************************************************
  213. Updates the trx id and roll ptr field in a clustered index record in database
  214. recovery. */
  215. void
  216. row_upd_rec_sys_fields_in_recovery(
  217. /*===============================*/
  218. rec_t* rec, /* in: record */
  219. ulint pos, /* in: TRX_ID position in rec */
  220. dulint trx_id, /* in: transaction id */
  221. dulint roll_ptr);/* in: roll ptr of the undo log record */
  222. /*************************************************************************
  223. Parses the log data written by row_upd_index_write_log. */
  224. byte*
  225. row_upd_index_parse(
  226. /*================*/
  227. /* out: log data end or NULL */
  228. byte* ptr, /* in: buffer */
  229. byte* end_ptr,/* in: buffer end */
  230. mem_heap_t* heap, /* in: memory heap where update vector is
  231. built */
  232. upd_t** update_out);/* out: update vector */
  233. /* Update vector field */
  234. struct upd_field_struct{
  235. ulint field_no; /* field number in the clustered
  236. index */
  237. que_node_t* exp; /* expression for calculating a new
  238. value: it refers to column values and
  239. constants in the symbol table of the
  240. query graph */
  241. dfield_t new_val; /* new value for the column */
  242. };
  243. /* Update vector structure */
  244. struct upd_struct{
  245. ulint info_bits; /* new value of info bits to record;
  246. default is 0 */
  247. ulint n_fields; /* number of update fields */
  248. upd_field_t* fields; /* array of update fields */
  249. };
  250. /* Update node structure which also implements the delete operation
  251. of a row */
  252. struct upd_node_struct{
  253. que_common_t common; /* node type: QUE_NODE_UPDATE */
  254. ibool is_delete;/* TRUE if delete, FALSE if update */
  255. ibool searched_update;
  256. /* TRUE if searched update, FALSE if
  257. positioned */
  258. ibool select_will_do_update;
  259. /* TRUE if a searched update where ordering
  260. fields will not be updated, and the size of
  261. the fields will not change: in this case the
  262. select node will take care of the update */
  263. ibool in_mysql_interface;
  264. /* TRUE if the update node was created
  265. for the MySQL interface */
  266. sel_node_t* select; /* query graph subtree implementing a base
  267. table cursor: the rows returned will be
  268. updated */
  269. btr_pcur_t* pcur; /* persistent cursor placed on the clustered
  270. index record which should be updated or
  271. deleted; the cursor is stored in the graph
  272. of 'select' field above, except in the case
  273. of the MySQL interface */
  274. dict_table_t* table; /* table where updated */
  275. upd_t* update; /* update vector for the row */
  276. sym_node_list_t columns;/* symbol table nodes for the columns
  277. to retrieve from the table */
  278. ibool has_clust_rec_x_lock;
  279. /* TRUE if the select which retrieves the
  280. records to update already sets an x-lock on
  281. the clustered record; note that it must always
  282. set at least an s-lock */
  283. ulint cmpl_info;/* information extracted during query
  284. compilation; speeds up execution:
  285. UPD_NODE_NO_ORD_CHANGE and
  286. UPD_NODE_NO_SIZE_CHANGE, ORed */
  287. /*----------------------*/
  288. /* Local storage for this graph node */
  289. ulint state; /* node execution state */
  290. dict_index_t* index; /* NULL, or the next index whose record should
  291. be updated */
  292. dtuple_t* row; /* NULL, or a copy (also fields copied to
  293. heap) of the row to update; this must be reset
  294. to NULL after a successful update */
  295. mem_heap_t* heap; /* memory heap used as auxiliary storage for
  296. row; this must be emptied after a successful
  297. update if node->row != NULL */
  298. /*----------------------*/
  299. sym_node_t* table_sym;/* table node in symbol table */
  300. que_node_t* col_assign_list;
  301. /* column assignment list */
  302. ulint magic_n;
  303. };
  304. #define UPD_NODE_MAGIC_N 1579975
  305. /* Node execution states */
  306. #define UPD_NODE_SET_IX_LOCK    1 /* execution came to the node from
  307. a node above and if the field
  308. has_clust_rec_x_lock is FALSE, we
  309. should set an intention x-lock on
  310. the table */
  311. #define UPD_NODE_UPDATE_CLUSTERED  2 /* clustered index record should be
  312. updated */
  313. #define UPD_NODE_INSERT_CLUSTERED  3 /* clustered index record should be
  314. inserted, old record is already delete
  315. marked */
  316. #define UPD_NODE_UPDATE_ALL_SEC    4 /* an ordering field of the clustered
  317. index record was changed, or this is
  318. a delete operation: should update
  319. all the secondary index records */
  320. #define UPD_NODE_UPDATE_SOME_SEC   5  /* secondary index entries should be
  321. looked at and updated if an ordering
  322. field changed */
  323. /* Compilation info flags: these must fit within one byte */
  324. #define UPD_NODE_NO_ORD_CHANGE 1 /* no secondary index record will be
  325. changed in the update and no ordering
  326. field of the clustered index */
  327. #define UPD_NODE_NO_SIZE_CHANGE 2 /* no record field size will be
  328. changed in the update */
  329. #ifndef UNIV_NONINL
  330. #include "row0upd.ic"
  331. #endif
  332. #endif