diff options
author | pem@mysql.com <> | 2003-11-19 15:19:46 +0100 |
---|---|---|
committer | pem@mysql.com <> | 2003-11-19 15:19:46 +0100 |
commit | 28a2c6a96b0e6383ab47494dc9f67653d24a01f3 (patch) | |
tree | e3ba11d4938f6675c5c72ee69cc88980a81ad705 /include/mysql_com.h | |
parent | 8e1584d79e792545c6f726eb94655f457968aaf8 (diff) | |
parent | c4871b240da54a5a808ee30ede7c1ec751119763 (diff) | |
download | mariadb-git-28a2c6a96b0e6383ab47494dc9f67653d24a01f3.tar.gz |
Merging 4.1->5.0.
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index 3031b883e98..cc773160b3d 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -130,6 +130,8 @@ enum enum_server_command #define NET_WRITE_TIMEOUT 60 /* Timeout on write */ #define NET_WAIT_TIMEOUT 8*60*60 /* Wait for new query */ +#define ONLY_KILL_QUERY 1 + struct st_vio; /* Only C */ typedef struct st_vio Vio; @@ -291,6 +293,8 @@ typedef struct st_udf_args char **args; /* Pointer to argument */ unsigned long *lengths; /* Length of string arguments */ char *maybe_null; /* Set to 1 for all maybe_null args */ + char **attributes; /* Pointer to attribute name */ + unsigned long *attribute_lengths; /* Length of attribute arguments */ } UDF_ARGS; /* This holds information about the result */ |