diff options
author | Jon Olav Hauglid <jon.hauglid@oracle.com> | 2010-07-13 10:39:24 +0200 |
---|---|---|
committer | Jon Olav Hauglid <jon.hauglid@oracle.com> | 2010-07-13 10:39:24 +0200 |
commit | f45523188e57575eeed5f7fbe8fbefc06de4b6f3 (patch) | |
tree | 74d63cef81d432cda2315d47976755590872f3bd /include/mysql.h.pp | |
parent | 7f0f32d659c5e3eff1d6ed6249cad59ff6df5723 (diff) | |
parent | 071636d6fa25909510e3d222d2ed1d919625f55d (diff) | |
download | mariadb-git-f45523188e57575eeed5f7fbe8fbefc06de4b6f3.tar.gz |
merge from mysql-trunk-bugfixing
Diffstat (limited to 'include/mysql.h.pp')
-rw-r--r-- | include/mysql.h.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mysql.h.pp b/include/mysql.h.pp index 4fef9e9ec0b..bc5d611ec84 100644 --- a/include/mysql.h.pp +++ b/include/mysql.h.pp @@ -233,10 +233,10 @@ extern void make_type(char *to,unsigned int nr,TYPELIB *typelib); extern const char *get_type(TYPELIB *typelib,unsigned int nr); extern TYPELIB *copy_typelib(MEM_ROOT *root, TYPELIB *from); extern TYPELIB sql_protocol_typelib; -my_ulonglong find_set_from_flags(const TYPELIB *lib, uint default_name, +my_ulonglong find_set_from_flags(const TYPELIB *lib, unsigned int default_name, my_ulonglong cur_set, my_ulonglong default_set, - const char *str, uint length, - char **err_pos, uint *err_len); + const char *str, unsigned int length, + char **err_pos, unsigned int *err_len); typedef struct st_mysql_rows { struct st_mysql_rows *next; MYSQL_ROW data; |