diff options
author | Sergei Golubchik <serg@mysql.com> | 2009-11-02 21:05:42 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mysql.com> | 2009-11-02 21:05:42 +0100 |
commit | d101d144df296bb455023225f6477833b7a7b42e (patch) | |
tree | 7a2815b63cb90a92052843088062861e585a181d /strings | |
parent | d3bf417db28f91397ef218984a16bccb14e44a30 (diff) | |
download | mariadb-git-d101d144df296bb455023225f6477833b7a7b42e.tar.gz |
WL#4903 Plugin Service API part I
(mysql-next-mr backport)
Diffstat (limited to 'strings')
-rw-r--r-- | strings/my_vsnprintf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/strings/my_vsnprintf.c b/strings/my_vsnprintf.c index 3362559972a..46961058eea 100644 --- a/strings/my_vsnprintf.c +++ b/strings/my_vsnprintf.c @@ -472,6 +472,8 @@ start: /** Produces output string according to a format string + See the detailed documentation around my_snprintf_service_st + @param cs string charset @param to buffer where processed string will be place @param n size of buffer |