Commit 00eec234 authored by Jonathan Perkin's avatar Jonathan Perkin Committed by MySQL Build Team

Apply build fix

parent 3adae7f2
...@@ -3063,3 +3063,4 @@ sql/share/slovak ...@@ -3063,3 +3063,4 @@ sql/share/slovak
sql/share/spanish sql/share/spanish
sql/share/swedish sql/share/swedish
sql/share/ukrainian sql/share/ukrainian
libmysqld/examples/mysqltest.cc
...@@ -618,7 +618,7 @@ enum btr_cur_method { ...@@ -618,7 +618,7 @@ enum btr_cur_method {
hash_node, and might be necessary to hash_node, and might be necessary to
update */ update */
BTR_CUR_BINARY, /*!< success using the binary search */ 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 */ the insert buffer */
}; };
......
...@@ -70,7 +70,7 @@ typedef struct trx_named_savept_struct trx_named_savept_t; ...@@ -70,7 +70,7 @@ typedef struct trx_named_savept_struct trx_named_savept_t;
enum trx_rb_ctx { enum trx_rb_ctx {
RB_NONE = 0, /*!< no rollback */ RB_NONE = 0, /*!< no rollback */
RB_NORMAL, /*!< normal rollback */ RB_NORMAL, /*!< normal rollback */
RB_RECOVERY, /*!< rolling back an incomplete transaction, RB_RECOVERY /*!< rolling back an incomplete transaction,
in crash recovery */ in crash recovery */
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment