diff options
author | Jonathan Perkin <jperkin@sun.com> | 2009-08-12 22:06:44 +0200 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2009-08-12 22:06:44 +0200 |
commit | 27a782f610039fd56ad18e48a46f8bbf7f5e28dd (patch) | |
tree | 2a30aae712dbd816528c0ac4eacf82a175fb60df /storage | |
parent | 68b96702a0873694619ce4675c8722588526b265 (diff) | |
download | mariadb-git-27a782f610039fd56ad18e48a46f8bbf7f5e28dd.tar.gz |
Apply build fix
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innodb_plugin/include/btr0cur.h | 2 | ||||
-rw-r--r-- | storage/innodb_plugin/include/trx0types.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/storage/innodb_plugin/include/btr0cur.h b/storage/innodb_plugin/include/btr0cur.h index b2d43ae3254..480a3877e54 100644 --- a/storage/innodb_plugin/include/btr0cur.h +++ b/storage/innodb_plugin/include/btr0cur.h @@ -618,7 +618,7 @@ enum btr_cur_method { hash_node, and might be necessary to update */ BTR_CUR_BINARY, /*!< success using the binary search */ - BTR_CUR_INSERT_TO_IBUF, /*!< performed the intended insert to + BTR_CUR_INSERT_TO_IBUF /*!< performed the intended insert to the insert buffer */ }; diff --git a/storage/innodb_plugin/include/trx0types.h b/storage/innodb_plugin/include/trx0types.h index 08cc9622d02..24cf57d53d5 100644 --- a/storage/innodb_plugin/include/trx0types.h +++ b/storage/innodb_plugin/include/trx0types.h @@ -70,7 +70,7 @@ typedef struct trx_named_savept_struct trx_named_savept_t; enum trx_rb_ctx { RB_NONE = 0, /*!< no rollback */ RB_NORMAL, /*!< normal rollback */ - RB_RECOVERY, /*!< rolling back an incomplete transaction, + RB_RECOVERY /*!< rolling back an incomplete transaction, in crash recovery */ }; |