summaryrefslogtreecommitdiff
path: root/storage/maria/ma_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/maria/ma_state.h')
-rw-r--r--storage/maria/ma_state.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/storage/maria/ma_state.h b/storage/maria/ma_state.h
index 98a7faf24a7..b27b75f54ab 100644
--- a/storage/maria/ma_state.h
+++ b/storage/maria/ma_state.h
@@ -13,6 +13,10 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
+#ifndef MA_STATE_INCLUDED
+#define MA_STATE_INCLUDED
+C_MODE_START
+
/* Struct to store tables in use by one transaction */
typedef struct st_maria_status_info
@@ -69,10 +73,6 @@ void _ma_copy_status(void* to, void *from);
my_bool _ma_reset_update_flag(void *param, my_bool concurrent_insert);
my_bool _ma_start_trans(void* param);
my_bool _ma_check_status(void *param);
-my_bool _ma_block_get_status(void* param, my_bool concurrent_insert);
-void _ma_block_update_status(void *param);
-void _ma_block_restore_status(void *param);
-my_bool _ma_block_check_status(void *param);
void maria_versioning(MARIA_HA *info, my_bool versioning);
void _ma_set_share_data_file_length(struct st_maria_share *share,
ulonglong new_length);
@@ -86,3 +86,6 @@ void _ma_remove_not_visible_states_with_lock(struct st_maria_share *share,
my_bool all);
void _ma_remove_table_from_trnman(MARIA_HA *info);
void _ma_reset_history(struct st_maria_share *share);
+
+C_MODE_END
+#endif