diff options
author | unknown <andrey@example.com> | 2006-09-12 13:24:07 +0200 |
---|---|---|
committer | unknown <andrey@example.com> | 2006-09-12 13:24:07 +0200 |
commit | 0ede6f05454aea8b27ae8be2639bf8ef98c789c6 (patch) | |
tree | 49d2fc0832b03f67f13ddab646bd80ef6e943b77 /sql/table.h | |
parent | 22979ff70996749c124e3b01e7e1440ddaaa3634 (diff) | |
download | mariadb-git-0ede6f05454aea8b27ae8be2639bf8ef98c789c6.tar.gz |
correct prototype
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 2 |
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, |