diff options
author | unknown <ramil/ram@ramil.myoffice.izhnet.ru> | 2007-10-29 17:34:01 +0400 |
---|---|---|
committer | unknown <ramil/ram@ramil.myoffice.izhnet.ru> | 2007-10-29 17:34:01 +0400 |
commit | be04193c09201326109cae19f0fc5321956b6026 (patch) | |
tree | 7117971685e3a258e30af05331f0cf52e09d5e1e /sql/structs.h | |
parent | 30dab869ec370cb4850fab853fb8dde6380d4b17 (diff) | |
parent | d7d93cf548064aef95f18ac45a9d8c03220abfad (diff) | |
download | mariadb-git-be04193c09201326109cae19f0fc5321956b6026.tar.gz |
Merge mysql.com:/home/ram/work/b31137/b31137.5.0
into mysql.com:/home/ram/work/b31137/b31137.5.1
sql/sql_table.cc:
Auto merged
sql/structs.h:
Auto merged
mysql-test/include/mix1.inc:
will merge tests manually
mysql-test/r/innodb_mysql.result:
will merge tests manually
mysql-test/r/key.result:
will merge tests manually
mysql-test/t/key.test:
will merge tests manually
include/my_base.h:
manual merge.
Diffstat (limited to 'sql/structs.h')
-rw-r--r-- | sql/structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/structs.h b/sql/structs.h index 09a3c4d7285..662d0a680b8 100644 --- a/sql/structs.h +++ b/sql/structs.h @@ -71,7 +71,7 @@ typedef struct st_key_part_info { /* Info about a key part */ typedef struct st_key { uint key_length; /* Tot length of key */ - uint flags; /* dupp key and pack flags */ + ulong flags; /* dupp key and pack flags */ uint key_parts; /* How many key_parts */ uint extra_length; uint usable_key_parts; /* Should normally be = key_parts */ |