summaryrefslogtreecommitdiff
path: root/include/mysql/service_my_snprintf.h
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-10-04 15:42:16 +0300
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-10-04 15:42:16 +0300
commitdd2e3db48fce43f6249e1c23b3cf0f5057b41d4e (patch)
tree0b41fbab5c8e486500b5c53bbe818e62f6f583f2 /include/mysql/service_my_snprintf.h
parent99039957feba6543c7d52b6dcfc5b9f349ee0047 (diff)
parent774a5778d5db1062c26bd55d02a09c5d98a74525 (diff)
downloadmariadb-git-dd2e3db48fce43f6249e1c23b3cf0f5057b41d4e.tar.gz
merge
Diffstat (limited to 'include/mysql/service_my_snprintf.h')
-rw-r--r--include/mysql/service_my_snprintf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql/service_my_snprintf.h b/include/mysql/service_my_snprintf.h
index d7f8d07e110..f6b4aa39dc5 100644
--- a/include/mysql/service_my_snprintf.h
+++ b/include/mysql/service_my_snprintf.h
@@ -53,7 +53,7 @@
<length modifier> can be 'l', 'll', or 'z'.
Supported formats are 's' (null pointer is accepted, printed as
- "(null)"), 'b' (extension, see below), 'c', 'd', 'u', 'x', 'o',
+ "(null)"), 'b' (extension, see below), 'c', 'd', 'i', 'u', 'x', 'o',
'X', 'p' (works as 0x%x).
Standard syntax for positional arguments $n is supported.