diff options
author | Vladislav Vaintroub <vvaintroub@fedora12> | 2009-12-25 16:49:21 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@fedora12> | 2009-12-25 16:49:21 +0100 |
commit | 16ebad8bb068bff9238d854c29f3ad2f115bec5d (patch) | |
tree | 7759e1bcb9d4f5273bfcaada45aac3885f5cd8fe /include/mysql/plugin.h | |
parent | 354a628e54692d958e05863e80d4682dbb5d63bf (diff) | |
parent | 9016688fca04deb8f838f83269fd9b99c88aa5ac (diff) | |
download | mariadb-git-16ebad8bb068bff9238d854c29f3ad2f115bec5d.tar.gz |
merge
Diffstat (limited to 'include/mysql/plugin.h')
-rw-r--r-- | include/mysql/plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql/plugin.h b/include/mysql/plugin.h index 289d1f06fbc..64b841623fc 100644 --- a/include/mysql/plugin.h +++ b/include/mysql/plugin.h @@ -690,6 +690,7 @@ struct st_mysql_value const char *(*val_str)(struct st_mysql_value *, char *buffer, int *length); int (*val_real)(struct st_mysql_value *, double *realbuf); int (*val_int)(struct st_mysql_value *, long long *intbuf); + int (*is_unsigned)(struct st_mysql_value *); }; |