mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Portability fixes.
Let myisamchk generate a new checksum for compressed data. Don't unconditionally force filenames to lower case on windows. Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23)
This commit is contained in:
@@ -2667,7 +2667,7 @@ TABLE_LIST *add_table_to_list(Table_ident *table, LEX_STRING *alias,
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
|
||||
#ifdef FN_LOWER_CASE
|
||||
#ifdef FN_NO_CASE_SENCE
|
||||
if (!alias) /* Alias is case sensitive */
|
||||
if (!(alias_str=sql_strmake(alias_str,table->table.length)))
|
||||
DBUG_RETURN(0);
|
||||
|
||||
Reference in New Issue
Block a user