mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
Merge key cache structures to one
Fixed compiler warnings (IRIX C compiler and VC++)
This commit is contained in:
parent
ba659679e7
commit
7c6113a39f
93 changed files with 737 additions and 710 deletions
|
|
@ -75,6 +75,7 @@ Please install the latest version of this file.",name);
|
|||
goto err1;
|
||||
}
|
||||
|
||||
/* TODO: Convert the character set to server system character set */
|
||||
if (!(cset= get_charset(head[30],MYF(MY_WME))))
|
||||
{
|
||||
sql_print_error("Character set #%d is not supported for messagefile '%s'",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue