diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2012-06-29 16:54:55 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2012-06-29 16:54:55 +0300 |
commit | 26f0c1fd4b3c502f9defb8e4e91b567cdf7b0957 (patch) | |
tree | e47e30d41c92efb2ee66c520957eae4bdf7b8513 /include | |
parent | 050048462c8209a5e5d75587147d343f683cc7df (diff) | |
parent | 428ff7f8a0b1abfbe34b617411da42ef4159ea7c (diff) | |
download | mariadb-git-26f0c1fd4b3c502f9defb8e4e91b567cdf7b0957.tar.gz |
merge bug#13708485 5.1->5.5
Diffstat (limited to 'include')
-rw-r--r-- | include/sql_common.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/sql_common.h b/include/sql_common.h index c27767bd0eb..307b443d6d6 100644 --- a/include/sql_common.h +++ b/include/sql_common.h @@ -1,7 +1,7 @@ #ifndef SQL_COMMON_INCLUDED #define SQL_COMMON_INCLUDED -/* Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -72,8 +72,9 @@ typedef struct st_mysql_methods 0, arg, length, 1, stmt) extern CHARSET_INFO *default_client_charset_info; -MYSQL_FIELD *unpack_fields(MYSQL_DATA *data,MEM_ROOT *alloc,uint fields, - my_bool default_value, uint server_capabilities); +MYSQL_FIELD *unpack_fields(MYSQL *mysql, MYSQL_DATA *data,MEM_ROOT *alloc, + uint fields, my_bool default_value, + uint server_capabilities); void free_rows(MYSQL_DATA *cur); void free_old_query(MYSQL *mysql); void end_server(MYSQL *mysql); |