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

Merge mysql.com:/usr/local/mysql/mysql-5.1-win-fixes

into  mysql.com:/usr/local/mysql/x/mysql-5.1-new
This commit is contained in:
knielsen@mysql.com
2006-01-30 17:57:20 +01:00
13 changed files with 493 additions and 37 deletions

View File

@ -794,7 +794,7 @@ typedef struct st_partition_iter
typedef int (*get_partitions_in_range_iter)(partition_info *part_info,
bool is_subpart,
byte *min_val, byte *max_val,
char *min_val, char *max_val,
uint flags,
PARTITION_ITERATOR *part_iter);