mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
system_charset_info has been moved to /sql directory
and isn't used in libraries any longer
This commit is contained in:
parent
2aa9f20735
commit
23f252855e
14 changed files with 43 additions and 41 deletions
|
|
@ -267,7 +267,7 @@ uint my_b_vprintf(IO_CACHE *info, const char* fmt, va_list args)
|
|||
/* Found one '%' */
|
||||
}
|
||||
/* Skipp if max size is used (to be compatible with printf) */
|
||||
while (my_isdigit(system_charset_info, *fmt) || *fmt == '.' || *fmt == '-')
|
||||
while (my_isdigit(&my_charset_latin1, *fmt) || *fmt == '.' || *fmt == '-')
|
||||
fmt++;
|
||||
if (*fmt == 's') /* String parameter */
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue