1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

3.23 -> 4.0 merge: after merge fixes

This commit is contained in:
konstantin@mysql.com
2004-02-06 16:40:44 +03:00
parent 2a4cfe8b4f
commit 8090b61fcb
5 changed files with 41 additions and 0 deletions

View File

@ -1490,6 +1490,7 @@ int mysql_alter_table(THD *thd,char *new_db, char *new_name,
if (new_name)
{
strmov(new_name_buff,new_name);
strmov(new_alias= new_alias_buff, new_name);
if (lower_case_table_names)
{
if (lower_case_table_names != 2)