diff options
author | heikki@hundin.mysql.fi <> | 2004-06-17 13:25:06 +0300 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2004-06-17 13:25:06 +0300 |
commit | 15dccebb0f32ccd97b454589cf436c6dba822a96 (patch) | |
tree | 717a0df66b78f8229972912ed8c3b2c072894942 /innobase/include/row0upd.h | |
parent | 121f3b7ffcc2b0b03ac16549170b92e3841db988 (diff) | |
download | mariadb-git-15dccebb0f32ccd97b454589cf436c6dba822a96.tar.gz |
Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040311211202|05613
Diffstat (limited to 'innobase/include/row0upd.h')
-rw-r--r-- | innobase/include/row0upd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/innobase/include/row0upd.h b/innobase/include/row0upd.h index 687e90deee5..f5e0a88231f 100644 --- a/innobase/include/row0upd.h +++ b/innobase/include/row0upd.h @@ -384,12 +384,11 @@ struct upd_node_struct{ sym_node_t* table_sym;/* table node in symbol table */ que_node_t* col_assign_list; /* column assignment list */ -#ifdef UNIV_DEBUG ulint magic_n; -#define UPD_NODE_MAGIC_N 1579975 -#endif /* UNIV_DEBUG */ }; +#define UPD_NODE_MAGIC_N 1579975 + /* Node execution states */ #define UPD_NODE_SET_IX_LOCK 1 /* execution came to the node from a node above and if the field |