1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Add C_MODE_START to aria_backup.h

This commit is contained in:
Monty
2019-03-08 10:18:20 +02:00
parent ec66320b0c
commit 91d7e7b244

View File

@@ -15,6 +15,8 @@
/* Interfaces for doing backups of Aria tables */
C_MODE_START
typedef struct st_aria_table_capabilities
{
my_off_t header_size;
@@ -32,3 +34,4 @@ int aria_read_index(File kfile, ARIA_TABLE_CAPABILITIES *cap, ulonglong block,
uchar *buffer);
int aria_read_data(File dfile, ARIA_TABLE_CAPABILITIES *cap, ulonglong block,
uchar *buffer, size_t *bytes_read);
C_MODE_END