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
|
|
@ -109,7 +109,7 @@ int my_setwd(const char *dir, myf MyFlags)
|
|||
uint drive,drives;
|
||||
|
||||
pos++; /* Skipp FN_DEVCHAR */
|
||||
drive=(uint) (my_toupper(system_charset_info,dir[0])-'A'+1);
|
||||
drive=(uint) (my_toupper(&my_charset_latin1,dir[0])-'A'+1);
|
||||
drives= (uint) -1;
|
||||
if ((pos-(byte*) dir) == 2 && drive > 0 && drive < 32)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue