Commit d49ac4fb authored by kostja@bodhi.local's avatar kostja@bodhi.local
Browse files

A post-merge fix.

parent d53072d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2641,6 +2641,7 @@ mysql_execute_command(THD *thd)

    bzero((char*) &create_info, sizeof(create_info));
    create_info.db_type= DB_TYPE_DEFAULT;
    create_info.row_type= ROW_TYPE_NOT_USED;
    create_info.default_table_charset= thd->variables.collation_database;

    res= mysql_alter_table(thd, tables->db, tables->real_name,