summaryrefslogtreecommitdiff
path: root/sql/partition_info.h
diff options
context:
space:
mode:
authorpappa@c-8808e253.1238-1-64736c10.cust.bredbandsbolaget.se <>2006-03-24 18:19:13 -0500
committerpappa@c-8808e253.1238-1-64736c10.cust.bredbandsbolaget.se <>2006-03-24 18:19:13 -0500
commitf8088c1804ce25da6de63359cff6384ac8d36a1a (patch)
tree29f3ff909e0c64ca07608fc9a475bb0eda002e92 /sql/partition_info.h
parentac10cffe80d911a60dab52c7da21a501a6b4d4fe (diff)
downloadmariadb-git-f8088c1804ce25da6de63359cff6384ac8d36a1a.tar.gz
WL 2826: Error handling of ALTER TABLE for partitioning
Loads of review comments fixed inactivate => deactivate table log => ddl log Commented on Error Inject Module added Put various #defines into enums Fixed abort_and_upgrade_lock, removed unnecessary parameter Fixed mysqlish method intro's Fixed warning statements 5.1.7 was released still with partition states in clear text Fixed io_size bug Fixed bug in open that TRUNCATED before reading :) file_entry => file_entry_buf Don't open DDL log until first write call to DDL log handler_type => handler_name no => num
Diffstat (limited to 'sql/partition_info.h')
-rw-r--r--sql/partition_info.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/partition_info.h b/sql/partition_info.h
index eec7db90ad0..829f5f9b72c 100644
--- a/sql/partition_info.h
+++ b/sql/partition_info.h
@@ -28,7 +28,7 @@ typedef int (*get_part_id_func)(partition_info *part_info,
longlong *func_value);
typedef uint32 (*get_subpart_id_func)(partition_info *part_info);
-struct st_table_log_memory_entry;
+struct st_ddl_log_memory_entry;
class partition_info : public Sql_alloc
{
@@ -77,9 +77,9 @@ public:
Item *item_free_list;
- struct st_table_log_memory_entry *first_log_entry;
- struct st_table_log_memory_entry *exec_log_entry;
- struct st_table_log_memory_entry *frm_log_entry;
+ struct st_ddl_log_memory_entry *first_log_entry;
+ struct st_ddl_log_memory_entry *exec_log_entry;
+ struct st_ddl_log_memory_entry *frm_log_entry;
/*
A bitmap of partitions used by the current query.