summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorunknown <andrey@example.com>2006-09-12 13:24:07 +0200
committerunknown <andrey@example.com>2006-09-12 13:24:07 +0200
commit0ede6f05454aea8b27ae8be2639bf8ef98c789c6 (patch)
tree49d2fc0832b03f67f13ddab646bd80ef6e943b77 /sql/table.h
parent22979ff70996749c124e3b01e7e1440ddaaa3634 (diff)
downloadmariadb-git-0ede6f05454aea8b27ae8be2639bf8ef98c789c6.tar.gz
correct prototype
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h
index a6f2783fcf3..b90ee280f91 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -1030,7 +1030,7 @@ typedef struct st_table_field_w_type
my_bool
table_check_intact(TABLE *table, const uint table_f_count,
- const TABLE_FIELD_W_TYPE * const table_def,
+ const TABLE_FIELD_W_TYPE *table_def,
time_t *last_create_time, int error_num);
static inline my_bitmap_map *tmp_use_all_columns(TABLE *table,