1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

database default character set is now stored in database directory

This commit is contained in:
bar@gw.udmsearch.izhnet.ru
2002-06-21 16:55:55 +05:00
parent d616c90188
commit 5b45ebe812
4 changed files with 59 additions and 4 deletions

View File

@ -2308,7 +2308,7 @@ mysql_execute_command(void)
}
if (check_access(thd,CREATE_ACL,lex->name,0,1))
break;
res=mysql_create_db(thd,lex->name,lex->create_info.options,0);
res=mysql_create_db(thd,lex->name,&lex->create_info,0);
break;
}
case SQLCOM_DROP_DB: