1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug#15960005 VALGRIND WARNINGS IN PROCESS_ARGS

Both <width> and <precision> can be specified as numbers or '*'.
  If an asterisk is used, an argument of type int is consumed.
This commit is contained in:
Tor Didriksen
2012-12-10 09:55:08 +01:00
parent f3eea3fd60
commit 8dc7c505a3
2 changed files with 3 additions and 0 deletions

View File

@@ -49,6 +49,7 @@
string will be quoted according to MySQL identifier quoting rules.
Both <width> and <precision> can be specified as numbers or '*'.
If an asterisk is used, an argument of type int is consumed.
<length modifier> can be 'l', 'll', or 'z'.