-
unknown authored
"%.*s". (Bug #13650) sql/sp.cc: Fix print specifiers for strings. %*s sets the minimum width of the string from a variable, %.*s sets the maximum width. sql/sp_cache.cc: Fix print specifiers for strings. %*s sets the minimum width of the string from a variable, %.*s sets the maximum width. sql/sp_head.cc: Fix print specifiers for strings. %*s sets the minimum width of the string from a variable, %.*s sets the maximum width.
0559483c