1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

3.23 -> 4.0 merge: after merge fixes

This commit is contained in:
unknown
2004-02-06 16:40:44 +03:00
parent 5db2d195a6
commit 854076da62
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)