1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Compile fixes

This commit is contained in:
pappa@c-9a08e253.1238-1-64736c10.cust.bredbandsbolaget.se
2006-02-11 00:41:52 -05:00
parent 10c5b8f3ba
commit 12647d736b
5 changed files with 24 additions and 22 deletions

View File

@ -658,6 +658,7 @@ typedef struct {
#define UNDEF_NODEGROUP 65535
class Item;
struct st_table_log_memory_entry;
class partition_element :public Sql_alloc {
public:
@ -667,7 +668,7 @@ public:
ulonglong part_min_rows;
char *partition_name;
char *tablespace_name;
TABLE_LOG_MEMORY_ENTRY *log_entry;
st_table_log_memory_entry *log_entry;
longlong range_value;
char* part_comment;
char* data_file_name;
@ -801,7 +802,6 @@ typedef int (*get_partitions_in_range_iter)(partition_info *part_info,
PARTITION_ITERATOR *part_iter);
struct st_table_log_memory_entry;
class partition_info : public Sql_alloc
{