1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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 c3e918ea90
commit 8cd6099371
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'.