diff options
author | holyfoot/hf@mysql.com/deer.(none) <> | 2006-07-13 22:32:18 +0500 |
---|---|---|
committer | holyfoot/hf@mysql.com/deer.(none) <> | 2006-07-13 22:32:18 +0500 |
commit | eddaafb12ba48d110f03a901884ab4101624c1a3 (patch) | |
tree | d0abbb795b7f5dca489bba6673a69c87d67e9832 /include/sql_common.h | |
parent | 0f070b0b32924dd440971fce3664c39b31c63c0d (diff) | |
parent | bc35c50063a28afeb6c70c22607a76088a1f10cb (diff) | |
download | mariadb-git-eddaafb12ba48d110f03a901884ab4101624c1a3.tar.gz |
Merge bk@192.168.21.1:mysql-4.1
into mysql.com:/home/hf/work/mysql-4.1.16017
Diffstat (limited to 'include/sql_common.h')
-rw-r--r-- | include/sql_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sql_common.h b/include/sql_common.h index 9fc8d4f457b..7ea8b6c87e0 100644 --- a/include/sql_common.h +++ b/include/sql_common.h @@ -34,7 +34,8 @@ void mysql_read_default_options(struct st_mysql_options *options, my_bool cli_advanced_command(MYSQL *mysql, enum enum_server_command command, const char *header, ulong header_length, - const char *arg, ulong arg_length, my_bool skip_check); + const char *arg, ulong arg_length, my_bool skip_check, + MYSQL_STMT *stmt); void set_stmt_errmsg(MYSQL_STMT * stmt, const char *err, int errcode, const char *sqlstate); |